summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-26 18:54:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-26 18:54:25 +0000
commit1b3298a772e344e16a1e19922f1c8246ca465813 (patch)
tree5b9ebb840e1c90ee64444d78301ff8f936dc632a /TAO/tests/NestedUpcall/Reactor
parent0904a9dd80795b1de50ad6a3a32640feb4894b68 (diff)
downloadATCD-1b3298a772e344e16a1e19922f1c8246ca465813.tar.gz
ChangeLogTag:Sun Jul 26 13:50:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor')
-rw-r--r--TAO/tests/NestedUpcall/Reactor/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/Makefile b/TAO/tests/NestedUpcall/Reactor/Makefile
index a8c4e69c9eb..5af8783a4aa 100644
--- a/TAO/tests/NestedUpcall/Reactor/Makefile
+++ b/TAO/tests/NestedUpcall/Reactor/Makefile
@@ -55,11 +55,13 @@ server: $(addprefix $(VDIR),$(NESTEDUPCALLS_SVR_OBJS))
client: $(addprefix $(VDIR),$(NESTEDUPCALLS_CLT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
+
NestedUpCalls_Test: $(addprefix $(VDIR),$(TEST_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
- -/bin/rm -rf ReactorS.* ReactorC.*
+ -/bin/rm -rf ReactorS.* ReactorC.* ReactorS_T.*
+ -/bin/rm -rf client server NestedUpCalls_Test
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.