summaryrefslogtreecommitdiff
path: root/examples/Threads/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Threads/Makefile.bor')
-rw-r--r--examples/Threads/Makefile.bor40
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/Threads/Makefile.bor b/examples/Threads/Makefile.bor
deleted file mode 100644
index 228284446b2..00000000000
--- a/examples/Threads/Makefile.bor
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# Makefile for building the ACE Threads examples
-#
-
-NAMES = \
- auto_event \
- barrier1 \
- barrier2 \
- cancel \
- future1 \
- future2 \
- manual_event \
- process_manager \
- process_mutex \
- process_semaphore \
- reader_writer \
- recursive_mutex \
- task_one \
- task_two \
- task_three \
- task_four \
- task_five \
- thread_manager \
- thread_pool \
- thread_specific \
- token \
- tss1 \
- tss2 \
- wfmo
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>