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
|
Line | |
---|
1 | INCLUDES=-I$(top_builddir)/src
|
---|
2 |
|
---|
3 | SUBDIRS=
|
---|
4 |
|
---|
5 | noinst_LTLIBRARIES=libvscpl_io_posix.la
|
---|
6 |
|
---|
7 | libvscpl_io_posix_la_SOURCES= \
|
---|
8 | Waitable.cc \
|
---|
9 | Waiter.cc \
|
---|
10 | BufferedStream.cc \
|
---|
11 | ReadingBuffer.cc \
|
---|
12 | WritingBuffer.cc
|
---|
13 |
|
---|
14 | include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
|
---|
15 | include_vscpl_io_posix_HEADERS= \
|
---|
16 | Waitable.h \
|
---|
17 | Waiter.h \
|
---|
18 | BufferedStream.h \
|
---|
19 | StreamBuffer.h \
|
---|
20 | ReadingBuffer.h \
|
---|
21 | WritingBuffer.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.