blob: 3af4a2a3d1c31b57e01587e62937afdf5d6cb1c0 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
Jonathan Santos5a45b152011-08-17 15:33:57 -04002AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)
3AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(COVERAGE_LDFLAGS)
Jonathan Santos03fd8d02011-05-25 13:54:02 -04004
5noinst_LIBRARIES = libbsc.a
6
7libbsc_a_SOURCES = abis_nm.c abis_nm_vty.c \
8 abis_om2000.c abis_om2000_vty.c \
9 abis_rsl.c bsc_rll.c \
10 paging.c \
11 bts_ericsson_rbs2000.c \
12 bts_ipaccess_nanobts.c \
13 bts_siemens_bs11.c \
14 bts_hsl_femtocell.c \
15 bts_unknown.c \
16 chan_alloc.c \
17 gsm_subscriber_base.c \
18 handover_decision.c handover_logic.c meas_rep.c \
19 rest_octets.c system_information.c \
20 e1_config.c \
Jonathan Santos03fd8d02011-05-25 13:54:02 -040021 bsc_api.c bsc_msc.c bsc_vty.c \
22 gsm_04_08_utils.c \
Jonathan Santos5a45b152011-08-17 15:33:57 -040023 bsc_init.c bts_init.c
Jonathan Santos03fd8d02011-05-25 13:54:02 -040024