summaryrefslogtreecommitdiff
path: root/examples/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.bor')
-rw-r--r--examples/Makefile.bor21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/Makefile.bor b/examples/Makefile.bor
deleted file mode 100644
index 6e2fe9a31a5..00000000000
--- a/examples/Makefile.bor
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Makefile for building the ACE examples
-#
-
-DIRS = \
- IPC_SAP \
- Log_Msg \
- Map_Manager \
- Mem_Map \
- Misc \
- Naming \
- NT_Service \
- Reactor \
- Registry \
- RMCast \
- Service_Configurator \
- Synch \
- Threads \
- Timer_Queue
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>