Last change
on this file since 3093 was
2821,
checked in by Sam Hocevar, 12 years ago
|
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
|
File size:
399 bytes
|
Line | |
---|
1 | # $Id$ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca |
---|
4 | |
---|
5 | if USE_CPPUNIT |
---|
6 | cppunit_tests = caca-test |
---|
7 | endif |
---|
8 | |
---|
9 | noinst_PROGRAMS = simple $(cppunit_tests) |
---|
10 | |
---|
11 | TESTS = $(noinst_PROGRAMS) |
---|
12 | |
---|
13 | simple_SOURCES = simple.c |
---|
14 | simple_LDADD = ../caca/libcaca.la |
---|
15 | |
---|
16 | caca_test_SOURCES = caca-test.cpp canvas.cpp driver.cpp |
---|
17 | caca_test_CXXFLAGS = $(CPPUNIT_CFLAGS) |
---|
18 | caca_test_LDADD = ../caca/libcaca.la $(CPPUNIT_LIBS) |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.