blob: 06eccecb1c09ddc8cd9b84ddf9420ade7a01fd5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# Makefile for building the TAO examples
#
DIRS = \
Buffered_AMI \
Buffered_Oneways \
Callback_Quoter Simple \
Content_Server \
Event_Comm \
Load_Balancing \
Load_Balancing_persistent \
OBV \
PluggableUDP \
POA \
Quoter \
Simple \
TypeCode_Creation
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
|