Last change
on this file since 8:7b2598d1ea55 was 8:7b2598d1ea55, checked in by István Váradi <ivaradi@…>, 12 years ago |
Imported the I/O library for POSIX and the pseudo-random generator
|
File size:
461 bytes
|
Line | |
---|
1 | INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
|
---|
2 |
|
---|
3 | noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock
|
---|
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
|
---|
12 |
|
---|
13 | testthread_SOURCES=testthread.cc
|
---|
14 |
|
---|
15 | testmutex_SOURCES=testmutex.cc
|
---|
16 |
|
---|
17 | testcondvar_SOURCES=testcondvar.cc
|
---|
18 |
|
---|
19 | testevent_SOURCES=testevent.cc
|
---|
20 |
|
---|
21 | testlocsock_SOURCES=testlocsock.cc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.