blob: b13e61c0b5d1a59a8cfde37dcdab8845e36bebbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for building the TAO POA examples
#
DIRS = \
DSI \
FindPOA \
Forwarding \
NewPOA \
RootPOA \
TIE
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
|