root/lang/c/AutoUpdater/Makefile.am @ 14180

Revision 14178, 351 bytes (checked in by saturday06, 5 years ago)

C++のとこから移動

Line 
1ACLOCAL_AMFLAGS = -I m4
2bin_PROGRAMS = test test_cxx
3
4test_SOURCES = Test.c AutoUpdater.c
5test_CFLAGS  = -g -pg -Wall
6test_LDFLAGS =
7
8test_cxx_SOURCES  = Test.cpp AutoUpdater.c
9test_cxx_CFLAGS = -g -pg -Wall
10test_cxx_CXXFLAGS = -g -pg -Wall $(BOOST_CPPFLAGS)
11test_cxx_LDFLAGS  = $(BOOST_LDFLAGS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB)
12#test_cxx_LDADD    =
13
Note: See TracBrowser for help on using the browser.