blob: bd697385ff27fca1b2d777d499645a2784be51af [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 Welte9ccd6622016-06-17 00:06:42 +020025 libvlr \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020026 libmgcp \
27 libbsc \
28 libmsc \
29 libtrau \
30 libfilter \
Neels Hofmeyrc69ee852016-05-10 12:50:31 +020031 libcommon-cs \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020032 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080033
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020034# Programs
Alexander Huemer7b6673f2016-09-09 00:43:15 +020035SUBDIRS += \
Neels Hofmeyr2188a772016-05-20 21:59:55 +020036 osmo-msc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020037 osmo-bsc_mgcp \
38 utils \
39 ipaccess \
40 gprs \
41 $(NULL)
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020042
43# Conditional Programs
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080044if BUILD_NAT
Alexander Huemer7b6673f2016-09-09 00:43:15 +020045SUBDIRS += \
46 osmo-bsc_nat \
47 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080048endif
Alexander Huemer7b6673f2016-09-09 00:43:15 +020049
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080050if BUILD_BSC
Alexander Huemer7b6673f2016-09-09 00:43:15 +020051SUBDIRS += \
52 osmo-bsc \
53 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080054endif