open5gs/src/Makefile.am

25 lines
495 B
Makefile

## Process this file with automake to produce Makefile.in.
noinst_LTLIBRARIES = libcellwire.la
libcellwire_la_SOURCES = \
../include/cellwire.h
nodist_libcellwire_la_SOURCES = \
init.c
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/lib/core \
-I$(top_srcdir)/lib/core/include
AM_CFLAGS = \
-Wall -Werror
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)