mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
* 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
19 lines
590 B
Makefile
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
|