summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/narrow/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/narrow/Makefile.am')
-rw-r--r--TAO/TAO_IDL/narrow/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/narrow/Makefile.am b/TAO/TAO_IDL/narrow/Makefile.am
index 262a433ad11..160565df988 100644
--- a/TAO/TAO_IDL/narrow/Makefile.am
+++ b/TAO/TAO_IDL/narrow/Makefile.am
@@ -19,3 +19,10 @@ noinst_LIBRARIES = libnarrow.a
libnarrow_a_SOURCES = \
narrow.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
+