You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
833 B
39 lines
833 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
AM_CFLAGS += -I../include/
|
|
|
|
TRCOMM = cet_accept.c \
|
|
cep_write_buffered.c \
|
|
comm_end_point_read.c \
|
|
comm_end_point.c \
|
|
conn_entry_point.c \
|
|
connection.c \
|
|
connector.c \
|
|
datagram_service.c \
|
|
datagram_entry_point.c \
|
|
comm_manager.c \
|
|
comm_manager_poll.c \
|
|
comm_manager_epoll.c \
|
|
comm_manager_shutdown.c \
|
|
comm_manager_shutdown_read.c \
|
|
comm_manager_shutdown_write.c \
|
|
io_handler.c \
|
|
proto_message.c \
|
|
protocol.c \
|
|
protocol_handler.c \
|
|
protocol_message_raw.c \
|
|
protocol_raw.c \
|
|
server.c \
|
|
server_bind_tcp.c \
|
|
server_bind_udp.c \
|
|
server_start.c \
|
|
i_comm_end_point.c \
|
|
i_comm_manager.c \
|
|
i_protocol.c
|
|
|
|
lib_LTLIBRARIES = libtrcomm.la
|
|
|
|
libtrcomm_la_SOURCES = $(TRCOMM)
|
|
libtrcomm_la_CFLAGS = $(AM_CFLAGS)
|
|
libtrcomm_la_LIBADD =
|