Updated all project GNUmakefile's to include the local common.make, which will
attempt to populate GNUSTEP_MAKEFILES by calling gnustep-config.
* GNUmakefile.in, EOInterface/GNUmakefile, EOAccess/GNUmakefile,
DBModeler/Inspectors/GNUmakefile, DBModeler/GNUmakefile, Tools/GNUmakefile,
EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile,
EOAdaptors/SQLiteAdaptor/GNUmakefile.in, EOAdaptors/GNUmakefile.in,
EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile,
EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in, EOControl/GNUmakefile,
GDL2Palette/GNUmakefile, Documentation/GDL2Intro/GNUmakefile,
Documentation/GDL2Intro/Examples/GNUmakefile, Documentation/GNUmakefile,
EOModeler/GNUmakefile, common.make
Added logic to the local common.make to try to populate GNUSTEP_MAKEFILES by
calling gnustep-config, if GNUSTEP_MAKEFILES is not already populated.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26583 72102866-910b-0410-8b05-ffd578937521
2008-05-29 14:57:30 +00:00
|
|
|
include ../../../common.make
|
2007-01-03 05:41:16 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
|
|
|
|
2008-03-07 08:06:42 +00:00
|
|
|
ADDITIONAL_NATIVE_LIBS=EOAccess EOControl
|
|
|
|
|
|
|
|
# This is strictly for integration into the gdl2 build system
|
|
|
|
# If you are basing a gdl2 application off of these examples
|
|
|
|
# you won't need the following line in your GNUmakefiles.
|
|
|
|
ADDITIONAL_NATIVE_LIB_DIRS=../../../EOAccess ../../../EOControl
|
|
|
|
|
2007-01-03 05:41:16 +00:00
|
|
|
include GNUmakefile.eoexample
|
|
|
|
include GNUmakefile.connection
|
2007-01-06 17:21:18 +00:00
|
|
|
include GNUmakefile.eoexample2
|
2007-01-03 05:41:16 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|