aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-16 10:17:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-16 10:17:53 +0000
commit5df87477dd08100e005d01d1f7aafc2a96dbd79c (patch)
tree919376635e21d0233a8ab91e0619ff80a2ce81b1 /asn1/h235
parent560079721215cc5a042cdf9adeac69d98b68796d (diff)
Add Makefiles.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13070 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/asn1/h235/Makefile b/asn1/h235/Makefile
new file mode 100644
index 0000000000..d5d5d14c2b
--- /dev/null
+++ b/asn1/h235/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+DISSECTOR_FILES=packet-h235.c packet-h235.h
+
+all: generate_dissector
+
+generate_dissector: $(DISSECTOR_FILES)
+
+$(DISSECTOR_FILES): ../../tools/asn2eth.py packet-h235-template.c packet-h235-template.h h235.cnf
+ python ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn
+
+clean:
+ rm -f parsetab.py $(DISSECTOR_FILES)
+
+copy_files: generate_dissector
+ cp $(DISSECTOR_FILES) ../../epan/dissectors