Give every Makefile.nmake file a "distclean" rule, and have "distclean"
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Oct 2003 21:31:53 +0000 (21:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Oct 2003 21:31:53 +0000 (21:31 +0000)
commite616c2a1b41de35d335d3abc44ea6a22e0b0a168
tree865029dcf9c7e8004063c95dc45f610149edf0bc
parentb08aebcf43d2c344144cc984203138ecd95d99e3
Give every Makefile.nmake file a "distclean" rule, and have "distclean"
recurse into subdirectories doing "nmake -f Makefile.nmake distclean".

Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean"
doesn't remove (such as Flex/Bison output and config.h files) - and have
"nmake -f Makefile.nmake distclean" remove stuff that "make distclean"
removes, including "tethereal-tap-register.c" and
"ethereal-tap-register.c".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8672 f5534014-38df-0310-8fa8-9805f1628bb7
21 files changed:
Makefile.nmake
doc/Makefile.nmake
epan/Makefile.nmake
epan/dfilter/Makefile.nmake
epan/ftypes/Makefile.nmake
gtk/Makefile.nmake
image/Makefile.nmake
packaging/nsis/Makefile.nmake
plugins/Makefile.nmake
plugins/artnet/Makefile.nmake
plugins/docsis/Makefile.nmake
plugins/giop/Makefile.nmake
plugins/gryphon/Makefile.nmake
plugins/lwres/Makefile.nmake
plugins/megaco/Makefile.nmake
plugins/mgcp/Makefile.nmake
plugins/pcli/Makefile.nmake
plugins/rtnet/Makefile.nmake
tools/Makefile.nmake
tools/lemon/Makefile.nmake
wiretap/Makefile.nmake