open5gs/lib/nas/Makefile.am

24 lines
512 B
Makefile
Raw Normal View History

2017-02-15 06:28:38 +00:00
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libnas.la
2017-02-15 06:28:38 +00:00
2017-02-28 01:20:02 +00:00
libnas_la_SOURCES = \
2017-08-17 05:15:08 +00:00
nas_message.h nas_ies.h nas_types.h \
2017-08-20 10:04:23 +00:00
nas_decoder.c nas_encoder.c nas_ies.c nas_types.c
2017-02-15 06:28:38 +00:00
2017-03-24 12:10:13 +00:00
libnas_la_DEPENDENCIES = \
2017-07-13 01:31:07 +00:00
$(top_srcdir)/lib/base/libbase.la
2017-03-24 12:10:13 +00:00
libnas_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-02-15 06:28:38 +00:00
AM_CPPFLAGS = \
2017-03-03 09:25:04 +00:00
-I$(top_srcdir)/lib/core/include \
2017-07-13 01:31:07 +00:00
-I$(top_srcdir)/lib/base
2017-02-15 06:28:38 +00:00
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump