blob: ff19d3d7c4b7ab5aa24225ad7774c666f48fb2e2 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001AM_CPPFLAGS = \
2 $(all_includes) \
3 -I$(top_srcdir)/include \
4 -I$(top_srcdir)/src/libmsc \
5 $(NULL)
Holger Hans Peter Freythera7328a52013-07-13 17:09:56 +02006
Alexander Huemer7b6673f2016-09-09 00:43:15 +02007AM_CFLAGS = \
8 -Wall \
9 -ggdb3 \
10 $(LIBOSMOCORE_CFLAGS) \
11 $(LIBOSMOGSM_CFLAGS) \
12 $(LIBOSMOSCCP_CFLAGS) \
13 $(LIBOSMOABIS_CFLAGS) \
Max5346f692022-07-28 14:19:22 +070014 $(LIBOSMOSCCP_CFLAGS) \
15 $(LIBOSMOMGCPCLIENT_CFLAGS) \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020016 $(COVERAGE_CFLAGS) \
17 $(LIBSMPP34_CFLAGS) \
18 $(NULL)
Holger Hans Peter Freythera7328a52013-07-13 17:09:56 +020019
Alexander Huemer7b6673f2016-09-09 00:43:15 +020020AM_LDFLAGS = \
21 $(COVERAGE_LDFLAGS) \
Vadim Yanitskiyfe90aff2023-03-11 04:54:07 +070022 -no-install \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020023 $(NULL)
Holger Hans Peter Freythera7328a52013-07-13 17:09:56 +020024
Alexander Huemer7b6673f2016-09-09 00:43:15 +020025EXTRA_DIST = \
26 smpp_test.ok \
27 smpp_test.err \
28 $(NULL)
29
Vadim Yanitskiyc628c9e2022-04-13 19:55:35 +030030check_PROGRAMS = \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020031 smpp_test \
32 $(NULL)
33
34smpp_test_SOURCES = \
35 smpp_test.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020036 $(NULL)
37
Harald Welte6a8cbe92015-11-21 15:43:29 +010038smpp_test_LDADD = \
Max5346f692022-07-28 14:19:22 +070039 $(top_builddir)/src/libsmpputil/libsmpputil.a \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020040 $(LIBOSMOCORE_LIBS) \
41 $(LIBOSMOGSM_LIBS) \
42 $(NULL)