summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-22 16:47:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-22 16:47:00 +0000
commitb401a3b4afaa5f1fb86b65d10b4581e269f16d13 (patch)
treeab94bedf84c912fa53d92dbdc35294f74fafbba4 /include
parent11fc4107a892542a98e0d299ed06e8ede616f859 (diff)
downloadATCD-b401a3b4afaa5f1fb86b65d10b4581e269f16d13.tar.gz
ChangeLogTag:Thu Feb 22 08:43:30 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.local.GNU5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index e4a3ceb5cd4..e05ed654dbb 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -216,8 +216,9 @@ endif
clean.local:
-$(RM) *.$(OBJEXT) *~ *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
- -$(RM) -r $(OBJDIRS) $(TEMPINCDIR) cxx_repository ptrepository \
-Templates.DB gcctemp.c gcctemp so_locations *.ics
+ -$(RM) -r $(OBJDIRS) $(TEMPINCDIR) cxx_repository ptrepository
+ -$(RM) -r Templates.DB gcctemp.c gcctemp so_locations *.ics
+ -$(RM) -r SunWS_cache ir.out
realclean.local: clean.local
-$(RM) $(BIN) $(BIN:%=%_debug) $(BIN:%=%_profile) $(BIN:%=%_optimize) $(LIB:%=%) $(LIB:%=%_debug) $(LIB:%=%_profile) $(LIB:%=%_optimize) $(SHLIB:%=%) $(SHLIB:%=%_debug) $(SHLIB:%=%_profile) $(SHLIB:%=%_optimize) $(SHLIBA:%=%) $(BIN2) $(BIN2:%=%_debug) $(BIN2:%=%_profile) $(BIN2:%=%_optimize) $(LIB2:%=%) $(LIB2:%=%_debug) $(LIB2:%=%_profile) $(LIB2:%=%_optimize) $(SHLIB2:%=%) $(SHLIB2:%=%_debug) $(SHLIB2:%=%_profile) $(SHLIB2:%=%_optimize) $(SHLIBA2:%=%)