Changeset 4:f5d22f58ef6b in vscpl
- Timestamp:
- 01/19/13 14:00:47 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r2 r4 1 1 INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl 2 2 3 noinst_PROGRAMS=testthread 3 noinst_PROGRAMS=testthread testmutex 4 5 LDADD=../src/hu/varadiistvan/scpl/libvscpl.la 6 if TARGET_API_POSIX 7 LDADD+=-lpthread 8 endif 9 if TARGET_API_WIN32 10 AM_LDFLAGS=-static -static-libgcc -static-libstdc++ 11 endif 4 12 5 13 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 14 15 testmutex_SOURCES=testmutex.cc
Note:
See TracChangeset
for help on using the changeset viewer.