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.
26 lines
528 B
26 lines
528 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
AM_CFLAGS += -I../include/
|
|
|
|
TRCOMM = cep_append_read_data.c \
|
|
cep_append_write_data.c \
|
|
cet_accept.c \
|
|
comm_end_point.c \
|
|
con_compose.c \
|
|
connection.c \
|
|
connector.c \
|
|
conn_entry_point.c \
|
|
con_next_message.c \
|
|
protocol.c \
|
|
protocol_message_raw.c \
|
|
protocol_raw.c \
|
|
proto_message.c \
|
|
i_comm_end_point.c \
|
|
i_protocol.c
|
|
|
|
lib_LTLIBRARIES = libtrcomm.la
|
|
|
|
libtrcomm_la_SOURCES = $(TRCOMM)
|
|
libtrcomm_la_CFLAGS = $(AM_CFLAGS)
|
|
libtrcomm_la_LIBADD =
|