aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-09-17 11:53:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-09-17 11:53:33 +0000
commit8f19616ae86f9e5a5f70eb2bb2b468caf40461ea (patch)
tree5363f1e168421710cffbdeb071cc3c6cab996ba5 /asn1/inap
parente513ff17002a55ddfba0b1bb1748d88897156c77 (diff)
Modified some ASN1 Makefiles to compile on unix.
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/inap/Makefile b/asn1/inap/Makefile
index 5960e481ce..4f7ee2e516 100644
--- a/asn1/inap/Makefile
+++ b/asn1/inap/Makefile
@@ -1,6 +1,6 @@
# $Id$
-DISSECTOR_FILES=packet-inap.c packet-inap.h
+PROTOCOL_NAME=inap
DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c packet-$(PROTOCOL_NAME).h
ROS_ASN= ../ros/Remote-Operations-Information-Objects.asn
1248_1_ASN_FILES= IN-object-identifiers.asn IN-common-datatypes.asn
@@ -14,7 +14,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(ASN_FILE_LIST) packet-inap-template.c packet-inap-template.h inap.cnf
- python ../../tools/asn2wrs.py -b -X -e -p inap -c inap.cnf -s packet-inap-template $(ASN_FILE_LIST)
+ python ../../tools/asn2wrs.py -b -X -e -p $(PROTOCOL_NAME) -c inap.cnf -s packet-inap-template $(ASN_FILE_LIST)
clean:
rm -f parsetab.py $(DISSECTOR_FILES)