blob: 0fc481c4f3bd08b915f727e4b80a99afb5578582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Makefile for building orbsvcs
#
DIRS = \
orbsvcs \
CosEvent_Service \
Event_Service \
IFR_Service \
ImplRepo_Service \
LifeCycle_Service \
LoadBalancer \
Naming_Service \
Notify_Service \
TAO_Service \
Time_Service \
Trading_Service
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
|