2009-02-18 17:21:05 +00:00
|
|
|
include ../../common.make
|
2008-06-03 13:29:46 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2009-02-18 17:21:05 +00:00
|
|
|
include ../../Version
|
|
|
|
include ../../common.make
|
2008-06-03 13:29:46 +00:00
|
|
|
|
|
|
|
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
|
2009-02-18 17:21:05 +00:00
|
|
|
createTradingDB_NATIVE_LIBS+= Trading
|
2008-06-03 13:29:46 +00:00
|
|
|
|
2009-02-18 17:21:05 +00:00
|
|
|
ADDITIONAL_INCLUDE_DIRS+=-I../..
|
2008-06-03 13:29:46 +00:00
|
|
|
|
2009-02-18 17:21:05 +00:00
|
|
|
ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl
|
|
|
|
ADDITIONAL_NATIVE_LIB_DIRS+=../../EOAccess ../../EOControl
|
|
|
|
|
|
|
|
ADDITIONAL_NATIVE_LIB_DIRS+= .
|
2008-06-03 13:29:46 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/native-library.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|