diff options
56 files changed, 225 insertions, 0 deletions
diff --git a/asn1/MAP_Dialogue/Makefile.nmake b/asn1/MAP_Dialogue/Makefile.nmake index 8bb63e1834..a5eefb40df 100644 --- a/asn1/MAP_Dialogue/Makefile.nmake +++ b/asn1/MAP_Dialogue/Makefile.nmake @@ -24,6 +24,11 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py MAP_DialoguePDU.asn packet-MAP-Dialog clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/acp133/Makefile.nmake b/asn1/acp133/Makefile.nmake index a9c264ded3..8a9117e62f 100644 --- a/asn1/acp133/Makefile.nmake +++ b/asn1/acp133/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py acp133.asn packet-$(PROTOCOL_NAME)-te clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/acse/Makefile.nmake b/asn1/acse/Makefile.nmake index 851e91abe4..b885019c81 100644 --- a/asn1/acse/Makefile.nmake +++ b/asn1/acse/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py acse.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ansi_map/Makefile.nmake b/asn1/ansi_map/Makefile.nmake index 6f91d1f2bd..dc567c134a 100644 --- a/asn1/ansi_map/Makefile.nmake +++ b/asn1/ansi_map/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ansi_map.asn packet-ansi_map-template clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake index 81d2740738..7bf0a4f898 100644 --- a/asn1/camel/Makefile.nmake +++ b/asn1/camel/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py camel.asn packet-$(PROTOCOL_NAME)-tem clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/cdt/Makefile.nmake b/asn1/cdt/Makefile.nmake index 9fbdb7eb77..2d5cc9fca9 100644 --- a/asn1/cdt/Makefile.nmake +++ b/asn1/cdt/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/cmip/Makefile.nmake b/asn1/cmip/Makefile.nmake index 28ff717d0b..61a3047cef 100644 --- a/asn1/cmip/Makefile.nmake +++ b/asn1/cmip/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CMIP.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/cms/Makefile.nmake b/asn1/cms/Makefile.nmake index 9bca4a1fe0..d237f6a6a1 100644 --- a/asn1/cms/Makefile.nmake +++ b/asn1/cms/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CryptographicMessageSyntax.asn packet clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/dap/Makefile.nmake b/asn1/dap/Makefile.nmake index 21c67e32a5..913520c887 100644 --- a/asn1/dap/Makefile.nmake +++ b/asn1/dap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dap.asn packet-$(PROTOCOL_NAME)-templ clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/disp/Makefile.nmake b/asn1/disp/Makefile.nmake index 4abe1931bc..095dc5d8fd 100644 --- a/asn1/disp/Makefile.nmake +++ b/asn1/disp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py disp.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/dop/Makefile.nmake b/asn1/dop/Makefile.nmake index 6aa27517e0..7e6241aef0 100644 --- a/asn1/dop/Makefile.nmake +++ b/asn1/dop/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dop.asn packet-$(PROTOCOL_NAME)-templ clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/dsp/Makefile.nmake b/asn1/dsp/Makefile.nmake index 4a3ac99450..32f0f05f43 100644 --- a/asn1/dsp/Makefile.nmake +++ b/asn1/dsp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dsp.asn packet-$(PROTOCOL_NAME)-templ clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ess/Makefile.nmake b/asn1/ess/Makefile.nmake index b40ea8ca90..2f9955627a 100644 --- a/asn1/ess/Makefile.nmake +++ b/asn1/ess/Makefile.nmake @@ -30,6 +30,10 @@ clean: packet-ess-ett.c \ packet-ess-hf.c +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ftam/Makefile.nmake b/asn1/ftam/Makefile.nmake index 56388dfa7b..dda8a0d7a9 100644 --- a/asn1/ftam/Makefile.nmake +++ b/asn1/ftam/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ISO8571-FTAM.asn packet-$(PROTOCOL_NA clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ftbp/Makefile.nmake b/asn1/ftbp/Makefile.nmake index 98f9f6640c..ef66e7ec40 100644 --- a/asn1/ftbp/Makefile.nmake +++ b/asn1/ftbp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ftbp.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/gnm/Makefile.nmake b/asn1/gnm/Makefile.nmake index 53ea858b5e..a680e3dcec 100644 --- a/asn1/gnm/Makefile.nmake +++ b/asn1/gnm/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py GNM.asn packet-gnm-template.c packet- clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/gsm_ss/Makefile.nmake b/asn1/gsm_ss/Makefile.nmake index 5309456316..339daaa75c 100644 --- a/asn1/gsm_ss/Makefile.nmake +++ b/asn1/gsm_ss/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SS-Operations.asn packet-$(PROTOCOL_N clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/gsmmap/Makefile.nmake b/asn1/gsmmap/Makefile.nmake index 822ad72047..a2aaa4f77c 100644 --- a/asn1/gsmmap/Makefile.nmake +++ b/asn1/gsmmap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py GSMMAP.asn packet-$(PROTOCOL_NAME)-te clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/h225/Makefile.nmake b/asn1/h225/Makefile.nmake index e4120be1d1..471a1d4bd1 100644 --- a/asn1/h225/Makefile.nmake +++ b/asn1/h225/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn $(PROTOCOL_NAME) clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/h235/Makefile.nmake b/asn1/h235/Makefile.nmake index 8c483c4113..030a3cfa42 100644 --- a/asn1/h235/Makefile.nmake +++ b/asn1/h235/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py H235-SECURITY-MESSAGES.asn packet-$(P clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/h245/Makefile.nmake b/asn1/h245/Makefile.nmake index d4a9d1bac9..5705fc5604 100644 --- a/asn1/h245/Makefile.nmake +++ b/asn1/h245/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn $(PROTOCOL_NAME) clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/h248/Makefile.nmake b/asn1/h248/Makefile.nmake index bc6395d075..23c06ae9ec 100644 --- a/asn1/h248/Makefile.nmake +++ b/asn1/h248/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py MEGACO.asn packet-$(PROTOCOL_NAME)-te clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake index 63eecf7a36..b2002c49e0 100644 --- a/asn1/h450/Makefile.nmake +++ b/asn1/h450/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-$(PROTOCOL_NAME)-tem clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/inap/Makefile.nmake b/asn1/inap/Makefile.nmake index 334af3c7b4..1c48937539 100644 --- a/asn1/inap/Makefile.nmake +++ b/asn1/inap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py inap.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ldap/Makefile.nmake b/asn1/ldap/Makefile.nmake index 6a2aa7868c..4b9495d0f9 100644 --- a/asn1/ldap/Makefile.nmake +++ b/asn1/ldap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py Lightweight-Directory-Access-Protocol clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/logotype-cert-extn/Makefile.nmake b/asn1/logotype-cert-extn/Makefile.nmake index 61b43654f3..90d4153b68 100644 --- a/asn1/logotype-cert-extn/Makefile.nmake +++ b/asn1/logotype-cert-extn/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py LogotypeCertExtn.asn packet-logotype- clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/mms/Makefile.nmake b/asn1/mms/Makefile.nmake index 44b20e7f72..9c69271d4e 100644 --- a/asn1/mms/Makefile.nmake +++ b/asn1/mms/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py mms.asn packet-$(PROTOCOL_NAME)-templ clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/nbap/Makefile.nmake b/asn1/nbap/Makefile.nmake index 5530243783..b82868ced7 100644 --- a/asn1/nbap/Makefile.nmake +++ b/asn1/nbap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py nbap.asn packet-nbap-template.c packe clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ns-cert-exts/Makefile.nmake b/asn1/ns-cert-exts/Makefile.nmake index 62bc1e9c81..3e6550b1a7 100644 --- a/asn1/ns-cert-exts/Makefile.nmake +++ b/asn1/ns-cert-exts/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py NETSCAPE-CERT-EXTS.asn packet-ns_cert clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ocsp/Makefile.nmake b/asn1/ocsp/Makefile.nmake index c0ce092994..0da5109f2c 100644 --- a/asn1/ocsp/Makefile.nmake +++ b/asn1/ocsp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py OCSP.asn packet-ocsp-template.c packe clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkcs1/Makefile.nmake b/asn1/pkcs1/Makefile.nmake index b9b0b5d9c8..7008824b4a 100644 --- a/asn1/pkcs1/Makefile.nmake +++ b/asn1/pkcs1/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKCS1.asn packet-pkcs1-template.c pac clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkinit/Makefile.nmake b/asn1/pkinit/Makefile.nmake index dd57b9e1f9..81c493db8d 100644 --- a/asn1/pkinit/Makefile.nmake +++ b/asn1/pkinit/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKINIT.asn packet-pkinit-template.c p clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkix1explicit/Makefile.nmake b/asn1/pkix1explicit/Makefile.nmake index a755e5bfe1..c69a711e47 100644 --- a/asn1/pkix1explicit/Makefile.nmake +++ b/asn1/pkix1explicit/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIX1EXPLICIT93.asn packet-pkix1expli clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkix1implicit/Makefile.nmake b/asn1/pkix1implicit/Makefile.nmake index e9d59ef23c..69ce81e21c 100644 --- a/asn1/pkix1implicit/Makefile.nmake +++ b/asn1/pkix1implicit/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIX1IMPLICIT93.asn packet-pkix1impli clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkixcmp/Makefile.nmake b/asn1/pkixcmp/Makefile.nmake index a7107c4907..7e4ed2d337 100644 --- a/asn1/pkixcmp/Makefile.nmake +++ b/asn1/pkixcmp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CMP.asn packet-cmp-template.c packet- clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkixcrmf/Makefile.nmake b/asn1/pkixcrmf/Makefile.nmake index e023c691b9..880c0bf2e6 100644 --- a/asn1/pkixcrmf/Makefile.nmake +++ b/asn1/pkixcrmf/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CRMF.asn packet-crmf-template.c packe clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkixproxy/Makefile.nmake b/asn1/pkixproxy/Makefile.nmake index 41059e7d19..d94bf3a00d 100644 --- a/asn1/pkixproxy/Makefile.nmake +++ b/asn1/pkixproxy/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXProxy.asn packet-pkixproxy-templa clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkixqualified/Makefile.nmake b/asn1/pkixqualified/Makefile.nmake index 80eed89da1..d491bd80af 100644 --- a/asn1/pkixqualified/Makefile.nmake +++ b/asn1/pkixqualified/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXqualified.asn packet-pkixqualifie clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pkixtsp/Makefile.nmake b/asn1/pkixtsp/Makefile.nmake index 0d1773430e..452f606bbe 100644 --- a/asn1/pkixtsp/Makefile.nmake +++ b/asn1/pkixtsp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXTSP.asn packet-pkixtsp-template.c clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/pres/Makefile.nmake b/asn1/pres/Makefile.nmake index 873d9bb41b..5eb072d248 100644 --- a/asn1/pres/Makefile.nmake +++ b/asn1/pres/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ISO8823-PRESENTATION.asn packet-pres- clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ranap/Makefile.nmake b/asn1/ranap/Makefile.nmake index 7ec99d2103..0019ab978b 100644 --- a/asn1/ranap/Makefile.nmake +++ b/asn1/ranap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ranap.asn packet-$(PROTOCOL_NAME)-tem clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/rnsap/Makefile.nmake b/asn1/rnsap/Makefile.nmake index 1001f90598..1e0e277d11 100644 --- a/asn1/rnsap/Makefile.nmake +++ b/asn1/rnsap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py rnsap.asn packet-rnsap-template.c pac clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/ros/Makefile.nmake b/asn1/ros/Makefile.nmake index e6f2743ea4..3b0eefb0f2 100644 --- a/asn1/ros/Makefile.nmake +++ b/asn1/ros/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/rtse/Makefile.nmake b/asn1/rtse/Makefile.nmake index 4845743b4c..d643b617c9 100644 --- a/asn1/rtse/Makefile.nmake +++ b/asn1/rtse/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/s4406/Makefile.nmake b/asn1/s4406/Makefile.nmake index 1e9d0f3f8e..b631ccab69 100644 --- a/asn1/s4406/Makefile.nmake +++ b/asn1/s4406/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/smrse/Makefile.nmake b/asn1/smrse/Makefile.nmake index 90efacbefc..3009cfe963 100644 --- a/asn1/smrse/Makefile.nmake +++ b/asn1/smrse/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SMRSE.asn packet-smrse-template.c pac clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/snmp/Makefile.nmake b/asn1/snmp/Makefile.nmake index 86378e8aaf..de11bf6134 100644 --- a/asn1/snmp/Makefile.nmake +++ b/asn1/snmp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py snmp.asn packet-snmp-template.c packe clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/spnego/Makefile.nmake b/asn1/spnego/Makefile.nmake index d99f44207d..dbe60803ec 100644 --- a/asn1/spnego/Makefile.nmake +++ b/asn1/spnego/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py spnego.asn packet-spnego-template.c p clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/tcap/Makefile.nmake b/asn1/tcap/Makefile.nmake index 05bf8a4a71..e97be498fc 100644 --- a/asn1/tcap/Makefile.nmake +++ b/asn1/tcap/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py tcap.asn packet-$(PROTOCOL_NAME)-temp clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/wlancertextn/Makefile.nmake b/asn1/wlancertextn/Makefile.nmake index e1f25dee42..eb6ababafb 100644 --- a/asn1/wlancertextn/Makefile.nmake +++ b/asn1/wlancertextn/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py WLANCERTEXTN.asn packet-wlancertextn- clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x411/Makefile.nmake b/asn1/x411/Makefile.nmake index 8cddda0363..8659e08597 100644 --- a/asn1/x411/Makefile.nmake +++ b/asn1/x411/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x420/Makefile.nmake b/asn1/x420/Makefile.nmake index 68abe67832..9801d736a0 100644 --- a/asn1/x420/Makefile.nmake +++ b/asn1/x420/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x509af/Makefile.nmake b/asn1/x509af/Makefile.nmake index 0a7f735439..f6c2b9e107 100644 --- a/asn1/x509af/Makefile.nmake +++ b/asn1/x509af/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py AuthenticationFramework.asn packet-x5 clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x509ce/Makefile.nmake b/asn1/x509ce/Makefile.nmake index 52dda1773f..bce68fb96a 100644 --- a/asn1/x509ce/Makefile.nmake +++ b/asn1/x509ce/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CertificateExtensions.asn packet-x509 clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x509if/Makefile.nmake b/asn1/x509if/Makefile.nmake index d249f3f7c6..7b10ef6b89 100644 --- a/asn1/x509if/Makefile.nmake +++ b/asn1/x509if/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py InformationFramework.asn packet-x509i clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while diff --git a/asn1/x509sat/Makefile.nmake b/asn1/x509sat/Makefile.nmake index 8d8432f0ca..e992b3a3f3 100644 --- a/asn1/x509sat/Makefile.nmake +++ b/asn1/x509sat/Makefile.nmake @@ -25,6 +25,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x50 clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while |