blob: e78bde624a257970149da003bd25982ff8ef6709 [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)
Holger Hans Peter Freyther5ccab102010-06-30 14:33:01 +08006
Alexander Huemer7b6673f2016-09-09 00:43:15 +02007AM_CFLAGS = \
8 -Wall \
9 $(LIBOSMOCORE_CFLAGS) \
10 $(LIBOSMOGSM_CFLAGS) \
11 $(LIBOSMOVTY_CFLAGS) \
12 $(LIBOSMOABIS_CFLAGS) \
13 $(COVERAGE_CFLAGS) \
14 $(NULL)
Holger Hans Peter Freyther5ccab102010-06-30 14:33:01 +080015
Alexander Huemer7b6673f2016-09-09 00:43:15 +020016noinst_LIBRARIES = \
17 libbsc.a \
18 $(NULL)
19
20libbsc_a_SOURCES = \
21 abis_nm.c \
22 abis_nm_vty.c \
23 abis_om2000.c \
24 abis_om2000_vty.c \
25 abis_rsl.c \
26 bsc_rll.c \
Neels Hofmeyr6d804b12017-02-18 22:20:46 +010027 bsc_subscriber.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020028 paging.c \
29 bts_ericsson_rbs2000.c \
30 bts_ipaccess_nanobts.c \
31 bts_siemens_bs11.c \
32 bts_nokia_site.c \
33 bts_unknown.c \
34 bts_sysmobts.c \
35 chan_alloc.c \
36 handover_decision.c \
37 handover_logic.c \
38 meas_rep.c \
Philipp Maierb4999b62016-10-26 15:19:41 +020039 pcu_sock.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020040 rest_octets.c \
41 system_information.c \
42 e1_config.c \
43 bsc_api.c \
44 bsc_msc.c bsc_vty.c \
45 gsm_04_08_utils.c \
Neels Hofmeyr43273c62016-05-10 12:50:31 +020046 gsm_04_80_utils.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020047 bsc_init.c \
48 bts_init.c \
49 bsc_rf_ctrl.c \
50 arfcn_range_encode.c \
51 bsc_ctrl_commands.c \
52 bsc_ctrl_lookup.c \
53 net_init.c \
54 bsc_dyn_ts.c \
Philippb4cb8382016-09-29 17:01:57 +020055 bts_ipaccess_nanobts_omlattr.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020056 $(NULL)
Holger Hans Peter Freyther5ccab102010-06-30 14:33:01 +080057