mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
Define DERIVED_SOURCES (used by frameworks)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12830 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d7e5eea335
commit
622f6a90e7
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ FRAMEWORK_NAME := $(strip $(FRAMEWORK_NAME))
|
||||||
FRAMEWORK_DIR_NAME := $(FRAMEWORK_NAME:=.framework)
|
FRAMEWORK_DIR_NAME := $(FRAMEWORK_NAME:=.framework)
|
||||||
FRAMEWORK_VERSION_DIR_NAME := $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME)
|
FRAMEWORK_VERSION_DIR_NAME := $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME)
|
||||||
SUBPROJECT_ROOT_DIR := "."
|
SUBPROJECT_ROOT_DIR := "."
|
||||||
|
DERIVED_SOURCES = derived_src
|
||||||
|
|
||||||
# Always include all the compilation flags and generic compilation
|
# Always include all the compilation flags and generic compilation
|
||||||
# rules, because the user, in his GNUmakefile.postamble, might want to
|
# rules, because the user, in his GNUmakefile.postamble, might want to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue