blob: 94492c537fcd6802358f94f7b4a8de6a0d6f7657 [file] [log] [blame]
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02001SUBDIRS=. vty codec
Harald Welte3fb0b6f2010-05-19 19:02:52 +02002
Harald Welte3cae0392010-02-20 21:09:24 +01003# This is _NOT_ the library release version, it's an API version.
4# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
5LIBVERSION=0:0:0
6
7INCLUDES = $(all_includes) -I$(top_srcdir)/include
8AM_CFLAGS = -fPIC -Wall
9
10lib_LTLIBRARIES = libosmocore.la
11
Harald Welte2230c132011-01-19 10:10:16 +010012libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c bits.c \
Holger Hans Peter Freyther8df932a2010-02-26 20:30:32 +010013 tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
Harald Welte4a2bb9e2010-03-26 09:33:40 +080014 write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
Harald Welte46cfd772011-02-17 15:56:56 +010015 logging.c logging_syslog.c gsm0808.c rate_ctr.c \
16 gsmtap_util.c gprs_cipher_core.c crc16.c panic.c \
17 process.c gsm0480.c
Harald Welteb9ce51c2010-06-30 19:43:11 +020018
19if ENABLE_PLUGIN
20libosmocore_la_SOURCES += plugin.c
21libosmocore_la_LDFLAGS = -ldl
22endif
Harald Weltecbb29f72010-03-07 20:24:30 +010023
24if ENABLE_TALLOC
25libosmocore_la_SOURCES += talloc.c
26endif
Holger Hans Peter Freytherc87f2662010-10-07 00:00:15 +080027
28if ENABLE_MSGFILE
29libosmocore_la_SOURCES += msgfile.c
30endif