open5gs/test/Makefile.am

42 lines
1.1 KiB
Makefile
Raw Normal View History

2017-02-03 08:00:22 +00:00
## Process this file with automake to produce Makefile.in.
2017-07-11 05:16:15 +00:00
bin_PROGRAMS = testepc
2017-02-03 08:00:22 +00:00
2017-07-11 05:16:15 +00:00
testepc_SOURCES = \
2017-02-03 08:00:22 +00:00
abts.h abts_tests.h testutil.h \
2017-08-19 01:44:33 +00:00
abts.c testutil.c testpacket.h testpacket.c \
base_test.c s1ap_message_test.c nas_message_test.c gtp_message_test.c \
2017-09-11 09:41:14 +00:00
security_test.c s1setup_test.c attach_test.c volte_test.c handover_test.c
2017-02-03 08:00:22 +00:00
2017-10-20 07:15:32 +00:00
if USRSCTP
testepc_SOURCES += testusrsctp.c
else
testepc_SOURCES += testsctp.c
endif
2017-07-11 05:16:15 +00:00
testepc_LDADD = \
$(top_srcdir)/src/libepc.la
2017-02-03 08:00:22 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2017-07-13 01:31:07 +00:00
-I$(top_srcdir)/lib/base \
2017-02-28 01:20:02 +00:00
-I$(top_srcdir)/lib/s1ap/asn1c \
-I$(top_srcdir)/lib/s1ap \
-I$(top_srcdir)/lib/nas \
-I$(top_srcdir)/lib/fd/s6a \
-I$(top_srcdir)/lib/fd \
2017-03-12 01:23:49 +00:00
-I$(top_srcdir)/lib/gtp \
2017-03-04 14:48:04 +00:00
-I$(top_srcdir)/src/mme \
2017-03-06 12:45:41 +00:00
-I$(top_srcdir)/src/hss \
2017-04-05 11:09:13 +00:00
-I$(top_srcdir)/src/sgw \
2017-07-21 17:18:53 +00:00
-I$(top_srcdir)/src \
2017-09-29 01:10:55 +00:00
-I$(top_srcdir)/lib/@FREEDIAMETER_DIR@/include \
2017-07-21 17:18:53 +00:00
@MONGOC_CFLAGS@
2017-02-03 08:00:22 +00:00
AM_CFLAGS = \
2017-10-16 16:25:28 +00:00
-Wall -Werror \
-Wno-unused-function -Wno-unused-variable
2017-02-03 08:00:22 +00:00
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump