Makefile.am 1.36 KB
if !STANDALONE_EPC
AM_CFLAGS = @ADD_CFLAGS@ \
	-I$(top_srcdir)/COMMON				\
	-I$(top_srcdir)/GTPV1-U				\
	-I$(top_srcdir)/GTPV1-U/nw-gtpv1u/include	\
	-I$(top_srcdir)/GTPV1-U/nw-gtpv1u/shared	\
	-I$(top_srcdir)/SCTP				\
	-I$(top_srcdir)/NAS/EURECOM-NAS/src/api/network	\
	-I$(top_srcdir)/NAS/EURECOM-NAS/src/include	\
	-I$(top_srcdir)/INTERTASK_INTERFACE		\
	-I$(top_srcdir)/SGI				\
	-I$(top_srcdir)/MME_APP				\
	-I$(top_srcdir)/NAS				\
	-I$(top_srcdir)/S11				\
	-I$(top_builddir)/S1AP/MESSAGES			\
	-I$(top_srcdir)/S1AP				\
	-I$(top_srcdir)/S6A				\
	-I$(top_srcdir)/SECU				\
	-I$(top_srcdir)/SGW-LITE			\
	-I$(top_srcdir)/UDP				\
	-I$(top_srcdir)/UTILS				\
	-I$(top_srcdir)/UTILS/HASHTABLE

oaisim_mme_LDADD = \
	$(top_builddir)/INTERTASK_INTERFACE/libitti.la	\
	$(top_builddir)/NAS/libnas.la	\
	$(top_builddir)/S11/libs11.la	\
	$(top_builddir)/S1AP/libs1ap.la	\
	$(top_builddir)/S6A/libs6a.la	\
	$(top_builddir)/SCTP/libsctpserver.la	\
	$(top_builddir)/UTILS/HASHTABLE/libhashtable.la \
	$(top_builddir)/UDP/libudpserver.la	\
	$(top_builddir)/MME_APP/libmmeapp.la	\
	$(top_builddir)/SECU/libsecu.la	\
	$(top_builddir)/UTILS/libutils.la	\
	$(top_builddir)/GTPV2-C/nwgtpv2c-0.11/src/libNwGtpv2c.a	\
	$(abs_top_builddir)/INTERTASK_INTERFACE/UTIL/LFDS/liblfds6.1.1/liblfds611/bin/liblfds611.a

oaisim_mme_SOURCES = \
	oai_mme_log.c	\
	oaisim_mme.c

bin_PROGRAMS = oaisim_mme
endif