summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-24 09:37:28 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-24 09:37:28 +0000
commitdf8799c9f59bf2b4407860885f35f562cf26a6df (patch)
tree4f5dd1fd7c18a9bad4f8413eec4138cf1413ff55
parent54c62affc3fdf5cd3446742799e7236966e812f4 (diff)
downloadATCD-df8799c9f59bf2b4407860885f35f562cf26a6df.tar.gz
Initial POA makefile
-rw-r--r--TAO/tests/POA/Explicit_Activation/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/TAO/tests/POA/Explicit_Activation/Makefile b/TAO/tests/POA/Explicit_Activation/Makefile
new file mode 100644
index 00000000000..3306b3ea0a4
--- /dev/null
+++ b/TAO/tests/POA/Explicit_Activation/Makefile
@@ -0,0 +1,44 @@
+#
+# $Id$
+#
+
+BIN = server
+
+LSRC = $(addsuffix .cpp,$(BIN))
+
+CPPFLAGS += -I$(TAO_ROOT) -I../Generic_Servant
+
+LDLIBS = -lTAO -lserver
+LDFLAGS += -L$(TAO_ROOT)/tao -L../Generic_Servant
+
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+
+BUILD = $(VBIN)
+
+INSTALL =
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
+
+ifndef TAO_ROOT
+TAO_ROOT = $(ACE_ROOT)/TAO
+endif
+
+#----------------------------------------------------------------------------
+# Dependencies
+#----------------------------------------------------------------------------
+
+# DO NOT DELETE THIS LINE -- g++dep uses it.
+# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY