source:
vscpl/test/Makefile.am@
3:1c61e0f739cf
Last change on this file since 3:1c61e0f739cf was 2:c99488addcb3, checked in by , 12 years ago | |
---|---|
File size: 318 bytes |
Line | |
---|---|
1 | INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl |
2 | |
3 | noinst_PROGRAMS=testthread |
4 | |
5 | testthread_SOURCES=testthread.cc |
6 | testthread_LDADD=../src/hu/varadiistvan/scpl/libvscpl.la |
7 | if TARGET_API_POSIX |
8 | testthread_LDADD+=-lpthread |
9 | endif |
10 | if TARGET_API_WIN32 |
11 | testthread_LDFLAGS=-static -static-libgcc -static-libstdc++ |
12 | endif |
Note:
See TracBrowser
for help on using the repository browser.