summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/Makefile')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/Makefile b/TAO/tests/Smart_Proxies/Collocation/Makefile
new file mode 100644
index 00000000000..4b4fdfb58ad
--- /dev/null
+++ b/TAO/tests/Smart_Proxies/Collocation/Makefile
@@ -0,0 +1,35 @@
+ #----------------------------------------------------------------------------
+#
+# $Id$
+#
+#----------------------------------------------------------------------------
+
+ifndef TAO_ROOT
+ TAO_ROOT = $(ACE_ROOT)/TAO
+endif # ! TAO_ROOT
+
+MAKEFILE = Makefile
+
+#----------------------------------------------------------------------------
+# Include macros
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+
+MKLIST = \
+ Makefile.Coll_Test_Stubs \
+ Makefile.Diamond \
+ Makefile.main
+
+.NOTPARALLEL:
+
+all debug profile optimize install deinstall clean realclean clobber depend idl_stubs:
+%.mkfile: %
+ @echo $(MAKE) -f $< $(MKFILE_TARGET)
+ @$(MAKE) -f $< $(MKFILE_TARGET)
+
+all debug profile optimize install deinstall clean realclean clobber depend idl_stubs :
+ifneq ($(MKLIST),)
+ @echo $(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST))
+ @$(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST))
+endif