source: vscpl/test/Makefile.am@ 10:1ee8d0a23099

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

Imported the code of the blocking and data streams

File size: 515 bytes
RevLine 
[6]1INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
[2]2
[10]3noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream
[4]4
5LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
6if TARGET_API_POSIX
7LDADD+=-lpthread
8endif
9if TARGET_API_WIN32
10AM_LDFLAGS=-static -static-libgcc -static-libstdc++
11endif
[2]12
13testthread_SOURCES=testthread.cc
[4]14
15testmutex_SOURCES=testmutex.cc
[5]16
17testcondvar_SOURCES=testcondvar.cc
[7]18
19testevent_SOURCES=testevent.cc
[8]20
21testlocsock_SOURCES=testlocsock.cc
[10]22
23testblkstream_SOURCES=testblkstream.cc
Note: See TracBrowser for help on using the repository browser.