Add *.sbr files to the clean target.

svn path=/trunk/; revision=40762
This commit is contained in:
Anders Broman 2012-01-29 20:21:30 +00:00
parent 8e97665863
commit 84370fffcb
7 changed files with 7 additions and 7 deletions

View File

@ -109,7 +109,7 @@ libwireshark.lib : ..\config.h $(LIBWIRESHARK_OBJECTS) crypt ftypes dfilter $(WS
clean-local:
rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) \
libwireshark.lib libwireshark.dll *.manifest libwireshark.exp \
*.pdb doxygen.cfg html/*.* \
*.pdb *.sbr doxygen.cfg html/*.* \
exntest.obj exntest.exe reassemble_test.obj reassemble_test.exe tvbtest.obj tvbtest.exe
if exist html rm -rf html

View File

@ -20,7 +20,7 @@ airpdcap.lib: $(AIRPDCAP_OBJECTS)
link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)
clean:
rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb
rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb *.sbr
distclean: clean

View File

@ -35,7 +35,7 @@ $(OBJECTS): ..\..\config.h
cd epan\dfilter
clean:
rm -f $(OBJECTS) dfilter.lib *.pdb
rm -f $(OBJECTS) dfilter.lib *.pdb *.sbr
#
# We remove the generated files with "distclean" because one of them,

View File

@ -106,7 +106,7 @@ x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-
$(PERL) ../../tools/process-x11-xcb.pl
clean:
rm -f dissectors.lib *.pdb register.c-tmp register-cache.pkl \
rm -f dissectors.lib *.pdb *.sbr register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean

View File

@ -22,7 +22,7 @@ ftypes.lib : $(OBJECTS)
link /lib /out:ftypes.lib $(OBJECTS)
clean:
rm -f $(OBJECTS) ftypes.lib *.pdb
rm -f $(OBJECTS) ftypes.lib *.pdb *.sbr
distclean: clean

View File

@ -45,7 +45,7 @@ wslua.lib : $(OBJECTS) init.lua
link /lib /NODEFAULTLIB /out:wslua.lib $(OBJECTS)
clean:
rm -f $(OBJECTS) wslua.lib *.pdb init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
rm -f $(OBJECTS) wslua.lib *.pdb *.sbr init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
init_wslua.c: declare_wslua.h

View File

@ -20,7 +20,7 @@ wspython.lib: $(LIBWSPYTHON_OBJECTS)
link /lib /out:wspython.lib $(LIBWSPYTHON_OBJECTS)
clean:
rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb
rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb *.sbr
distclean: clean