summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Makefile')
-rw-r--r--TAO/performance-tests/Latency/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/performance-tests/Latency/Makefile b/TAO/performance-tests/Latency/Makefile
index 86c4322be2a..da05a2cf6d0 100644
--- a/TAO/performance-tests/Latency/Makefile
+++ b/TAO/performance-tests/Latency/Makefile
@@ -80,6 +80,15 @@ ami-throughput-client: $(addprefix $(VDIR),$(AMI_THROUGHPUT_CLIENT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
endif # AMI
+Test.java: test.idl
+ idl2java test.idl
+
+java_client.class: Test.java
+ vbjc java_client.java
+
+java_server.class:
+ vbjc java_server.java
+
realclean: clean
-$(RM) $(foreach ext, $(IDL_EXT), test$(ext))