summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/Makefile')
-rw-r--r--TAO/tests/DynAny_Test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tests/DynAny_Test/Makefile b/TAO/tests/DynAny_Test/Makefile
index 6f7ff86f6f2..361eaae7391 100644
--- a/TAO/tests/DynAny_Test/Makefile
+++ b/TAO/tests/DynAny_Test/Makefile
@@ -59,7 +59,10 @@ CPPFLAGS += -I$(TAO_ROOT)
basic_test: $(addprefix $(VDIR),$(BASIC_TEST_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
+clean:
+ -/bin/rm -rf $(VDIR)/*.o $(BIN) obj.* core Templates.DB .make.state
+
realclean: clean
- -$(RM) da_testsC.* da_testsS.* da_testsS_T.*
+ -/bin/rm -rf da_testsC.* da_testsS.* da_testsS_T.*