summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/host/osmocon/Makefile.am
diff options
context:
space:
mode:
authorTom2011-08-16 13:04:21 +0200
committerTom2011-08-16 13:04:21 +0200
commit70205f515596a7185567283f32057c553dba2ca6 (patch)
treeee0b5c80fd20629064b74ab85f58e92ae820a730 /Src/osmocom-bb/src/host/osmocon/Makefile.am
parentneed to clean up git (diff)
downloadimsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.tar.gz
imsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.tar.xz
imsi-catcher-detection-70205f515596a7185567283f32057c553dba2ca6.zip
removed whole lib since compiled files were on index
Diffstat (limited to 'Src/osmocom-bb/src/host/osmocon/Makefile.am')
-rw-r--r--Src/osmocom-bb/src/host/osmocon/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/Src/osmocom-bb/src/host/osmocon/Makefile.am b/Src/osmocom-bb/src/host/osmocon/Makefile.am
deleted file mode 100644
index 8b0d4bf..0000000
--- a/Src/osmocom-bb/src/host/osmocon/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-
-# versioning magic
-BUILT_SOURCES = $(top_srcdir)/.version
-$(top_srcdir)/.version:
- echo $(VERSION) > $@-t && mv $@-t $@
-dist-hook:
- echo $(VERSION) > $(distdir)/.tarball-version
-
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
-
-sbin_PROGRAMS = osmocon osmoload
-
-# FIXME: sercomm needs to move into libosmocore or another shared lib
-INCLUDES += -I../../target/firmware/include/comm -I../../target/firmware/apps -DHOST_BUILD
-osmocon_SOURCES = osmocon.c tpu_debug.c ../../target/firmware/comm/sercomm.c
-osmocon_LDADD = $(LIBOSMOCORE_LIBS)
-
-osmoload_SOURCE = osmoload.c ../../target/firmware/comm/sercomm.c
-osmoload_LDADD = $(LIBOSMOCORE_LIBS)