mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Tidied up comments preparing for stripping
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64b65bf085
commit
f50d1da103
1 changed files with 6 additions and 6 deletions
|
@ -45,14 +45,14 @@ endif
|
|||
# On Solaris we don't need to specifies the libraries the palette needs.
|
||||
# How about the rest of the systems? ALL_PALETTE_LIBS is temporary empty.
|
||||
#ALL_PALETTE_LIBS = $(ADDITIONAL_GUI_LIBS) $(AUXILIARY_GUI_LIBS) $(BACKEND_LIBS) \
|
||||
$(GUI_LIBS) $(ADDITIONAL_TOOL_LIBS) $(AUXILIARY_TOOL_LIBS) \
|
||||
$(FND_LIBS) $(ADDITIONAL_OBJC_LIBS) $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS) \
|
||||
$(SYSTEM_LIBS) $(TARGET_SYSTEM_LIBS)
|
||||
# $(GUI_LIBS) $(ADDITIONAL_TOOL_LIBS) $(AUXILIARY_TOOL_LIBS) \
|
||||
# $(FND_LIBS) $(ADDITIONAL_OBJC_LIBS) $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS) \
|
||||
# $(SYSTEM_LIBS) $(TARGET_SYSTEM_LIBS)
|
||||
|
||||
#ALL_PALETTE_LIBS := \
|
||||
$(shell $(WHICH_LIB_SCRIPT) $(ALL_LIB_DIRS) $(ALL_PALETTE_LIBS) \
|
||||
debug=$(debug) profile=$(profile) shared=$(shared) libext=$(LIBEXT) \
|
||||
shared_libext=$(SHARED_LIBEXT))
|
||||
# $(shell $(WHICH_LIB_SCRIPT) $(ALL_LIB_DIRS) $(ALL_PALETTE_LIBS) \
|
||||
# debug=$(debug) profile=$(profile) shared=$(shared) libext=$(LIBEXT) \
|
||||
# shared_libext=$(SHARED_LIBEXT))
|
||||
|
||||
PALETTE_DIR_NAME = $(GNUSTEP_INSTANCE).palette
|
||||
PALETTE_FILE = $(PALETTE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)/$(PALETTE_NAME)
|
||||
|
|
Loading…
Reference in a new issue