summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 20:53:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 20:53:28 +0000
commit23e9c39bab498d0d6bc45908e4a41fb235818fd8 (patch)
tree824ff7c860d0fdb3b3002a919c01a5a5a9d6c37a /TAO/orbsvcs/LifeCycle_Service
parent4fb82ec22a53d226a3e3257aa18ca176741f8f7b (diff)
downloadATCD-23e9c39bab498d0d6bc45908e4a41fb235818fd8.tar.gz
Added `clean-local' targets to all Makefile.am files.
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/Makefile.am b/TAO/orbsvcs/LifeCycle_Service/Makefile.am
index 46979fd61f9..d456fd634f0 100644
--- a/TAO/orbsvcs/LifeCycle_Service/Makefile.am
+++ b/TAO/orbsvcs/LifeCycle_Service/Makefile.am
@@ -33,3 +33,10 @@ noinst_HEADERS = \
LifeCycle_Service_i.h
## EXTRA_DIST = README
+
+## Clean up some additional files/directories possibly created during
+## the configure script tests.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+