Update of /cvsroot/wavelet/Wavelet/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12402/tools
Modified Files:
Makefile.in
Log Message:
added objclean target
Index: Makefile.in
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/tools/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.in 9 Dec 2004 19:15:02 -0000 1.6
--- Makefile.in 15 Aug 2005 17:09:41 -0000 1.7
***************
*** 63,67 ****
# Automatic stuff, should not be changed:
#
! .PHONY : all clean distclean install uninstall debug
#
--- 63,67 ----
# Automatic stuff, should not be changed:
#
! .PHONY : all clean distclean install uninstall debug objclean
#
***************
*** 135,138 ****
--- 135,141 ----
-rm -f *~ $(OBJS) $(PROGRAMS) ./\#* ./.\#* \
+ objclean:
+ -rm -f $(OBJS)
+
distclean:
-$(MAKE) clean
|