Last change
on this file since 21:22a8774452ac 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:
1.2 KB
|
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 | WaitableEvent.cc \
|
---|
11 | BufferedStream.cc \
|
---|
12 | ReadingBuffer.cc \
|
---|
13 | WritingBuffer.cc \
|
---|
14 | Socket.cc \
|
---|
15 | Connector.cc \
|
---|
16 | ClientSocket.cc \
|
---|
17 | LocalConnector.cc \
|
---|
18 | LocalClientSocket.cc \
|
---|
19 | Acceptor.cc \
|
---|
20 | ServerSocket.cc \
|
---|
21 | LocalServerSocket.cc
|
---|
22 |
|
---|
23 | include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
|
---|
24 | include_vscpl_io_posix_HEADERS= \
|
---|
25 | Waitable.h \
|
---|
26 | Waiter.h \
|
---|
27 | WaitableEvent.h \
|
---|
28 | BufferedStream.h \
|
---|
29 | StreamBuffer.h \
|
---|
30 | ReadingBuffer.h \
|
---|
31 | WritingBuffer.h \
|
---|
32 | Socket.h \
|
---|
33 | Connector.h \
|
---|
34 | ClientSocket.h \
|
---|
35 | LocalConnector.h \
|
---|
36 | LocalClientSocket.h \
|
---|
37 | Acceptor.h \
|
---|
38 | ServerSocket.h \
|
---|
39 | LocalSocket.h \
|
---|
40 | LocalAcceptor.h \
|
---|
41 | LocalServerSocket.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.