Further cleanup of general Master/Instance framework, removing more

variables from the submake invocation; removed unused variable


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-03-07 16:23:38 +00:00
parent 7e88369c54
commit e2539bd975

View file

@ -1,3 +1,28 @@
Thu Mar 7 14:06:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Master/rules.make (DLL_DEF): Do not pass down to submakes.
* Instance/library.make (DLL_DEF): Define here instead.
Thu Mar 7 14:05:38 2002 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make (SUBPROJECT_ROOT_DIR): Unused variable removed.
* Master/rules.make (SUBPROJECT_ROOT_DIR): Idem.
Thu Mar 7 13:43:28 2002 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make: Include Instance/rules.make before using the
ADDITIONAL flags.
* Instance/rules.make (BUNDLE_LIBS, ADDITIONAL_INCLUDE_DIRS,
ADDITIONAL_GUI_LIBS, ADDITIONAL_TOOL_LIBS, ADDITIONAL_OBJC_LIBS,
ADDITIONAL_LIB_DIRS, ADDITIONAL_LIBRARY_LIBS, ADDITIONAL_LDFLAGS,
ADDITIONAL_CLASSPATH, LIBRARIES_DEPEND_UPON): Add instance
specific flags here.
* Master/rules.make (BUNDLE_LIBS, ADDITIONAL_INCLUDE_DIRS,
ADDITIONAL_GUI_LIBS, ADDITIONAL_TOOL_LIBS, ADDITIONAL_OBJC_LIBS,
ADDITIONAL_LIB_DIRS, ADDITIONAL_LIBRARY_LIBS, ADDITIONAL_LDFLAGS,
ADDITIONAL_CLASSPATH, LIBRARIES_DEPEND_UPON): Do not pass down to
submakes.
Wed Mar 6 10:15:20 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Master/rules.make (MAIN_MODEL_FILE): Do not pass down to submakes here.