blob: 7651132b6e212fe52fe853d9a9935142c47cf6c3 [file] [log] [blame]
Harald Weltede729a12008-12-23 21:01:25 +00001INCLUDES = $(all_includes) -I$(top_srcdir)/include
2AM_CFLAGS=-Wall
3
Holger Hans Peter Freytherf67945f2009-10-09 07:08:11 +02004sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find ipaccess-config isdnsync \
5 isdnsync bsc_mgcp
Holger Hans Peter Freytherac967702009-07-29 07:37:48 +02006noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libsccp.a
Holger Freyther10479402009-03-11 03:29:43 +00007noinst_HEADERS = vty/cardshell.h
Harald Weltede729a12008-12-23 21:01:25 +00008
Holger Hans Peter Freyther1494a762009-08-01 07:26:59 +02009libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
Holger Hans Peter Freyther42e327b2009-06-12 06:53:10 +020010 msgb.c select.c chan_alloc.c timer.c debug.c \
Holger Hans Peter Freyther1494a762009-08-01 07:26:59 +020011 gsm_subscriber_base.c subchan_demux.c bsc_rll.c transaction.c \
Harald Welte09d38d32009-02-14 19:46:31 +000012 trau_frame.c trau_mux.c paging.c e1_config.c e1_input.c tlv_parser.c \
Holger Hans Peter Freyther93d43942009-08-01 06:20:00 +020013 input/misdn.c input/ipaccess.c signal.c gsm_utils.c talloc.c \
14 talloc_ctx.c
Holger Freyther3281f6e2009-02-20 18:33:00 +000015
Holger Hans Peter Freyther93d43942009-08-01 06:20:00 +020016libmsc_a_SOURCES = gsm_subscriber.c db.c telnet_interface.c \
Holger Hans Peter Freyther1494a762009-08-01 07:26:59 +020017 mncc.c rtp_proxy.c gsm_04_08.c gsm_04_11.c transaction.c \
Harald Weltea1482332009-11-14 10:08:40 +010018 token_auth.c rrlp.c gsm_04_80.c ussd.c silent_call.c
Holger Hans Peter Freyther42e327b2009-06-12 06:53:10 +020019
Harald Welte955049f2009-03-10 12:16:51 +000020libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c
21
Holger Hans Peter Freytherac967702009-07-29 07:37:48 +020022libsccp_a_SOURCES = sccp/sccp.c
23
Holger Hans Peter Freyther8b457fb2009-08-17 06:55:10 +020024bsc_hack_SOURCES = bsc_hack.c bsc_init.c vty_interface.c vty_interface_layer3.c
Holger Hans Peter Freyther93d43942009-08-01 06:20:00 +020025bsc_hack_LDADD = libmsc.a libbsc.a libmsc.a libvty.a -ldl -ldbi $(LIBCRYPT)
Harald Welte61e42ad2009-01-18 19:10:46 +000026
Harald Welte6dafb7b2009-05-01 15:40:14 +000027bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c msgb.c debug.c \
Harald Welte2cf161b2009-06-20 22:36:41 +020028 select.c timer.c rs232.c tlv_parser.c signal.c talloc.c
Harald Welte923a3bd2009-02-14 12:51:36 +000029
30ipaccess_find_SOURCES = ipaccess-find.c select.c timer.c
Harald Welte25de9912009-04-30 15:53:07 +000031
32ipaccess_config_SOURCES = ipaccess-config.c
Holger Hans Peter Freyther93d43942009-08-01 06:20:00 +020033ipaccess_config_LDADD = libbsc.a libmsc.a libbsc.a libvty.a -ldl -ldbi $(LIBCRYPT)
Holger Freyther3cf00fb2009-06-08 10:33:06 +000034
35isdnsync_SOURCES = isdnsync.c
Holger Hans Peter Freytherf67945f2009-10-09 07:08:11 +020036
37bsc_mgcp_SOURCES = bsc_mgcp.c msgb.c talloc.c debug.c select.c timer.c
38bsc_mgcp_LDADD = libvty.a