open5gs/lib/gtp/Makefile.am

24 lines
544 B
Makefile
Raw Normal View History

2017-03-11 13:25:58 +00:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libgtp.la
libgtp_la_SOURCES = \
gtp_message.h gtp_types.h gtp_conv.h gtp_path.h gtp_xact.h \
gtp_message.c gtp_types.c gtp_conv.c gtp_path.c gtp_xact.c
2017-03-11 13:25:58 +00:00
2017-03-24 12:10:13 +00:00
libgtp_la_DEPENDENCIES = \
2017-07-13 01:31:07 +00:00
$(top_srcdir)/lib/base/libbase.la
2017-03-24 12:10:13 +00:00
libgtp_la_LIBADD = \
2017-07-13 01:31:07 +00:00
$(top_srcdir)/lib/base/libbase.la
2017-03-24 12:10:13 +00:00
2017-03-11 13:25:58 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2017-07-13 01:31:07 +00:00
-I$(top_srcdir)/lib/base
2017-03-11 13:25:58 +00:00
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump