blob: fd8f37a794a2d92754462fed4250317e65c104f7 [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 \
39 rest_octets.c \
40 system_information.c \
41 e1_config.c \
42 bsc_api.c \
43 bsc_msc.c bsc_vty.c \
44 gsm_04_08_utils.c \
Neels Hofmeyr43273c62016-05-10 12:50:31 +020045 gsm_04_80_utils.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020046 bsc_init.c \
47 bts_init.c \
48 bsc_rf_ctrl.c \
49 arfcn_range_encode.c \
50 bsc_ctrl_commands.c \
51 bsc_ctrl_lookup.c \
52 net_init.c \
53 bsc_dyn_ts.c \
Philippb4cb8382016-09-29 17:01:57 +020054 bts_ipaccess_nanobts_omlattr.c \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020055 $(NULL)
Holger Hans Peter Freyther5ccab102010-06-30 14:33:01 +080056