gsmmap: Dump SYSTEM INFORMATION messages while processing
[osmocom-bb.git] / src / host / osmocon / Makefile.am
1 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
3 # versioning magic
4 BUILT_SOURCES = $(top_srcdir)/.version
5 $(top_srcdir)/.version:
6         echo $(VERSION) > $@-t && mv $@-t $@
7 dist-hook:
8         echo $(VERSION) > $(distdir)/.tarball-version
9
10 INCLUDES = $(all_includes) -I$(top_srcdir)/include
11 AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
12
13 sbin_PROGRAMS = osmocon osmoload
14
15 # FIXME: sercomm needs to move into libosmocore or another shared lib
16 INCLUDES += -I../../target/firmware/include/comm -I../../target/firmware/apps -DHOST_BUILD
17 osmocon_SOURCES = osmocon.c tpu_debug.c ../../target/firmware/comm/sercomm.c
18 osmocon_LDADD = $(LIBOSMOCORE_LIBS)
19
20 osmoload_SOURCE = osmoload.c ../../target/firmware/comm/sercomm.c
21 osmoload_LDADD = $(LIBOSMOCORE_LIBS)