open5gs/Makefile.am

45 lines
1.2 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
2017-07-11 14:38:52 +00:00
bin_PROGRAMS = mmed hssd sgwd pgwd epcd
2017-02-02 11:34:37 +00:00
2017-07-11 10:16:45 +00:00
dist_mmed_SOURCES = main.c
mmed_LDADD = $(top_srcdir)/src/libmme.la
dist_hssd_SOURCES = main.c
hssd_LDADD = $(top_srcdir)/src/libhss.la
dist_sgwd_SOURCES = main.c
sgwd_LDADD = $(top_srcdir)/src/libsgw.la
2017-02-02 11:34:37 +00:00
2017-07-11 10:16:45 +00:00
dist_pgwd_SOURCES = main.c
pgwd_LDADD = $(top_srcdir)/src/libpgw.la
2017-07-11 14:38:52 +00:00
dist_epcd_SOURCES = main.c
epcd_LDADD = $(top_srcdir)/src/libepc.la
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
2017-07-12 12:25:10 +00:00
dist_sysconf_DATA = support/nextepc.conf
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