mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
Define HEADER_FILES here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12995 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e64817ff0
commit
81b43c75a5
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@ endif
|
|||
# where xxx is the framework name
|
||||
#
|
||||
|
||||
override HEADER_FILES = $($(GNUSTEP_INSTANCE)_HEADER_FILES)
|
||||
|
||||
ALL_FRAMEWORK_LIBS = \
|
||||
$(shell $(WHICH_LIB_SCRIPT) \
|
||||
$(ALL_LIB_DIRS) \
|
||||
|
|
|
@ -28,6 +28,8 @@ endif
|
|||
internal-subproject-install \
|
||||
internal-subproject-uninstall
|
||||
|
||||
override HEADER_FILES = $($(GNUSTEP_INSTANCE)_HEADER_FILES)
|
||||
|
||||
FRAMEWORK_HEADERS_DIR = $(FRAMEWORK_VERSION_DIR_NAME)/Headers/
|
||||
FRAMEWORK_HEADER_FILES = $(patsubst %.h,$(FRAMEWORK_HEADERS_DIR)%.h,$(HEADER_FILES))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue