mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-15 16:10:46 +00:00
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
7 lines
133 B
Makefile
7 lines
133 B
Makefile
include ../common.make
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
SUBPROJECTS=GDL2Intro
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|