source:
xplra/test/Makefile.am@
17:2b7d9b08ce3f
Last change on this file since 17:2b7d9b08ce3f was 14:bb6484eceb1e, checked in by , 12 years ago | |
---|---|
File size: 327 bytes |
Line | |
---|---|
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.