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