summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Object_Reactivation/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Object_Reactivation/makefile.bor')
-rw-r--r--TAO/tests/POA/Object_Reactivation/makefile.bor27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/POA/Object_Reactivation/makefile.bor b/TAO/tests/POA/Object_Reactivation/makefile.bor
new file mode 100644
index 00000000000..0b99ba5be4c
--- /dev/null
+++ b/TAO/tests/POA/Object_Reactivation/makefile.bor
@@ -0,0 +1,27 @@
+
+#
+# Makefile for building the POA Object_Reactivation test
+#
+
+NAME = Object_Reactivation
+
+OBJFILES = \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\testS.obj \
+ $(OBJDIR)\Object_Reactivation.obj
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
+CPPDIR = .;..
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
+ $(TAO_IDL) $**