Last change
on this file since 28:d7119bc5a483 was 23:e3beb05af132, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented some functions of the C interface and a simple test program exercising those
|
File size:
527 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 basicctest multigettest multisettest
|
---|
9 |
|
---|
10 | ctest_SOURCES=ctest.c
|
---|
11 | if TARGET_API_WIN32
|
---|
12 | ctest_LDFLAGS=-lstdc++
|
---|
13 | endif
|
---|
14 |
|
---|
15 | basictest_SOURCES=basictest.cc
|
---|
16 |
|
---|
17 | basicctest_SOURCES=basicctest.c
|
---|
18 | if TARGET_API_WIN32
|
---|
19 | basicctest_LDFLAGS=-lstdc++
|
---|
20 | endif
|
---|
21 |
|
---|
22 | multigettest_SOURCES=multigettest.cc
|
---|
23 |
|
---|
24 | multisettest_SOURCES=multisettest.cc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.