source: vscpl/src/hu/varadiistvan/scpl/io/_posix/Makefile.am@ 33:ba64bedf956d

Last change on this file since 33:ba64bedf956d was 33:ba64bedf956d, checked in by István Váradi <ivaradi@…>, 17 months ago

POSIX TCP socket

File size: 1.5 KB
Line 
1AM_CPPFLAGS=-I$(top_builddir)/src
2
3SUBDIRS=
4
5noinst_LTLIBRARIES=libvscpl_io_posix.la
6
7libvscpl_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 TCPConnector.cc \
20 TCPClientSocket.cc \
21 Acceptor.cc \
22 SocketAcceptor.h \
23 ServerSocket.cc \
24 LocalServerSocket.cc \
25 TCPServerSocket.cc
26
27include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
28include_vscpl_io_posix_HEADERS= \
29 Waitable.h \
30 Waiter.h \
31 WaitableEvent.h \
32 BufferedStream.h \
33 StreamBuffer.h \
34 ReadingBuffer.h \
35 WritingBuffer.h \
36 Socket.h \
37 Connector.h \
38 ClientSocket.h \
39 LocalConnector.h \
40 LocalClientSocket.h \
41 TCPConnector.h \
42 TCPClientSocket.h \
43 Acceptor.h \
44 SocketAcceptor.h \
45 ServerSocket.h \
46 LocalSocket.h \
47 LocalAcceptor.h \
48 LocalServerSocket.h \
49 TCPSocket.h \
50 TCPAcceptor.h \
51 TCPServerSocket.h
Note: See TracBrowser for help on using the repository browser.