Last change
on this file since 31:bbd688924703 was 29:54c2d451f8a0, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented a blocking stream and a corresponding trst program
|
File size:
883 bytes
|
Rev | Line | |
---|
[4] | 1 | INCLUDES=-I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[29] | 3 | noinst_PROGRAMS=testevent testlocsock testblkstream
|
---|
[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 |
|
---|
[29] | 26 | testblkstream_SOURCES=testblkstream.cc
|
---|
| 27 | testblkstream_LDADD=../src/xplcommon/libxplcommon.la
|
---|
| 28 | if TARGET_API_POSIX
|
---|
| 29 | testblkstream_LDADD+=-lpthread
|
---|
| 30 | endif
|
---|
| 31 | if TARGET_API_WIN32
|
---|
| 32 | testblkstream_LDFLAGS=-static-libgcc -static-libstdc++
|
---|
| 33 | endif
|
---|
| 34 |
|
---|
[27] | 35 | testrandom_SOURCES=testrandom.cc
|
---|
| 36 | testrandom_LDADD=../src/xplcommon/libxplcommon.la
|
---|
Note:
See
TracBrowser
for help on using the repository browser.