Rev | Line | |
---|
[4] | 1 | INCLUDES=-I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[18] | 3 | noinst_PROGRAMS=testevent testlocsock
|
---|
[27] | 4 | if TARGET_API_POSIX
|
---|
| 5 | noinst_PROGRAMS+=testrandom
|
---|
| 6 | endif
|
---|
[4] | 7 |
|
---|
| 8 | testevent_SOURCES=testevent.cc
|
---|
[20] | 9 | testevent_LDADD=../src/xplcommon/libxplcommon.la
|
---|
| 10 | if TARGET_API_POSIX
|
---|
| 11 | testevent_LDADD+=-lpthread
|
---|
| 12 | endif
|
---|
| 13 | if TARGET_API_WIN32
|
---|
| 14 | testevent_LDFLAGS=-static-libgcc -static-libstdc++
|
---|
| 15 | endif
|
---|
[18] | 16 |
|
---|
| 17 | testlocsock_SOURCES=testlocsock.cc
|
---|
[20] | 18 | testlocsock_LDADD=../src/xplcommon/libxplcommon.la
|
---|
| 19 | if TARGET_API_POSIX
|
---|
| 20 | testlocsock_LDADD+=-lpthread
|
---|
| 21 | endif
|
---|
| 22 | if TARGET_API_WIN32
|
---|
| 23 | testlocsock_LDFLAGS=-static-libgcc -static-libstdc++
|
---|
| 24 | endif
|
---|
[27] | 25 |
|
---|
| 26 | testrandom_SOURCES=testrandom.cc
|
---|
| 27 | testrandom_LDADD=../src/xplcommon/libxplcommon.la
|
---|
Note:
See
TracBrowser
for help on using the repository browser.