open5gs/Makefile.am

30 lines
815 B
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 = cellwired
2017-03-22 07:59:34 +00:00
dist_cellwired_SOURCES = main.c
2017-02-02 11:34:37 +00:00
cellwired_LDADD = \
2017-03-04 14:48:04 +00:00
$(top_srcdir)/src/libcellwire.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
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