source: xplcommon/test/Makefile.am@ 20:38521bf10e24

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

Implemented the Waiter and the WaitableEvent classes for Windows

File size: 500 bytes
Line 
1INCLUDES=-I$(top_srcdir)/src
2
3noinst_PROGRAMS=testevent testlocsock
4
5testevent_SOURCES=testevent.cc
6testevent_LDADD=../src/xplcommon/libxplcommon.la
7if TARGET_API_POSIX
8testevent_LDADD+=-lpthread
9endif
10if TARGET_API_WIN32
11testevent_LDFLAGS=-static-libgcc -static-libstdc++
12endif
13
14testlocsock_SOURCES=testlocsock.cc
15testlocsock_LDADD=../src/xplcommon/libxplcommon.la
16if TARGET_API_POSIX
17testlocsock_LDADD+=-lpthread
18endif
19if TARGET_API_WIN32
20testlocsock_LDFLAGS=-static-libgcc -static-libstdc++
21endif
Note: See TracBrowser for help on using the repository browser.