blob: 235e2aa19d1aa1cd428d451f888ab0fafab45fba (
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
|
#
# 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>
|