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.
29 lines
570 B
29 lines
570 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
AM_CFLAGS += -I../include/
|
|
|
|
TR_CLASS = memory.c \
|
|
interface.c \
|
|
logger.c \
|
|
timer.c \
|
|
timer_set.c \
|
|
timer_get.c \
|
|
print_trace.c \
|
|
stderr.c \
|
|
syslog.c \
|
|
sized_data.c \
|
|
sized_data_set_data.c \
|
|
i_class.c \
|
|
i_subject.c \
|
|
i_observer.c \
|
|
i_indexable.c \
|
|
i_serializable.c \
|
|
i_logger.c
|
|
|
|
lib_LTLIBRARIES = libtrbase.la
|
|
|
|
libtrbase_la_SOURCES = $(TR_CLASS)
|
|
libtrbase_la_CFLAGS = $(AM_CFLAGS)
|
|
libtrbase_la_LIBADD =
|
|
libtrbase_la_LDFLAGS = -version-info 1:0:1
|