summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Time
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-30 05:17:32 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-30 05:17:32 +0000
commit03fe371d8bd398191d26b0616d637f6877a5fb08 (patch)
tree85e1d4c0e801081c594638a4746211d9a2dc0a29 /TAO/orbsvcs/tests/Time
parent5b3ca3c0eeb6efbcb2f38a01ced140663713d362 (diff)
downloadATCD-03fe371d8bd398191d26b0616d637f6877a5fb08.tar.gz
ChangeLogTag: Thu Aug 30 07:12:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Time')
-rw-r--r--TAO/orbsvcs/tests/Time/Makefile.bor8
-rw-r--r--TAO/orbsvcs/tests/Time/client.bor32
2 files changed, 40 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Time/Makefile.bor b/TAO/orbsvcs/tests/Time/Makefile.bor
new file mode 100644
index 00000000000..f7ed5494032
--- /dev/null
+++ b/TAO/orbsvcs/tests/Time/Makefile.bor
@@ -0,0 +1,8 @@
+#
+# Makefile for building the time test
+#
+
+MAKEFILES = client.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+
diff --git a/TAO/orbsvcs/tests/Time/client.bor b/TAO/orbsvcs/tests/Time/client.bor
new file mode 100644
index 00000000000..214be61309d
--- /dev/null
+++ b/TAO/orbsvcs/tests/Time/client.bor
@@ -0,0 +1,32 @@
+#
+# Makefile for building the time test
+#
+
+NAME = client
+
+OBJFILES = \
+ $(OBJDIR)\client_i.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_IORTABLE_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_TIME_CFLAGS) \
+ $(TAO_SVCUTILS_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_IORTABLE_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_TIME_LIB) \
+ $(TAO_SVCUTILS_LIB)
+
+CPPDIR = .;..
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+