Last change
on this file since 1156 was
1156,
checked in by Jean-Yves Lamoureux, 16 years ago
|
- Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
--This line, and those below, will be ignored--
M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am
|
File size:
702 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca |
---|
4 | |
---|
5 | if USE_CXX |
---|
6 | include_HEADERS = cucul++.h caca++.h |
---|
7 | lib_LTLIBRARIES = libcucul++.la libcaca++.la |
---|
8 | endif |
---|
9 | |
---|
10 | libcucul___la_SOURCES = cucul++.cpp cucul++.h |
---|
11 | libcucul___la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ |
---|
12 | libcucul___la_LIBADD = ../cucul/libcucul.la |
---|
13 | |
---|
14 | libcaca___la_SOURCES = caca++.cpp caca++.h |
---|
15 | libcaca___la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ |
---|
16 | libcaca___la_LIBADD = ../caca/libcaca.la |
---|
17 | |
---|
18 | if USE_CXX |
---|
19 | noinst_PROGRAMS = cxxtest |
---|
20 | endif |
---|
21 | |
---|
22 | cxxtest_SOURCES = cxxtest.cpp |
---|
23 | cxxtest_LDADD = libcaca++.la libcucul++.la ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.