open5gs/test/Makefile.am

35 lines
809 B
Makefile
Raw Normal View History

2017-02-03 08:00:22 +00:00
## Process this file with automake to produce Makefile.in.
SUBDIRS = volte
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 \
2018-01-04 09:02:56 +00:00
s1ap_message_test.c nas_message_test.c gtp_message_test.c \
2017-11-07 14:01:27 +00:00
security_test.c s1setup_test.c attach_test.c volte_test.c handover_test.c \
$(NULL)
2017-02-03 08:00:22 +00:00
2017-07-11 05:16:15 +00:00
testepc_LDADD = \
2017-11-07 14:01:27 +00:00
$(top_srcdir)/src/libepc.la \
$(NULL)
2017-02-03 08:00:22 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2018-01-04 11:38:22 +00:00
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src \
2017-02-28 01:20:02 +00:00
-I$(top_srcdir)/lib/s1ap/asn1c \
2017-11-07 14:01:27 +00:00
-I$(top_srcdir)/lib/@FREEDIAMETER_DIR@/include \
@MONGOC_CFLAGS@ \
$(NULL)
2017-02-03 08:00:22 +00:00
AM_CFLAGS = \
2017-10-16 16:25:28 +00:00
-Wall -Werror \
2017-11-07 14:01:27 +00:00
-Wno-unused-function -Wno-unused-variable \
@OSCPPFLAGS@ \
2017-11-07 14:01:27 +00:00
$(NULL)
2017-02-03 08:00:22 +00:00
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump