Last change
on this file since 6:53519b47b166 was 6:53519b47b166, checked in by István Váradi <ivaradi@…>, 12 years ago |
Imported some further stuff from the IO code
|
File size:
578 bytes
|
Rev | Line | |
---|
[6] | 1 | SUBDIRS=
|
---|
| 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 | noinst_LTLIBRARIES=libvscpl_io.la
|
---|
| 13 |
|
---|
| 14 | libvscpl_io_la_SOURCES=
|
---|
| 15 |
|
---|
| 16 | if TARGET_API_POSIX
|
---|
| 17 | libvscpl_io_la_LIBADD=_posix/libvscpl_io_posix.la
|
---|
| 18 | endif
|
---|
| 19 |
|
---|
| 20 | if TARGET_API_WIN32
|
---|
| 21 | libvscpl_io_la_LIBADD=_win32/libvscpl_io_win32.la
|
---|
| 22 | endif
|
---|
| 23 |
|
---|
| 24 | include_vscpliodir=$(includedir)/hu/varadiistvan/scpl/io
|
---|
| 25 | include_vscplio_HEADERS=\
|
---|
| 26 | Buffer.h \
|
---|
| 27 | Failable.h \
|
---|
| 28 | Waiter.h \
|
---|
| 29 | ReadingBuffer.h \
|
---|
| 30 | WritingBuffer.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.