open5gs/src/hss/Makefile.am

31 lines
685 B
Makefile
Raw Normal View History

2017-03-04 15:20:09 +00:00
## Process this file with automake to produce Makefile.in.
noinst_LTLIBRARIES = libhss.la
libhss_la_SOURCES = \
2017-04-04 02:08:32 +00:00
milenage.h hss_kdf.h hss_ctx.h
2017-03-04 15:20:09 +00:00
nodist_libhss_la_SOURCES = \
2017-04-04 02:08:32 +00:00
milenage.c hss_kdf.c hss_init.c hss_ctx.c
2017-03-04 15:20:09 +00:00
libhss_la_DEPENDENCIES = \
$(top_srcdir)/lib/core/src/libcore.la \
$(top_srcdir)/lib/s6a/libs6a.la
libhss_la_LIBADD = \
$(top_srcdir)/lib/core/src/libcore.la \
$(top_srcdir)/lib/s6a/libs6a.la
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
2017-03-05 14:36:17 +00:00
-I$(top_srcdir)/lib/3gpp \
2017-03-04 15:20:09 +00:00
-I$(top_srcdir)/lib/s6a
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)