sogo/Tests/Unit/GNUmakefile
Francis Lachapelle ed80559b05 See ChangeLogs.
Monotone-Parent: 8d68561f51adcd8910568babcba5d38587755f06
Monotone-Revision: 18a37cc2e34898697d26aa8ab49aaab61673a465

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-04-22T13:15:04
Monotone-Branch: ca.inverse.sogo
2010-04-22 13:15:04 +00:00

33 lines
626 B
Makefile

# GNUstep makefile
debug=yes
include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../../Version
TEST_TOOL = sogo-tests
$(TEST_TOOL)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(TEST_TOOL)_OBJC_FILES += \
sogo-tests.m \
\
SOGoTest.m \
SOGoTestRunner.m \
\
TestiCalTimeZonePeriod.m \
TestiCalRecurrenceCalculator.m \
\
TestBSJSONAdditions.m
TOOL_NAME = $(TEST_TOOL)
ADDITIONAL_INCLUDE_DIRS += \
-D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I../UI/
ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo -lSOGo
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble