diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-29 07:19:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-29 07:19:05 +0000 |
commit | 2eab6bdcfd52f7ca643f87d10b8e440f75bd4c54 (patch) | |
tree | 79b3b77b7cc2eaa51114c15c674055941a5e26e5 /TAO/orbsvcs/tests | |
parent | db9d151b22c26acd950ce21bd620a1d20b0c562a (diff) | |
download | ATCD-2eab6bdcfd52f7ca643f87d10b8e440f75bd4c54.tar.gz |
ChangeLogTag: Tue Jan 29 08:12:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/CosEvent/Basic/Makefile.bor | 39 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/CosEvent/Makefile.bor | 10 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor | 34 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Makefile.bor | 1 |
4 files changed, 84 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/Makefile.bor b/TAO/orbsvcs/tests/CosEvent/Basic/Makefile.bor new file mode 100644 index 00000000000..5bc80222506 --- /dev/null +++ b/TAO/orbsvcs/tests/CosEvent/Basic/Makefile.bor @@ -0,0 +1,39 @@ +# +# $Id$ +# Makefile for building the orbsvcs basic cosevent flags +# + +NAMES = \ + Disconnect \ + MT_Disconnect \ + Pull_Push_Event \ + Push_Event \ + Random \ + Shutdown + +OBJFILES = $(OBJDIR)\$(NAME).obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_EVENT_CFLAGS) \ + $(TAO_NAMING_CFLAGS) \ + $(TAO_SVC_UTILS_CFLAGS) \ + $(TAO_IORTABLE_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_COSEVENT_CECTEST_CFLAGS) + +CPPDIR = . + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_EVENT_LIB) \ + $(TAO_NAMING_LIB) \ + $(TAO_SVC_UTILS_LIB) \ + $(TAO_IORTABLE_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_COSEVENT_CECTEST_LIB) + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> diff --git a/TAO/orbsvcs/tests/CosEvent/Makefile.bor b/TAO/orbsvcs/tests/CosEvent/Makefile.bor new file mode 100644 index 00000000000..218acb5d0a8 --- /dev/null +++ b/TAO/orbsvcs/tests/CosEvent/Makefile.bor @@ -0,0 +1,10 @@ +# +# Makefile for building the TAO cosevent tests +# $Id$ +# + +DIRS = \ + lib \ + Basic + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor b/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor new file mode 100644 index 00000000000..b60ceacdf64 --- /dev/null +++ b/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor @@ -0,0 +1,34 @@ +# +# Makefile for building the CECTest +# + +NAME = CECTest + +OBJFILES = \ + $(OBJDIR)\Counting_Consumer.obj \ + $(OBJDIR)\Counting_Supplier.obj + + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_EVENT_CFLAGS) \ + $(TAO_NAMING_CFLAGS) \ + $(TAO_SVC_UTILS_CFLAGS) \ + $(TAO_IORTABLE_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_COSEVENT_CECTEST_CFLAGS) \ + -DCEC_TEST_BUILD_DLL + +CPPDIR = . + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_EVENT_LIB) \ + $(TAO_NAMING_LIB) \ + $(TAO_SVC_UTILS_LIB) \ + $(TAO_IORTABLE_LIB) \ + $(TAO_PORTABLESERVER_LIB) + +!include <$(ACE_ROOT)\include\makeinclude\build_library.bor> diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor index 12510397ae7..aca78c82a8f 100644 --- a/TAO/orbsvcs/tests/Makefile.bor +++ b/TAO/orbsvcs/tests/Makefile.bor @@ -6,6 +6,7 @@ DIRS = \ AVStreams \ Concurrency \ + CosEvent \ FaultTolerance \ Event \ EC_Throughput \ |