source: xplcommon/src/xplcommon/posix/Makefile.am@ 34:ad3194cb9bef

Last change on this file since 34:ad3194cb9bef was 34:ad3194cb9bef, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented a conditional variable

File size: 813 bytes
Line 
1noinst_LTLIBRARIES=libxplcommon_posix.la
2
3libxplcommon_posix_la_SOURCES = \
4 Thread.cc \
5 CondVar.cc \
6 Waitable.cc \
7 Waiter.cc \
8 WaitableEvent.cc \
9 ReadingBuffer.cc \
10 WritingBuffer.cc \
11 BufferedStream.cc \
12 Acceptor.cc \
13 ServerSocket.cc \
14 Socket.cc \
15 Connector.cc \
16 ClientSocket.cc \
17 LocalServerSocket.cc \
18 LocalConnector.cc \
19 LocalClientSocket.cc
20
21include_xplcommon_posixdir=$(includedir)/xplcommon/posix
22include_xplcommon_posix_HEADERS=\
23 Thread.h \
24 Mutex.h \
25 CondVar.h \
26 Waitable.h \
27 Waiter.h \
28 WaitableEvent.h \
29 StreamBuffer.h \
30 ReadingBuffer.h \
31 WritingBuffer.h \
32 BufferedStream.h \
33 Acceptor.h \
34 ServerSocket.h \
35 Socket.h \
36 Connector.h \
37 ClientSocket.h \
38 LocalSocket.h \
39 LocalAcceptor.h \
40 LocalServerSocket.h \
41 LocalConnector.h \
42 LocalClientSocket.h
Note: See TracBrowser for help on using the repository browser.