summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-26 22:42:09 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-26 22:42:09 +0100
commit127d84b43cb25c22c94da5015d7108122accd85d (patch)
tree1ac963d6555ccdb4fe7660a6d82839686bfd3d42 /Makefile
Initial check-in of ETSI MAP specification ASN.1 extractor
This program can extract the raw ASN.1 source from the MS Word for DOS file of the MAP ASN.1 spec, such as 380-6.DOC which is part of http://ftp.3gpp.org/specs/archive/09_series/09.02/0902-380.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..070f053
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+CFLAGS = -O0 -g
+
+map_asn1_extract: main.o word_util.o word_file_fmt.o
+ $(CC) $(LDFLAGS) -o $@ $^
+
+clean:
+ @rm -f *.o extract