summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Makefile.am
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
commit5d7ca9eca3f0fda45777e61b4122b40f5785ff89 (patch)
tree824ff7c860d0fdb3b3002a919c01a5a5a9d6c37a /TAO/orbsvcs/ImplRepo_Service/Makefile.am
parent43dc777ebbf001e75eb3d772318c7e94525aa1b5 (diff)
downloadATCD-5d7ca9eca3f0fda45777e61b4122b40f5785ff89.tar.gz
Added `clean-local' targets to all Makefile.am files.
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Makefile.am')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Makefile.am b/TAO/orbsvcs/ImplRepo_Service/Makefile.am
index d4784df84ce..e681e218b0d 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Makefile.am
+++ b/TAO/orbsvcs/ImplRepo_Service/Makefile.am
@@ -30,3 +30,10 @@ noinst_HEADERS = \
Repository.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
+