libs-gdl2/Examples/Trading/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

26 lines
665 B
Makefile

include ../../common.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../../Version
include ../../common.make
NATIVE_LIBRARY_NAME=Trading
TOOL_NAME=createTradingDB
Trading_RESOURCE_FILES=Trading.eomodeld
Trading_HAS_RESOURCE_BUNDLE=yes
Trading_OBJC_FILES=Trading.m TradingData.m
Trading_HEADER_FILES=Trading.h TradingData.h
createTradingDB_OBJC_FILES=create.m
createTradingDB_NATIVE_LIBS+= Trading
ADDITIONAL_INCLUDE_DIRS+=-I../..
ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOAccess ../../EOControl
ADDITIONAL_NATIVE_LIB_DIRS+= .
include $(GNUSTEP_MAKEFILES)/native-library.make
include $(GNUSTEP_MAKEFILES)/tool.make