diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-29 08:03:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-29 08:03:37 +0000 |
commit | 74e6513cbdb800a2b5fcc9fea42a908a8c8fa543 (patch) | |
tree | 2f162b63889ef0ff05e47be99ef684a13b08b00c /TAO/orbsvcs/tests | |
parent | 4eb505a1b2d7a0e981cde7abe54efb812d9fb6ac (diff) | |
download | ATCD-74e6513cbdb800a2b5fcc9fea42a908a8c8fa543.tar.gz |
ChangeLogTag: Tue Jan 29 08:59:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Makefile.bor | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor | 9 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor | 37 |
3 files changed, 48 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Makefile.bor b/TAO/orbsvcs/tests/Notify/Makefile.bor index 831b6a6443b..bcd4094a6fc 100644 --- a/TAO/orbsvcs/tests/Notify/Makefile.bor +++ b/TAO/orbsvcs/tests/Notify/Makefile.bor @@ -5,6 +5,7 @@ DIRS = \ lib \ - Basic + Basic \ + performance-tests !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor new file mode 100644 index 00000000000..3cc8990f6eb --- /dev/null +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile.bor @@ -0,0 +1,9 @@ +# +# Makefile for building the TAO Notify performance-tests +# $Id$ +# + +DIRS = \ + RedGreen + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor new file mode 100644 index 00000000000..0a6cf9bc204 --- /dev/null +++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor @@ -0,0 +1,37 @@ +# +# $Id$ +# Makefile for building the orbsvcs notify redgreen performance-tests +# + +NAME = RedGreen + +OBJFILES = \ + $(OBJDIR)\RedGreen_Test.obj \ + $(OBJDIR)\main.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_EVENT_CFLAGS) \ + $(TAO_NAMING_CFLAGS) \ + $(TAO_SVC_UTILS_CFLAGS) \ + $(TAO_IORTABLE_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_ETCL_CFLAGS) \ + $(TAO_NOTIFY_CFLAGS) + +CPPDIR = . + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_EVENT_LIB) \ + $(TAO_NAMING_LIB) \ + $(TAO_SVC_UTILS_LIB) \ + $(TAO_IORTABLE_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_ETCL_LIB) \ + $(TAO_NOTIFY_LIB) + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |