source: xplcommon/test/Makefile.am@ 21:eb59943050c9

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

Implemented the Waiter and the WaitableEvent classes for Windows

File size: 500 bytes
RevLine 
[4]1INCLUDES=-I$(top_srcdir)/src
2
[18]3noinst_PROGRAMS=testevent testlocsock
[4]4
5testevent_SOURCES=testevent.cc
[20]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
[18]13
14testlocsock_SOURCES=testlocsock.cc
[20]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.