summaryrefslogtreecommitdiff
path: root/TAO/examples/Makefile.bor
blob: 7d2ff83850edf56d69f0a5d32e07dd0ed37f09fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#
# Makefile for building the TAO examples
#

DIRS = Buffered_Oneways \
       Callback_Quoter Simple \
       Event_Comm \
       Load_Balancing \
       Load_Balancing_persistent \
       POA \
       Simple

!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>