summaryrefslogtreecommitdiff
path: root/TAO/examples/Makefile.bor
blob: ce0cb3b55b0a21ce9b2662dd7abdf9189e66ff2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# $Id$
#
# Makefile for building the TAO examples
#

DIRS =  \
        AMH \
        Buffered_AMI \
        Buffered_Oneways \
        Callback_Quoter Simple \
        Content_Server \
        Event_Comm \
        ior_corbaloc \
        Load_Balancing \
        Load_Balancing_persistent \
        OBV \
        PluggableUDP \
        POA \
        Quoter \
        RTCORBA \
        RTScheduling \
        Simple \
        TypeCode_Creation

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