aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-01-01 20:41:49 -0500
committerBill Meier <wmeier@newsguy.com>2015-01-02 01:45:16 +0000
commit5c529c95c565b404602e1a0edc0ed24ff6f89cab (patch)
tree6b7002d5402685ba514bdac546a27c1e496f7e67 /ui
parent06a1f4670e329f47e7199d59f7b712520e117035 (diff)
Add '*.nativecodeanalysis.xml' to 'clean' targets
Change-Id: I90dbf0b31fc737150a01533763a7869b34c68cb6 Reviewed-on: https://code.wireshark.org/review/6220 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.nmake3
-rw-r--r--ui/cli/Makefile.nmake2
-rw-r--r--ui/gtk/Makefile.nmake2
-rw-r--r--ui/win32/Makefile.nmake2
4 files changed, 5 insertions, 4 deletions
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index f2ae4d87a3..e6ec01e5ea 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -43,7 +43,8 @@ libui.lib : ..\config.h $(WIRESHARK_UI_OBJECTS)
link /lib /out:libui.lib $(WIRESHARK_UI_OBJECTS)
clean:
- rm -f $(WIRESHARK_UI_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib *.pdb *.sbr \
+ rm -f $(WIRESHARK_UI_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib \
+ *.nativecodeanalysis.xml *.pdb *.sbr \
doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
if exist html rmdir html
diff --git a/ui/cli/Makefile.nmake b/ui/cli/Makefile.nmake
index b0b9c95646..c12b5ae024 100644
--- a/ui/cli/Makefile.nmake
+++ b/ui/cli/Makefile.nmake
@@ -50,7 +50,7 @@ tshark-tap-register.c: $(TSHARK_TAP_SRC) ..\..\tools\make-tap-reg.py
clean:
rm -f $(TSHARK_TAP_OBJECTS) tshark-tap-register.obj libcliui.lib *.pdb \
- *.sbr doxygen.cfg html/*.* tshark-tap-register-cache.pkl \
+ *.nativecodeanalysis.xml *.sbr doxygen.cfg html/*.* tshark-tap-register-cache.pkl \
tshark-tap-register.c-tmp
if exist html rmdir html
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index ace0823080..13b085be01 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -145,7 +145,7 @@ pa_win_waveformat.obj: $(PORTAUDIO_DIR)\src\os\win\pa_win_waveformat.c
!ENDIF
clean:
- rm -f $(WIRESHARK_LIBGTKUI_OBJECTS) libgtkui.lib *.pdb *.sbr \
+ rm -f $(WIRESHARK_LIBGTKUI_OBJECTS) libgtkui.lib *.nativecodeanalysis.xml *.pdb *.sbr \
doxygen.cfg html/*.* wireshark-tap-register-cache.pkl \
wireshark-tap-register.c-tmp
if exist html rmdir html
diff --git a/ui/win32/Makefile.nmake b/ui/win32/Makefile.nmake
index ecd6a1d6bf..0f908e5bdf 100644
--- a/ui/win32/Makefile.nmake
+++ b/ui/win32/Makefile.nmake
@@ -29,7 +29,7 @@ libgtkui_win32.lib : ..\..\config.h $(WIRESHARK_WIN32_OBJECTS)
link /lib /out:libgtkui_win32.lib $(WIRESHARK_WIN32_OBJECTS) winmm.lib
clean:
- rm -f $(WIRESHARK_WIN32_OBJECTS) libgtkui_win32.lib *.pdb *.sbr
+ rm -f $(WIRESHARK_WIN32_OBJECTS) libgtkui_win32.lib *.nativecodeanalysis.xml *.pdb *.sbr
distclean: clean