summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-25 22:44:10 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-25 22:44:10 +0000
commitb2bb376dbf5bc5d91676e1f2cf830a70a2bae254 (patch)
tree5dda90582d8877e5214890127d80b06cb05730bd /tests
parentdec50ad6e061945c3eb9aed50f67be050e8267bb (diff)
downloadATCD-b2bb376dbf5bc5d91676e1f2cf830a70a2bae254.tar.gz
This makefile is needed to produce a .so for DLL_Test
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.DLL40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/Makefile.DLL b/tests/Makefile.DLL
new file mode 100644
index 00000000000..31e1f1989e1
--- /dev/null
+++ b/tests/Makefile.DLL
@@ -0,0 +1,40 @@
+#----------------------------------------------------------------------------
+# $Id$
+#
+# Makefile for the DLL library in the DLL_Test example
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+SHLIB = libDLL_Test.$(SOEXT)
+
+FILES = DLL_Test
+
+LSRC = $(addsuffix .cpp,$(FILES))
+
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+
+#----------------------------------------------------------------------------
+# 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.lib.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
+
+#----------------------------------------------------------------------------
+# Local targets
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Dependencies
+#----------------------------------------------------------------------------
+# DO NOT DELETE THIS LINE -- g++dep uses it.
+# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+