Update of /cvsroot/wavelet/Wavelet/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12402/test
Modified Files:
Makefile.in
Log Message:
added objclean target
Index: Makefile.in
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/test/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.in 17 Nov 2004 12:06:09 -0000 1.3
--- Makefile.in 15 Aug 2005 17:09:41 -0000 1.4
***************
*** 128,132 ****
# Automatic stuff, should not be changed:
#
! .PHONY : all clean distclean html dvi doc debug depend $(TESTS)
--- 128,132 ----
# Automatic stuff, should not be changed:
#
! .PHONY : all clean distclean html dvi doc debug depend $(TESTS) objclean
***************
*** 192,195 ****
--- 192,198 ----
-rm -f $(PROGRAMS) *$O html/* latex/*.* *~ out.* ./\#* ./.\#* \
+ objclean:
+ -rm -f *$O
+
distclean:
-$(MAKE) clean
|