source: vscpl/test/Makefile.am@ 5:55892b4e7748

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

Imported the conditional variable implementation from xplcommon

File size: 379 bytes
Line 
1INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl
2
3noinst_PROGRAMS=testthread testmutex testcondvar
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
12
13testthread_SOURCES=testthread.cc
14
15testmutex_SOURCES=testmutex.cc
16
17testcondvar_SOURCES=testcondvar.cc
Note: See TracBrowser for help on using the repository browser.