gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make-system for frameworks


From: David Ayers
Subject: Re: make-system for frameworks
Date: Fri, 25 Oct 2002 15:43:21 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016

David Ayers wrote:

1. I need something like $(GNUSTEP_INSTANCE)_ADDITIONAL_CPPFLAGS. This might already exist, but I have just started looking for it.

I didn't find it, but I think I've got the place to add it. At the end of make/Instance/rules.make:

##
## Library and related special flags.
##
BUNDLE_LIBS += $($(GNUSTEP_INSTANCE)_BUNDLE_LIBS)

ADDITIONAL_INCLUDE_DIRS += $($(GNUSTEP_INSTANCE)_INCLUDE_DIRS)

ADDITIONAL_GUI_LIBS += $($(GNUSTEP_INSTANCE)_GUI_LIBS)

ADDITIONAL_TOOL_LIBS += $($(GNUSTEP_INSTANCE)_TOOL_LIBS)

ADDITIONAL_OBJC_LIBS += $($(GNUSTEP_INSTANCE)_OBJC_LIBS)

ADDITIONAL_LIBRARY_LIBS += $($(GNUSTEP_INSTANCE)_LIBS) \
                           $($(GNUSTEP_INSTANCE)_LIBRARY_LIBS)

ADDITIONAL_LIB_DIRS += $($(GNUSTEP_INSTANCE)_LIB_DIRS)

+ADDITIONAL_CPPFLAGS += $($(GNUSTEP_INSTANCE)_CPPFLAGS)
+
ADDITIONAL_LDFLAGS += $($(GNUSTEP_INSTANCE)_LDFLAGS)

ADDITIONAL_CLASSPATH += $($(GNUSTEP_INSTANCE)_CLASSPATH)

LIBRARIES_DEPEND_UPON += $($(GNUSTEP_INSTANCE)_LIBRARIES_DEPEND_UPON)


2. I need some way of making the objects in derived_src $(GNUSTEP_INSTANCE)-dependant,. i.e. if I compile GSWFile.m to GSWFile.o for GSWeb, I don't want that GSWFile.o to be used when I compile GSWeb_wo.

Well actually I meant GNUSTEP_OBJ_DIR but the same would apply for DERIVED_SRC, still looking into that one.

3. I would like to have support for multiple FRAMEWORK_NAME entries.

....

Cheers,
Dave






reply via email to

[Prev in Thread] Current Thread [Next in Thread]