[go: up one dir, main page]

Menu

[dc7c28]: / io / GNUmakefile  Maximize  Restore  History

Download this file

12 lines (7 with data), 276 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
include Makefile.common
TESTS += $(TESTS_EXTRA)
#TESTS += $(TESTS_UNITTEST)
include ../Makefile.subdir.gnu
# requires libcppunit-dev to be installed
unittest.$o: CPPFLAGS += $(CPPUNIT_COMPILER_OPTIONS)
unittest.$(bin): STXXL_LINKER_OPTIONS += $(CPPUNIT_LINKER_OPTIONS)