source: xplcommon/src/xplcommon/posix/Makefile.am@ 32:4bef4944955f

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

Implemented mutex with test program

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