From: Tom Tromey Date: Tue, 28 Nov 1995 06:59:10 +0000 (+0000) Subject: Added clean targets. X-Git-Tag: Release-0-25~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f163bcf3addddb9056dd7ebb80fed888b014dc9;p=thirdparty%2Fautomake.git Added clean targets. --- diff --git a/compile.am b/compile.am index e44873529..44ce26c1d 100644 --- a/compile.am +++ b/compile.am @@ -1,3 +1,13 @@ .c.o: $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< +mostlyclean-compile: + rm -f *.o core + +clean-compile: + +distclean-compile: + rm -f *.tab.c + +maintainer-clean-compile: + diff --git a/lib/am/compile.am b/lib/am/compile.am index e44873529..44ce26c1d 100644 --- a/lib/am/compile.am +++ b/lib/am/compile.am @@ -1,3 +1,13 @@ .c.o: $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< +mostlyclean-compile: + rm -f *.o core + +clean-compile: + +distclean-compile: + rm -f *.tab.c + +maintainer-clean-compile: +