aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-09-25 17:09:01 +0000
committerJörg Mayer <jmayer@loplof.de>2007-09-25 17:09:01 +0000
commit9ad70d34508c75a8fccc2c0c138922547d518569 (patch)
tree816c1d7034eef14f1668b8bfb230a552c61d0b01 /asn1/h245
parent6d1791db07876c522028a277f417563e7f115052 (diff)
Convert acp133 to new build structure.
Update some svn:ignore files, remove no longer needed Makefiles svn path=/trunk/; revision=22957
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/asn1/h245/Makefile b/asn1/h245/Makefile
deleted file mode 100644
index 3f61a599a6..0000000000
--- a/asn1/h245/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id$
-
-DISSECTOR_FILES=packet-h245.c packet-h245.h
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py packet-h245-template.c packet-h245-template.h h245.cnf MULTIMEDIA-SYSTEM-CONTROL.asn
- python ../../tools/asn2wrs.py -e -p h245 -c h245.cnf -s packet-h245-template MULTIMEDIA-SYSTEM-CONTROL.asn
-
-clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
-
-copy_files: generate_dissector
- cp $(DISSECTOR_FILES) ../../epan/dissectors