open5gs/Makefile.am

72 lines
2.1 KiB
Makefile
Raw Normal View History

2017-02-02 11:34:37 +00:00
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
2017-02-06 10:12:10 +00:00
SUBDIRS = lib src test
2017-02-02 11:34:37 +00:00
bin_PROGRAMS = nextepc-mmed nextepc-hssd nextepc-sgwd nextepc-pgwd nextepc-pcrfd nextepc-epcd
2017-02-02 11:34:37 +00:00
dist_nextepc_mmed_SOURCES = main.c
nextepc_mmed_LDADD = $(top_srcdir)/src/libmme.la
nextepc_mmed_LDFLAGS = -export-dynamic
2017-07-11 10:16:45 +00:00
dist_nextepc_hssd_SOURCES = main.c
nextepc_hssd_LDADD = $(top_srcdir)/src/libhss.la
nextepc_hssd_LDFLAGS = -export-dynamic
2017-07-11 10:16:45 +00:00
dist_nextepc_sgwd_SOURCES = main.c
nextepc_sgwd_LDADD = $(top_srcdir)/src/libsgw.la
nextepc_sgwd_LDFLAGS = -export-dynamic
2017-02-02 11:34:37 +00:00
dist_nextepc_pgwd_SOURCES = main.c
nextepc_pgwd_LDADD = $(top_srcdir)/src/libpgw.la
nextepc_pgwd_LDFLAGS = -export-dynamic
2017-07-11 10:16:45 +00:00
dist_nextepc_pcrfd_SOURCES = main.c
nextepc_pcrfd_LDADD = $(top_srcdir)/src/libpcrf.la
nextepc_pcrfd_LDFLAGS = -export-dynamic
2017-08-17 05:15:08 +00:00
dist_nextepc_epcd_SOURCES = main.c
nextepc_epcd_LDADD = $(top_srcdir)/src/libepc.la
nextepc_epcd_LDFLAGS = -export-dynamic
2017-02-20 12:16:45 +00:00
2017-02-02 11:34:37 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2017-03-04 14:48:04 +00:00
-I$(top_srcdir)/src
2017-02-02 11:34:37 +00:00
sysconf_DATA = \
2017-08-03 05:19:59 +00:00
support/nextepc.conf
2017-07-12 12:25:10 +00:00
freeDiameterdir = ${prefix}/etc/freeDiameter
freeDiameter_DATA = \
support/freeDiameter/mme.conf \
2017-08-17 05:33:03 +00:00
support/freeDiameter/hss.conf \
support/freeDiameter/pgw.conf \
support/freeDiameter/pcrf.conf
dist_freeDiameter_DATA = \
support/freeDiameter/cacert.pem \
support/freeDiameter/mme.key.pem \
support/freeDiameter/mme.cert.pem \
support/freeDiameter/hss.key.pem \
2017-08-13 13:26:58 +00:00
support/freeDiameter/hss.cert.pem \
2017-08-16 13:58:12 +00:00
support/freeDiameter/pgw.key.pem \
support/freeDiameter/pgw.cert.pem \
support/freeDiameter/pcrf.key.pem \
support/freeDiameter/pcrf.cert.pem
2017-07-13 06:16:41 +00:00
install-data-hook:
2017-07-13 07:05:56 +00:00
$(MKDIR_P) $(prefix)/var/log
2017-07-13 06:16:41 +00:00
2017-02-02 11:34:37 +00:00
CLEANFILES = symtbl.c
DISTCLEANFILES = $(DIST_ARCHIVES)
MAINTAINERCLEANFILES = \
configure config.in \
aclocal.m4 m4/ltsugar.m4 m4/libtool.m4 m4/ltversion.m4 \
m4/lt~obsolete.m4 m4/ltoptions.m4 \
2017-02-05 06:58:20 +00:00
build-aux/ar-lib build-aux/config.guess build-aux/depcomp \
build-aux/ltmain.sh build-aux/test-driver build-aux/compile \
build-aux/config.sub build-aux/missing build-aux/install-sh \
.cscope.out .cscope.out.in .cscope.files .cscope.out.po \
2017-02-02 11:34:37 +00:00
Makefile.in
MOSTLYCLEANFILES = core *.stackdump