From 0adc270b37068b35f0b7464b94c53bd5b0dcffbe Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 23 Feb 2006 20:05:52 +0000 Subject: Add parsertab.pyc in clean target git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17387 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/MAP_Dialogue/Makefile.nmake | 2 +- asn1/inap/Makefile.nmake | 2 +- asn1/ldap/Makefile.nmake | 2 +- asn1/logotype-cert-extn/Makefile.nmake | 2 +- asn1/mms/Makefile.nmake | 2 +- asn1/nbap/Makefile.nmake | 2 +- asn1/ns-cert-exts/Makefile.nmake | 2 +- asn1/ocsp/Makefile.nmake | 2 +- asn1/pkcs1/Makefile.nmake | 6 +++--- asn1/pkinit/Makefile.nmake | 6 +++--- asn1/pkix1explicit/Makefile.nmake | 6 +++--- asn1/pkix1implicit/Makefile.nmake | 6 +++--- asn1/pkixcmp/Makefile.nmake | 6 +++--- asn1/pkixcrmf/Makefile.nmake | 6 +++--- asn1/pkixproxy/Makefile.nmake | 6 +++--- asn1/pkixqualified/Makefile.nmake | 6 +++--- asn1/pkixtsp/Makefile.nmake | 6 +++--- asn1/pres/Makefile.nmake | 6 +++--- asn1/ranap/Makefile.nmake | 2 +- asn1/ros/Makefile.nmake | 2 +- asn1/rtse/Makefile.nmake | 2 +- asn1/s4406/Makefile.nmake | 2 +- asn1/smrse/Makefile.nmake | 2 +- asn1/snmp/Makefile.nmake | 2 +- asn1/spnego/Makefile.nmake | 2 +- asn1/tcap/Makefile.nmake | 2 +- asn1/wlancertextn/Makefile.nmake | 6 +++--- asn1/x411/Makefile.nmake | 2 +- asn1/x420/Makefile.nmake | 2 +- asn1/x509af/Makefile.nmake | 2 +- asn1/x509ce/Makefile.nmake | 6 +++--- asn1/x509if/Makefile.nmake | 2 +- asn1/x509sat/Makefile.nmake | 2 +- 33 files changed, 57 insertions(+), 57 deletions(-) diff --git a/asn1/MAP_Dialogue/Makefile.nmake b/asn1/MAP_Dialogue/Makefile.nmake index 845388c522..d18717a7a3 100644 --- a/asn1/MAP_Dialogue/Makefile.nmake +++ b/asn1/MAP_Dialogue/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py MAP_DialoguePDU.asn packet-MAP-Dialog !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/inap/Makefile.nmake b/asn1/inap/Makefile.nmake index 20f0815b2a..334af3c7b4 100644 --- a/asn1/inap/Makefile.nmake +++ b/asn1/inap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py inap.asn packet-$(PROTOCOL_NAME)-temp !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/ldap/Makefile.nmake b/asn1/ldap/Makefile.nmake index 01cb834da2..6a2aa7868c 100644 --- a/asn1/ldap/Makefile.nmake +++ b/asn1/ldap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py Lightweight-Directory-Access-Protocol !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/logotype-cert-extn/Makefile.nmake b/asn1/logotype-cert-extn/Makefile.nmake index 1bbe84959f..ae5cb46c62 100644 --- a/asn1/logotype-cert-extn/Makefile.nmake +++ b/asn1/logotype-cert-extn/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py LogotypeCertExtn.asn packet-logotype- !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/mms/Makefile.nmake b/asn1/mms/Makefile.nmake index 6a4d74bc29..cd99128111 100644 --- a/asn1/mms/Makefile.nmake +++ b/asn1/mms/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py mms.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/nbap/Makefile.nmake b/asn1/nbap/Makefile.nmake index d9f7587c3b..5530243783 100644 --- a/asn1/nbap/Makefile.nmake +++ b/asn1/nbap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py nbap.asn packet-nbap-template.c packe !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/ns-cert-exts/Makefile.nmake b/asn1/ns-cert-exts/Makefile.nmake index ffb6a86ca5..13469557af 100644 --- a/asn1/ns-cert-exts/Makefile.nmake +++ b/asn1/ns-cert-exts/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py NETSCAPE-CERT-EXTS.asn packet-ns_cert !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/ocsp/Makefile.nmake b/asn1/ocsp/Makefile.nmake index ca405ef6d6..efc1637df8 100644 --- a/asn1/ocsp/Makefile.nmake +++ b/asn1/ocsp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py OCSP.asn packet-ocsp-template.c packe !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/pkcs1/Makefile.nmake b/asn1/pkcs1/Makefile.nmake index b9d56a1077..b9b0b5d9c8 100644 --- a/asn1/pkcs1/Makefile.nmake +++ b/asn1/pkcs1/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKCS1.asn packet-pkcs1-template.c pac !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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkinit/Makefile.nmake b/asn1/pkinit/Makefile.nmake index 2189dd9ab0..dd57b9e1f9 100644 --- a/asn1/pkinit/Makefile.nmake +++ b/asn1/pkinit/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKINIT.asn packet-pkinit-template.c 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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkix1explicit/Makefile.nmake b/asn1/pkix1explicit/Makefile.nmake index 468f378c51..a755e5bfe1 100644 --- a/asn1/pkix1explicit/Makefile.nmake +++ b/asn1/pkix1explicit/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIX1EXPLICIT93.asn packet-pkix1expli !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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkix1implicit/Makefile.nmake b/asn1/pkix1implicit/Makefile.nmake index 1e981db04f..e9d59ef23c 100644 --- a/asn1/pkix1implicit/Makefile.nmake +++ b/asn1/pkix1implicit/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIX1IMPLICIT93.asn packet-pkix1impli !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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkixcmp/Makefile.nmake b/asn1/pkixcmp/Makefile.nmake index a9fdf4ec05..a7107c4907 100644 --- a/asn1/pkixcmp/Makefile.nmake +++ b/asn1/pkixcmp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CMP.asn packet-cmp-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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkixcrmf/Makefile.nmake b/asn1/pkixcrmf/Makefile.nmake index 898b1e117d..e023c691b9 100644 --- a/asn1/pkixcrmf/Makefile.nmake +++ b/asn1/pkixcrmf/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CRMF.asn packet-crmf-template.c packe !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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkixproxy/Makefile.nmake b/asn1/pkixproxy/Makefile.nmake index b90a2fc305..41059e7d19 100644 --- a/asn1/pkixproxy/Makefile.nmake +++ b/asn1/pkixproxy/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXProxy.asn packet-pkixproxy-templa !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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkixqualified/Makefile.nmake b/asn1/pkixqualified/Makefile.nmake index 5b1e0fb5cd..80eed89da1 100644 --- a/asn1/pkixqualified/Makefile.nmake +++ b/asn1/pkixqualified/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXqualified.asn packet-pkixqualifie !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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pkixtsp/Makefile.nmake b/asn1/pkixtsp/Makefile.nmake index f9151b5394..0d1773430e 100644 --- a/asn1/pkixtsp/Makefile.nmake +++ b/asn1/pkixtsp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXTSP.asn packet-pkixtsp-template.c !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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/pres/Makefile.nmake b/asn1/pres/Makefile.nmake index 82368e4b98..873d9bb41b 100644 --- a/asn1/pres/Makefile.nmake +++ b/asn1/pres/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ISO8823-PRESENTATION.asn packet-pres- !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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/ranap/Makefile.nmake b/asn1/ranap/Makefile.nmake index b34c979de3..7ec99d2103 100644 --- a/asn1/ranap/Makefile.nmake +++ b/asn1/ranap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ranap.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. diff --git a/asn1/ros/Makefile.nmake b/asn1/ros/Makefile.nmake index 43735a3d93..e6f2743ea4 100644 --- a/asn1/ros/Makefile.nmake +++ b/asn1/ros/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/rtse/Makefile.nmake b/asn1/rtse/Makefile.nmake index 740198a277..4845743b4c 100644 --- a/asn1/rtse/Makefile.nmake +++ b/asn1/rtse/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/s4406/Makefile.nmake b/asn1/s4406/Makefile.nmake index bc53951d7b..1e9d0f3f8e 100644 --- a/asn1/s4406/Makefile.nmake +++ b/asn1/s4406/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/smrse/Makefile.nmake b/asn1/smrse/Makefile.nmake index 83b0400ce4..9e6537ab51 100644 --- a/asn1/smrse/Makefile.nmake +++ b/asn1/smrse/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SMRSE.asn packet-smrse-template.c pac !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/snmp/Makefile.nmake b/asn1/snmp/Makefile.nmake index 575340c285..86378e8aaf 100644 --- a/asn1/snmp/Makefile.nmake +++ b/asn1/snmp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py snmp.asn packet-snmp-template.c packe !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/spnego/Makefile.nmake b/asn1/spnego/Makefile.nmake index 392f95f102..6cf110c046 100644 --- a/asn1/spnego/Makefile.nmake +++ b/asn1/spnego/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py spnego.asn packet-spnego-template.c 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/tcap/Makefile.nmake b/asn1/tcap/Makefile.nmake index a465d7b81d..05bf8a4a71 100644 --- a/asn1/tcap/Makefile.nmake +++ b/asn1/tcap/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py tcap.asn packet-$(PROTOCOL_NAME)-temp !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/wlancertextn/Makefile.nmake b/asn1/wlancertextn/Makefile.nmake index eb1c5aa5c0..e1f25dee42 100644 --- a/asn1/wlancertextn/Makefile.nmake +++ b/asn1/wlancertextn/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py WLANCERTEXTN.asn packet-wlancertextn- !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. @@ -37,5 +37,5 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/x411/Makefile.nmake b/asn1/x411/Makefile.nmake index 0f6db775d6..8cddda0363 100644 --- a/asn1/x411/Makefile.nmake +++ b/asn1/x411/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/x420/Makefile.nmake b/asn1/x420/Makefile.nmake index 787c3c3ac3..68abe67832 100644 --- a/asn1/x420/Makefile.nmake +++ b/asn1/x420/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/x509af/Makefile.nmake b/asn1/x509af/Makefile.nmake index 1e14d4f63d..0a7f735439 100644 --- a/asn1/x509af/Makefile.nmake +++ b/asn1/x509af/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py AuthenticationFramework.asn packet-x5 !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/x509ce/Makefile.nmake b/asn1/x509ce/Makefile.nmake index 64e8083e60..52dda1773f 100644 --- a/asn1/x509ce/Makefile.nmake +++ b/asn1/x509ce/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CertificateExtensions.asn packet-x509 !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. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y diff --git a/asn1/x509if/Makefile.nmake b/asn1/x509if/Makefile.nmake index 2d562986b4..d249f3f7c6 100644 --- a/asn1/x509if/Makefile.nmake +++ b/asn1/x509if/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py InformationFramework.asn packet-x509i !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/x509sat/Makefile.nmake b/asn1/x509sat/Makefile.nmake index 30ada6bdc4..8d8432f0ca 100644 --- a/asn1/x509sat/Makefile.nmake +++ b/asn1/x509sat/Makefile.nmake @@ -23,7 +23,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x50 !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. -- cgit v1.2.3