source: vscpl/test/Makefile.am@ 2:c99488addcb3

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

Added the thread test program

File size: 318 bytes
Line 
1INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl
2
3noinst_PROGRAMS=testthread
4
5testthread_SOURCES=testthread.cc
6testthread_LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
7if TARGET_API_POSIX
8testthread_LDADD+=-lpthread
9endif
10if TARGET_API_WIN32
11testthread_LDFLAGS=-static -static-libgcc -static-libstdc++
12endif
Note: See TracBrowser for help on using the repository browser.