blob: 70e53ac3ef7c57b75dc558af7b3ebf480803c9f1 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001AM_CPPFLAGS = \
2 $(all_includes) \
3 -I$(top_srcdir)/include \
4 -I$(top_builddir) \
5 $(NULL)
6
7AM_CFLAGS = \
8 -Wall \
9 $(LIBOSMOCORE_CFLAGS) \
10 $(LIBOSMOGSM_CFLAGS) \
11 $(LIBOSMOGSM_CFLAGS) \
12 $(LIBOSMOVTY_CFLAGS) \
13 $(COVERAGE_CFLAGS) \
14 $(NULL)
15
16AM_LDFLAGS = \
17 $(LIBOSMOCORE_LIBS) \
18 $(LIBOSMOGSM_LIBS) \
19 $(COVERAGE_LDFLAGS) \
20 $(NULL)
Harald Weltede729a12008-12-23 21:01:25 +000021
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020022# Libraries
Alexander Huemer7b6673f2016-09-09 00:43:15 +020023SUBDIRS = \
24 libcommon \
Harald Welteb8b85a12016-06-17 00:06:42 +020025 libvlr \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020026 libbsc \
27 libmsc \
28 libtrau \
29 libfilter \
Neels Hofmeyrc69ee852016-05-10 12:50:31 +020030 libcommon-cs \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020031 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080032
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020033# Programs
Alexander Huemer7b6673f2016-09-09 00:43:15 +020034SUBDIRS += \
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020035 osmo-msc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020036 utils \
37 ipaccess \
38 gprs \
39 $(NULL)
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020040
41# Conditional Programs
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080042if BUILD_NAT
Alexander Huemer7b6673f2016-09-09 00:43:15 +020043SUBDIRS += \
44 osmo-bsc_nat \
45 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080046endif
Alexander Huemer7b6673f2016-09-09 00:43:15 +020047
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080048if BUILD_BSC
Alexander Huemer7b6673f2016-09-09 00:43:15 +020049SUBDIRS += \
50 osmo-bsc \
51 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080052endif