From bb9bb5f224a5825af97e8d8548f3f64c9884a976 Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 23 Feb 2006 20:05:05 +0000 Subject: [PATCH] Add parsertab.pyc in clean target git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17386 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/Makefile.nmake | 157 +++++++++++++++++++++++++++++++++++ asn1/acse/Makefile.nmake | 2 +- asn1/ansi_map/Makefile.nmake | 2 +- asn1/camel/Makefile.nmake | 2 +- asn1/cdt/Makefile.nmake | 2 +- asn1/cmip/Makefile.nmake | 2 +- asn1/cms/Makefile.nmake | 2 +- asn1/dap/Makefile.nmake | 2 +- asn1/disp/Makefile.nmake | 2 +- asn1/dop/Makefile.nmake | 2 +- asn1/dsp/Makefile.nmake | 2 +- asn1/ess/Makefile.nmake | 2 +- asn1/ftam/Makefile.nmake | 2 +- asn1/ftbp/Makefile.nmake | 2 +- asn1/gnm/Makefile.nmake | 2 +- asn1/gsm_ss/Makefile.nmake | 2 +- asn1/gsmmap/Makefile.nmake | 2 +- asn1/h225/Makefile.nmake | 2 +- asn1/h235/Makefile.nmake | 2 +- asn1/h248/Makefile.nmake | 2 +- asn1/h450/Makefile.nmake | 2 +- 21 files changed, 177 insertions(+), 20 deletions(-) diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake index 2f17737981..a0122c07fb 100644 --- a/asn1/Makefile.nmake +++ b/asn1/Makefile.nmake @@ -56,6 +56,163 @@ all: \ x509if \ x509sat +clean: + cd acse + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd .. + cd camel + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd cdt + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd cmip + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd cms + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd dap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd dop + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd disp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd dsp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ess + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ftam + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ftbp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd gnm + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd gsm_ss + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd gsmmap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd h225 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd h235 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd h245 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd h248 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd h450 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd inap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd logotype-cert-extn + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd MAP_Dialogue + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd mms + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd nbap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ns-cert-exts + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ocsp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkcs1 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkinit + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkix1explicit + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkix1implicit + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkixcmp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkixcrmf + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkixproxy + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkixqualified + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pkixtsp + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd pres + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ranap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd rnsap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd ros + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd rtse + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd s4406 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd smrse + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd spnego + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd tcap + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd wlancertextn + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x411 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x420 + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x509af + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x509ce + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x509if + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. + cd x509sat + $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean + cd.. ber: \ acse \ diff --git a/asn1/acse/Makefile.nmake b/asn1/acse/Makefile.nmake index 9c5b15df58..851e91abe4 100644 --- a/asn1/acse/Makefile.nmake +++ b/asn1/acse/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py acse.asn packet-$(PROTOCOL_NAME)-temp !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/ansi_map/Makefile.nmake b/asn1/ansi_map/Makefile.nmake index 15d866d35c..6f91d1f2bd 100644 --- a/asn1/ansi_map/Makefile.nmake +++ b/asn1/ansi_map/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ansi_map.asn packet-ansi_map-template !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake index c67debb34e..81d2740738 100644 --- a/asn1/camel/Makefile.nmake +++ b/asn1/camel/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py camel.asn packet-$(PROTOCOL_NAME)-tem !ENDIF clean: - del /f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/cdt/Makefile.nmake b/asn1/cdt/Makefile.nmake index f9e07f2364..9fbdb7eb77 100644 --- a/asn1/cdt/Makefile.nmake +++ b/asn1/cdt/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/cmip/Makefile.nmake b/asn1/cmip/Makefile.nmake index dacf6333b7..6f21eb1a43 100644 --- a/asn1/cmip/Makefile.nmake +++ b/asn1/cmip/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CMIP.asn packet-$(PROTOCOL_NAME)-temp !ENDIF clean: - rm -f $(PROTOCOL_NAME)-exp.cnf parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/cms/Makefile.nmake b/asn1/cms/Makefile.nmake index 4bbaef8195..9bca4a1fe0 100644 --- a/asn1/cms/Makefile.nmake +++ b/asn1/cms/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CryptographicMessageSyntax.asn packet !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/dap/Makefile.nmake b/asn1/dap/Makefile.nmake index 08b0f84edf..21c67e32a5 100644 --- a/asn1/dap/Makefile.nmake +++ b/asn1/dap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dap.asn packet-$(PROTOCOL_NAME)-templ !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/disp/Makefile.nmake b/asn1/disp/Makefile.nmake index e15f04a25d..4abe1931bc 100644 --- a/asn1/disp/Makefile.nmake +++ b/asn1/disp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py disp.asn packet-$(PROTOCOL_NAME)-temp !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/dop/Makefile.nmake b/asn1/dop/Makefile.nmake index 3243b3305a..6aa27517e0 100644 --- a/asn1/dop/Makefile.nmake +++ b/asn1/dop/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dop.asn packet-$(PROTOCOL_NAME)-templ !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/dsp/Makefile.nmake b/asn1/dsp/Makefile.nmake index 0eec8282ca..4a3ac99450 100644 --- a/asn1/dsp/Makefile.nmake +++ b/asn1/dsp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dsp.asn packet-$(PROTOCOL_NAME)-templ !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/ess/Makefile.nmake b/asn1/ess/Makefile.nmake index acc6e626bf..b40ea8ca90 100644 --- a/asn1/ess/Makefile.nmake +++ b/asn1/ess/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ExtendedSecurityServices.asn packet-$ !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) \ + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) \ packet-ess-ettarr.c \ packet-ess-hfarr.c \ packet-ess-dis-tab.c \ diff --git a/asn1/ftam/Makefile.nmake b/asn1/ftam/Makefile.nmake index a2c5924bc5..3c58aa3fbe 100644 --- a/asn1/ftam/Makefile.nmake +++ b/asn1/ftam/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ISO8571-FTAM.asn packet-$(PROTOCOL_NA !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/ftbp/Makefile.nmake b/asn1/ftbp/Makefile.nmake index 30553ba04f..8fb08977e8 100644 --- a/asn1/ftbp/Makefile.nmake +++ b/asn1/ftbp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ftbp.asn packet-$(PROTOCOL_NAME)-temp !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/gnm/Makefile.nmake b/asn1/gnm/Makefile.nmake index e4fbd3d110..c385cd1017 100644 --- a/asn1/gnm/Makefile.nmake +++ b/asn1/gnm/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py GNM.asn packet-gnm-template.c packet- !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/gsm_ss/Makefile.nmake b/asn1/gsm_ss/Makefile.nmake index 1ac1f30834..23c800c53e 100644 --- a/asn1/gsm_ss/Makefile.nmake +++ b/asn1/gsm_ss/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SS-Operations.asn packet-$(PROTOCOL_N !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/gsmmap/Makefile.nmake b/asn1/gsmmap/Makefile.nmake index bb8acd22e9..822ad72047 100644 --- a/asn1/gsmmap/Makefile.nmake +++ b/asn1/gsmmap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py GSMMAP.asn packet-$(PROTOCOL_NAME)-te !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/h225/Makefile.nmake b/asn1/h225/Makefile.nmake index 1e114438da..e4120be1d1 100644 --- a/asn1/h225/Makefile.nmake +++ b/asn1/h225/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn $(PROTOCOL_NAME) !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/h235/Makefile.nmake b/asn1/h235/Makefile.nmake index 502d9b59c0..8c483c4113 100644 --- a/asn1/h235/Makefile.nmake +++ b/asn1/h235/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py H235-SECURITY-MESSAGES.asn packet-$(P !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/h248/Makefile.nmake b/asn1/h248/Makefile.nmake index 42e34f8a68..bc6395d075 100644 --- a/asn1/h248/Makefile.nmake +++ b/asn1/h248/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py MEGACO.asn packet-$(PROTOCOL_NAME)-te !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake index af9b7780e0..63eecf7a36 100644 --- a/asn1/h450/Makefile.nmake +++ b/asn1/h450/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-$(PROTOCOL_NAME)-tem !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. -- 2.34.1