You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # $Id$
-
- AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul
-
- if USE_CPPUNIT
- cppunit_tests = cucul-test
- endif
-
- noinst_PROGRAMS = simple $(cppunit_tests)
-
- TESTS = $(noinst_PROGRAMS)
-
- simple_SOURCES = simple.c
- simple_LDADD = ../cucul/libcucul.la
-
- cucul_test_SOURCES = cucul-test.cpp canvas.cpp
- cucul_test_CPPFLAGS = $(CPPUNIT_CFLAGS)
- cucul_test_LDADD = ../cucul/libcucul.la $(CPPUNIT_LIBS)
|