summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-24 14:12:58 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-24 14:12:58 +0000
commita8ac4bb2dffe2dfe8030ad9f34ec10a4f9684d54 (patch)
treed384bb6d5a3b626f60d26ea452790b0ea7454801 /src/Makefile
parent462015a91e3e64d41fedf91aec71c50cacf8e14c (diff)
Introducing "gsmmap" to convert SYSTEM INFORMATION log into a KML map
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6d16b7d6..c8caff08 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,7 +12,7 @@ OSMOCORE_CONFIGURE_ENV= LIBOSMOCORE_LIBS=$(TOPDIR)/shared/libosmocore/build-host
LIBOSMOCORE_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include \
LIBOSMOVTY_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include
-all: libosmocore-host libosmocore-target layer23 osmocon firmware
+all: libosmocore-host libosmocore-target layer23 osmocon gsmmap firmware
libosmocore-host: shared/libosmocore/build-host/src/.libs/libosmocore.la
@@ -57,6 +57,19 @@ host/osmocon/osmocon: host/osmocon/Makefile libosmocore-host
make -C host/osmocon
+.PHONY: gsmmap
+gsmmap: host/gsmmap/gsmmap
+
+host/gsmmap/configure: host/gsmmap/configure.ac
+ cd host/gsmmap && autoreconf -i
+
+host/gsmmap/Makefile: host/gsmmap/configure
+ cd host/gsmmap && $(OSMOCORE_CONFIGURE_ENV) ./configure
+
+host/gsmmap/gsmmap: host/gsmmap/Makefile libosmocore-host
+ make -C host/gsmmap
+
+
.PHONY: layer23
layer23: host/layer23/layer23