Rev | Line | |
---|
[3] | 1 | noinst_LTLIBRARIES=libxplcommon_posix.la
|
---|
| 2 |
|
---|
| 3 | libxplcommon_posix_la_SOURCES = \
|
---|
| 4 | Thread.cc \
|
---|
[6] | 5 | Waitable.cc \
|
---|
| 6 | Waiter.cc \
|
---|
| 7 | WaitableEvent.cc \
|
---|
| 8 | ReadingBuffer.cc \
|
---|
| 9 | WritingBuffer.cc \
|
---|
| 10 | BufferedWaitable.cc \
|
---|
| 11 | Acceptor.cc \
|
---|
| 12 | ServerSocket.cc \
|
---|
| 13 | Socket.cc \
|
---|
| 14 | Connector.cc \
|
---|
[11] | 15 | ClientSocket.cc \
|
---|
[15] | 16 | LocalServerSocket.cc \
|
---|
| 17 | LocalClientSocket.cc
|
---|
[3] | 18 |
|
---|
| 19 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix
|
---|
| 20 | include_xplcommon_posix_HEADERS=\
|
---|
| 21 | Thread.h \
|
---|
| 22 | Waitable.h \
|
---|
[4] | 23 | Waiter.h \
|
---|
[6] | 24 | WaitableEvent.h \
|
---|
| 25 | WaitableBuffer.h \
|
---|
| 26 | ReadingBuffer.h \
|
---|
| 27 | WritingBuffer.h \
|
---|
| 28 | BufferedWaitable.h \
|
---|
| 29 | Acceptor.h \
|
---|
| 30 | ServerSocket.h \
|
---|
| 31 | Socket.h \
|
---|
| 32 | Connector.h \
|
---|
[11] | 33 | ClientSocket.h \
|
---|
| 34 | LocalSocket.h \
|
---|
| 35 | LocalAcceptor.h \
|
---|
[15] | 36 | LocalServerSocket.h \
|
---|
| 37 | LocalClientSocket.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.