Removed framework-specific headers - no longer needed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-22 23:03:45 +00:00
parent 177339d85f
commit d019f989a7

View file

@ -181,8 +181,6 @@ GNUSTEP_WOAPPS = $(GNUSTEP_INSTALLATION_DIR)/WOApps
GNUSTEP_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Headers GNUSTEP_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Headers
GNUSTEP_BUNDLES = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles GNUSTEP_BUNDLES = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles
GNUSTEP_FRAMEWORKS = $(GNUSTEP_INSTALLATION_DIR)/Library/Frameworks GNUSTEP_FRAMEWORKS = $(GNUSTEP_INSTALLATION_DIR)/Library/Frameworks
GNUSTEP_FRAMEWORKS_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Library/Headers
GNUSTEP_FRAMEWORKS_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries
GNUSTEP_PALETTES = $(GNUSTEP_INSTALLATION_DIR)/Developer/Palettes GNUSTEP_PALETTES = $(GNUSTEP_INSTALLATION_DIR)/Developer/Palettes
GNUSTEP_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Libraries GNUSTEP_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Libraries
GNUSTEP_RESOURCES = $(GNUSTEP_INSTALLATION_DIR)/Libraries/Resources GNUSTEP_RESOURCES = $(GNUSTEP_INSTALLATION_DIR)/Libraries/Resources
@ -199,18 +197,6 @@ endif
# #
# Now prepare the library and header flags # Now prepare the library and header flags
# #
GNUSTEP_FRAMEWORKS_HEADERS_FLAGS = \
-I$(GNUSTEP_USER_ROOT)/Library/Headers \
-I$(GNUSTEP_LOCAL_ROOT)/Library/Headers \
-I$(GNUSTEP_NETWORK_ROOT)/Library/Headers \
-I$(GNUSTEP_SYSTEM_ROOT)/Library/Headers
GNUSTEP_FRAMEWORKS_LIBRARIES_FLAGS = \
-L$(GNUSTEP_USER_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \
-L$(GNUSTEP_LOCAL_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \
-L$(GNUSTEP_NETWORK_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \
-L$(GNUSTEP_SYSTEM_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR)
ifeq ($(GNUSTEP_FLATTENED),) ifeq ($(GNUSTEP_FLATTENED),)
GNUSTEP_HEADERS_FLAGS = \ GNUSTEP_HEADERS_FLAGS = \