aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-08 23:52:21 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-08 23:52:21 +0000
commitc3a3d766308fb56b9d31f23d81784b9a296ed8b9 (patch)
treedbef46518eff7d0ce792aad7534ca7b2e5d2c42c /asn1/h450/Makefile
parent93144c23b70ea1acbf8be6efa9b8587a008d6cee (diff)
Convert h450 to new Makefile structure. Split h450.ros
out into h450-ros. svn path=/trunk/; revision=23102
Diffstat (limited to 'asn1/h450/Makefile')
-rw-r--r--asn1/h450/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/asn1/h450/Makefile b/asn1/h450/Makefile
deleted file mode 100644
index ffd26d795b..0000000000
--- a/asn1/h450/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-
-PROTOCOL_NAME=h450
-H450_FILES=packet-$(PROTOCOL_NAME).c
-H450_ROS_FILES=packet-$(PROTOCOL_NAME)-ros.c packet-$(PROTOCOL_NAME)-ros.h
-DISSECTOR_FILES=$(H450_FILES) $(H450_ROS_FILES)
-H450_ASN=H4501-Supplementary-ServiceAPDU-Structure.asn Addressing-Data-Elements.asn H225-generic-parameters-definition.asn Manufacturer-specific-service-extension-definition.asn H4501-General-Error-List.asn
-H450_OP_ASN=Call-Transfer-Operations.asn Call-Diversion-Operations.asn Call-Hold-Operations.asn Call-Park-Pickup-Operations.asn Call-Waiting-Operations.asn Message-Waiting-Indication-Operations.asn Name-Operations.asn Call-Completion-Operations.asn Call-Offer-Operations.asn Call-Intrusion-Operations.asn Common-Information-Operations.asn
-H450_ROS_ASN=../ros/Remote-Operations-Information-Objects.asn Remote-Operations-Apdus.asn
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(H450_FILES): ../../tools/asn2wrs.py $(H450_ASN) $(H450_OP_ASN) packet-h450-template.c h450.cnf
- python ../../tools/asn2wrs.py -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template $(H450_ASN) $(H450_OP_ASN)
-
-$(H450_ROS_FILES): ../../tools/asn2wrs.py $(H450_ROS_ASN) packet-$(PROTOCOL_NAME)-ros-template.c $(PROTOCOL_NAME)-ros.cnf ../ros/ros-inv.cnf ../ros/ros-res.cnf ../ros/ros-err.cnf ../ros/ros-rej.cnf
- python ../../tools/asn2wrs.py -e -p $(PROTOCOL_NAME).ros -I ../ros -c $(PROTOCOL_NAME)-ros.cnf -o $(PROTOCOL_NAME)-ros -s packet-$(PROTOCOL_NAME)-ros-template $(H450_ROS_ASN)
-clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
-
-copy_files: generate_dissector
- cp $(DISSECTOR_FILES) ../../epan/dissectors