source: xplra/test/Makefile.am@ 29:5ab375f73489

Last change on this file since 29:5ab375f73489 was 29:5ab375f73489, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented the rest of the multi-dataref API and the multi-dataref getting test program in C

File size: 637 bytes
RevLine 
[14]1INCLUDES=-I $(top_srcdir)/src/client/c $(VSCPL_CFLAGS)
2
3LDADD=../src/client/c/hu/varadiistvan/xplra/libxplra.la
4if TARGET_API_WIN32
5AM_LDFLAGS=-static -static-libgcc -static-libstdc++
6endif
7
[29]8noinst_PROGRAMS=ctest basictest basicctest multigettest multigetctest multisettest
[14]9
10ctest_SOURCES=ctest.c
11if TARGET_API_WIN32
12ctest_LDFLAGS=-lstdc++
13endif
14
15basictest_SOURCES=basictest.cc
[19]16
[23]17basicctest_SOURCES=basicctest.c
18if TARGET_API_WIN32
19basicctest_LDFLAGS=-lstdc++
20endif
21
[19]22multigettest_SOURCES=multigettest.cc
[21]23
[29]24multigetctest_SOURCES=multigetctest.c
25if TARGET_API_WIN32
26multigetctest_LDFLAGS=-lstdc++
27endif
28
[21]29multisettest_SOURCES=multisettest.cc
Note: See TracBrowser for help on using the repository browser.