diff options
Diffstat (limited to 'TAO/tests/Smart_Proxies/Benchmark/Makefile.bor')
-rw-r--r-- | TAO/tests/Smart_Proxies/Benchmark/Makefile.bor | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Makefile.bor b/TAO/tests/Smart_Proxies/Benchmark/Makefile.bor new file mode 100644 index 00000000000..0dd74dc8a97 --- /dev/null +++ b/TAO/tests/Smart_Proxies/Benchmark/Makefile.bor @@ -0,0 +1,7 @@ +# +# Makefile for building the Smart_Proxies Benchmark test executables +# + +MAKEFILES = client.bor server.bor + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |