Last change
on this file since 2821 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:
540 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca |
---|
4 | |
---|
5 | if USE_CXX |
---|
6 | pkgconfig_DATA = caca++.pc |
---|
7 | pkgconfigdir = $(libdir)/pkgconfig |
---|
8 | |
---|
9 | include_HEADERS = caca++.h |
---|
10 | lib_LTLIBRARIES = libcaca++.la |
---|
11 | endif |
---|
12 | |
---|
13 | libcaca___la_SOURCES = caca++.cpp cucul++.cpp caca++.h |
---|
14 | libcaca___la_LDFLAGS = -no-undefined -version-number @LT_VERSION@ |
---|
15 | libcaca___la_LIBADD = ../caca/libcaca.la |
---|
16 | |
---|
17 | if USE_CXX |
---|
18 | noinst_PROGRAMS = cxxtest |
---|
19 | endif |
---|
20 | |
---|
21 | cxxtest_SOURCES = cxxtest.cpp |
---|
22 | cxxtest_LDADD = libcaca++.la ../caca/libcaca.la |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.