source:
xplra/test/Makefile.am@
14:bb6484eceb1e
Last change on this file since 14:bb6484eceb1e was 14:bb6484eceb1e, checked in by , 12 years ago | |
---|---|
File size: 327 bytes |
Rev | Line | |
---|---|---|
[14] | 1 | INCLUDES=-I $(top_srcdir)/src/client/c $(VSCPL_CFLAGS) |
2 | ||
3 | LDADD=../src/client/c/hu/varadiistvan/xplra/libxplra.la | |
4 | if TARGET_API_WIN32 | |
5 | AM_LDFLAGS=-static -static-libgcc -static-libstdc++ | |
6 | endif | |
7 | ||
8 | noinst_PROGRAMS=ctest basictest | |
9 | ||
10 | ctest_SOURCES=ctest.c | |
11 | if TARGET_API_WIN32 | |
12 | ctest_LDFLAGS=-lstdc++ | |
13 | endif | |
14 | ||
15 | basictest_SOURCES=basictest.cc |
Note:
See TracBrowser
for help on using the repository browser.