summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 10:27:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 10:27:57 +0000
commit8f9b660f73b576ef83b281871edc57eba9cc6e5f (patch)
tree29fca4c92759fd88a1a83bd85af286900c3c417e
parent5189cf3ed14f846fe3b4338e8b5111b3bb6115a1 (diff)
downloadATCD-8f9b660f73b576ef83b281871edc57eba9cc6e5f.tar.gz
Initial makefile
-rw-r--r--TAO/tests/POA/NewPOA/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tests/POA/NewPOA/Makefile b/TAO/tests/POA/NewPOA/Makefile
new file mode 100644
index 00000000000..c90873f1d07
--- /dev/null
+++ b/TAO/tests/POA/NewPOA/Makefile
@@ -0,0 +1,43 @@
+#
+# $Id$
+#
+
+BIN = NewPOA
+
+LSRC = $(addsuffix .cpp,$(BIN))
+
+CPPFLAGS += -I$(ACE_ROOT)/TAO
+
+LDLIBS = -lTAO
+
+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