mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Update makefile
This commit is contained in:
parent
1a71d2cafb
commit
dc225f23dd
1 changed files with 7 additions and 11 deletions
|
@ -17,25 +17,21 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
#
|
#
|
||||||
|
|
||||||
LIBRARY_VAR=GMOBJCHEADERPARSER
|
LIBRARY_VAR=GMOBJCHEADERPARSER
|
||||||
LIBRARY_NAME=libGormObjCHeaderParser
|
LIBRARY_NAME=GormObjCHeaderParser
|
||||||
libGormObjCHeaderParser_HEADER_FILES_DIR=.
|
GormObjCHeaderParser_HEADER_FILES_DIR=.
|
||||||
libGormObjCHeaderParser_HEADER_FILES_INSTALL_DIR=/GormObjCHeaderParser
|
|
||||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
ADDITIONAL_INCLUDE_DIRS = -I..
|
||||||
srcdir = .
|
|
||||||
|
|
||||||
include ./Version
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Additional libraries
|
# Additional libraries
|
||||||
#
|
#
|
||||||
|
|
||||||
libGormObjCHeaderParser_LIBRARIES_DEPEND_UPON += -lgnustep-gui -l$(FOUNDATION_LIBRARY_NAME)
|
GormObjCHeaderParser_LIBRARIES_DEPEND_UPON += -lgnustep-gui -l$(FOUNDATION_LIBRARY_NAME)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Header files
|
# Header files
|
||||||
#
|
#
|
||||||
|
|
||||||
libGormObjCHeaderParser_HEADER_FILES= \
|
GormObjCHeaderParser_HEADER_FILES= \
|
||||||
GormObjCHeaderParser.h \
|
GormObjCHeaderParser.h \
|
||||||
NSScanner+OCHeaderParser.h \
|
NSScanner+OCHeaderParser.h \
|
||||||
OCClass.h \
|
OCClass.h \
|
||||||
|
@ -50,7 +46,7 @@ ParserFunctions.h
|
||||||
# Class files
|
# Class files
|
||||||
#
|
#
|
||||||
|
|
||||||
libGormObjCHeaderParser_OBJC_FILES= \
|
GormObjCHeaderParser_OBJC_FILES= \
|
||||||
NSScanner+OCHeaderParser.m \
|
NSScanner+OCHeaderParser.m \
|
||||||
OCClass.m \
|
OCClass.m \
|
||||||
OCHeaderParser.m \
|
OCHeaderParser.m \
|
||||||
|
@ -63,9 +59,9 @@ ParserFunctions.m
|
||||||
# C files
|
# C files
|
||||||
#
|
#
|
||||||
|
|
||||||
libGormObjCHeaderParser_C_FILES=
|
GormObjCHeaderParser_C_FILES=
|
||||||
|
|
||||||
HEADERS_INSTALL = $(libGormObjCHeaderParser_HEADER_FILES)
|
HEADERS_INSTALL = $(GormObjCHeaderParser_HEADER_FILES)
|
||||||
|
|
||||||
-include GNUmakefile.preamble
|
-include GNUmakefile.preamble
|
||||||
-include GNUmakefile.local
|
-include GNUmakefile.local
|
||||||
|
|
Loading…
Reference in a new issue