Simplified installation of headers; now works with latest (so latest it's not

yet on CVS ;-) gnustep-make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@12595 72102866-910b-0410-8b05-ffd578937521
main
nico 24 years ago
parent 6c31d2e0e1
commit cb99738704

@ -68,11 +68,11 @@ GC_HEADER_FILES = \
weakpointer.h \ weakpointer.h \
libobjc_HEADER_FILES = \ libobjc_HEADER_FILES = \
objc/hash.h objc/objc-list.h objc/sarray.h \ hash.h objc-list.h sarray.h \
objc/objc.h objc/objc-api.h objc/objc-decls.h \ objc.h objc-api.h objc-decls.h \
objc/NXConstStr.h objc/Object.h \ NXConstStr.h Object.h \
objc/Protocol.h objc/encoding.h objc/typedstream.h \ Protocol.h encoding.h typedstream.h \
objc/thr.h thr.h
libobjc_OBJC_FILES = \ libobjc_OBJC_FILES = \
Object.m \ Object.m \
@ -113,8 +113,8 @@ CC1OBJ = `$(CC) -print-prog-name=cc1obj`
ADDITIONAL_CFLAGS += -Wall ADDITIONAL_CFLAGS += -Wall
libobjc_HEADER_FILES_DIR = . libobjc_HEADER_FILES_DIR = objc
libobjc_HEADER_FILES_INSTALL_DIR = libobjc_HEADER_FILES_INSTALL_DIR = objc
libobjc_DLL_DEF = libobjc.def libobjc_DLL_DEF = libobjc.def
@ -146,9 +146,6 @@ GC_OFILES = \
ADDITIONAL_LIBRARY_OBJ_FILES = $(addprefix gc/, $(GC_OFILES)) ADDITIONAL_LIBRARY_OBJ_FILES = $(addprefix gc/, $(GC_OFILES))
endif endif
# Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/objc
-include config/$(GNUSTEP_TARGET_CPU)/config.make -include config/$(GNUSTEP_TARGET_CPU)/config.make
-include config/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/config.make -include config/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/config.make

Loading…
Cancel
Save