summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/Basic
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 07:19:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-29 07:19:05 +0000
commit2eab6bdcfd52f7ca643f87d10b8e440f75bd4c54 (patch)
tree79b3b77b7cc2eaa51114c15c674055941a5e26e5 /TAO/orbsvcs/tests/CosEvent/Basic
parentdb9d151b22c26acd950ce21bd620a1d20b0c562a (diff)
downloadATCD-2eab6bdcfd52f7ca643f87d10b8e440f75bd4c54.tar.gz
ChangeLogTag: Tue Jan 29 08:12:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/Basic')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/Makefile.bor39
1 files changed, 39 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>