Last change
on this file since 10:1ee8d0a23099 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:
672 bytes
|
Line | |
---|
1 | SUBDIRS=io
|
---|
2 |
|
---|
3 | if TARGET_API_POSIX
|
---|
4 | SUBDIRS+=_posix
|
---|
5 | endif
|
---|
6 |
|
---|
7 | if TARGET_API_WIN32
|
---|
8 | SUBDIRS+=_win32
|
---|
9 | AM_LDFLAGS=-no-undefined
|
---|
10 | endif
|
---|
11 |
|
---|
12 | lib_LTLIBRARIES=libvscpl.la
|
---|
13 |
|
---|
14 | libvscpl_la_SOURCES=\
|
---|
15 | PseudoRandom.cc
|
---|
16 |
|
---|
17 | libvscpl_la_LIBADD=
|
---|
18 |
|
---|
19 | if TARGET_API_POSIX
|
---|
20 | libvscpl_la_LIBADD+=_posix/libvscpl_posix.la
|
---|
21 | endif
|
---|
22 |
|
---|
23 | if TARGET_API_WIN32
|
---|
24 | libvscpl_la_LIBADD+=_win32/libvscpl_win32.la
|
---|
25 | endif
|
---|
26 |
|
---|
27 | libvscpl_la_LIBADD+=io/libvscpl_io.la
|
---|
28 |
|
---|
29 | include_vscpldir=$(includedir)/hu/varadiistvan/scpl
|
---|
30 | include_vscpl_HEADERS=\
|
---|
31 | config.h \
|
---|
32 | types.h \
|
---|
33 | Thread.h \
|
---|
34 | Mutex.h \
|
---|
35 | CondVar.h \
|
---|
36 | PseudoRandom.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.