Last change
on this file since 33:ba64bedf956d was 25:bf389a7e0287, checked in by István Váradi <ivaradi@…>, 7 years ago |
Updated to be compatible with current automake
|
File size:
727 bytes
|
Line | |
---|
1 | AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_builddir)/src
|
---|
2 |
|
---|
3 | noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream testmultiserver testmulticlient
|
---|
4 |
|
---|
5 | if TARGET_API_POSIX
|
---|
6 | noinst_PROGRAMS+=testrandom
|
---|
7 | endif
|
---|
8 |
|
---|
9 | LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
|
---|
10 | if TARGET_API_POSIX
|
---|
11 | LDADD+=-lpthread
|
---|
12 | endif
|
---|
13 | if TARGET_API_WIN32
|
---|
14 | AM_LDFLAGS=-static -static-libgcc -static-libstdc++
|
---|
15 | endif
|
---|
16 |
|
---|
17 | testthread_SOURCES=testthread.cc
|
---|
18 |
|
---|
19 | testmutex_SOURCES=testmutex.cc
|
---|
20 |
|
---|
21 | testcondvar_SOURCES=testcondvar.cc
|
---|
22 |
|
---|
23 | testevent_SOURCES=testevent.cc
|
---|
24 |
|
---|
25 | testlocsock_SOURCES=testlocsock.cc
|
---|
26 |
|
---|
27 | testblkstream_SOURCES=testblkstream.cc
|
---|
28 |
|
---|
29 | testrandom_SOURCES=testrandom.cc
|
---|
30 |
|
---|
31 | testmultiserver_SOURCES=testmultiserver.cc
|
---|
32 |
|
---|
33 | testmulticlient_SOURCES=testmulticlient.cc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.