summaryrefslogtreecommitdiff
path: root/examples/DLL/Makefile.Newsweek
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 14:31:11 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 14:31:11 +0000
commit3dc2068c1f9a2df15de622521eefb05cc6bbeab8 (patch)
treedd7a2cb059abf7ccd7edc3ca8117bb26bd53113d /examples/DLL/Makefile.Newsweek
parent320057586184ee749e07502b4363ee8f8d32dc5f (diff)
downloadATCD-ACE-4_6_29.tar.gz
This commit was manufactured by cvs2svn to create tag 'ACE-4_6_29'.ACE-4_6_29
Diffstat (limited to 'examples/DLL/Makefile.Newsweek')
-rw-r--r--examples/DLL/Makefile.Newsweek43
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/DLL/Makefile.Newsweek b/examples/DLL/Makefile.Newsweek
deleted file mode 100644
index 167610a252c..00000000000
--- a/examples/DLL/Makefile.Newsweek
+++ /dev/null
@@ -1,43 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the Newsweek library in the DLL example
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-
-
-SHLIB = libNewsweek.$(SOEXT)
-
-FILES = Newsweek
-
-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.
-
-