]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Added clean targets.
authorTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 06:59:10 +0000 (06:59 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 06:59:10 +0000 (06:59 +0000)
compile.am
lib/am/compile.am

index e44873529cf48fb0b9b5c9c1cdfbf6d07f55c702..44ce26c1d24203fbf81cbdd1217c94a32a838fdf 100644 (file)
@@ -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:
+
index e44873529cf48fb0b9b5c9c1cdfbf6d07f55c702..44ce26c1d24203fbf81cbdd1217c94a32a838fdf 100644 (file)
@@ -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:
+