GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME = dbtest

dbtest_OBJC_FILES = dbtest.m \
test1.m \
test2.m \
test3.m \
test4.m \
test5.m \
test6.m 

ADDITIONAL_TOOL_LIBS += -lDBKit $(SYSTEM_LIBS)

-include GNUmakefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/tool.make

-include GNUmakefile.postamble

