summaryrefslogtreecommitdiff
path: root/examples/Logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Logger/Makefile')
-rw-r--r--examples/Logger/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/Logger/Makefile b/examples/Logger/Makefile
deleted file mode 100644
index 05c41ee6fc2..00000000000
--- a/examples/Logger/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#----------------------------------------------------------------------------
-# @(#)Makefile 1.1 10/18/96
-#
-# Makefile for the distributed logger tests
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-INFO = README
-
-DIRS = Acceptor-server \
- client \
- simple-server
-
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU
-