libs-gdl2/Examples/GNUmakefile
David Ayers 4d73ac52dd * Documentation/GDL2Intro/Examples: Move to ...
* Examples: ... here.
	* Examples/GNUmakefile: Adapt to new location.
	* Documentation/GDL2Intro/GNUmakefile: Remove subproject.
	* Documentation/GDL2Intro/GDL2Intro.texi: Update references to new
	location.
	* Trading: Move to ...
	* Examples/Trading: ... here.
	* Examples/Trading/GNUmakefile: Adapte to new location.
	* Examples/GNUmakefile: Add Trading.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27918 72102866-910b-0410-8b05-ffd578937521
2009-02-18 17:21:05 +00:00

19 lines
590 B
Makefile

include ../common.make
include $(GNUSTEP_MAKEFILES)/common.make
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
SUBPROJECTS = Trading
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
include GNUmakefile.eoexample
include GNUmakefile.connection
include GNUmakefile.eoexample2
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make