2009-02-18 17:21:05 +00:00
|
|
|
include ../common.make
|
2007-01-03 05:41:16 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
|
|
|
|
2009-02-18 17:21:05 +00:00
|
|
|
SUBPROJECTS = Trading
|
|
|
|
|
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.
|
2009-02-18 17:21:05 +00:00
|
|
|
ADDITIONAL_NATIVE_LIB_DIRS=../EOAccess ../EOControl
|
2008-03-07 08:06:42 +00:00
|
|
|
|
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
|
|
|
|
2009-02-18 17:21:05 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
2007-01-03 05:41:16 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|