aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t38/Makefile')
-rw-r--r--asn1/t38/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/asn1/t38/Makefile b/asn1/t38/Makefile
new file mode 100644
index 0000000000..a64f77deb4
--- /dev/null
+++ b/asn1/t38/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+DISSECTOR_FILES=packet-t38.c packet-t38.h
+
+all: generate_dissector
+
+generate_dissector: $(DISSECTOR_FILES)
+
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py packet-t38-template.c packet-t38-template.h t38.cnf
+ python ../../tools/asn2wrs.py -p t38 -c t38.cnf -s packet-t38-template T38(2002).asn
+
+clean:
+ rm -f parsetab.py $(DISSECTOR_FILES)
+
+copy_files: generate_dissector
+ cp $(DISSECTOR_FILES) ../../epan/dissectors