summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/Makefile.am')
-rw-r--r--TAO/TAO_IDL/util/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/util/Makefile.am b/TAO/TAO_IDL/util/Makefile.am
index a37e8a78177..94e553b4c06 100644
--- a/TAO/TAO_IDL/util/Makefile.am
+++ b/TAO/TAO_IDL/util/Makefile.am
@@ -35,3 +35,10 @@ libutil_a_SOURCES = \
utl_stack.cpp \
utl_string.cpp \
utl_strlist.cpp
+
+## 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
+