summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/Makefile.bor
blob: e3e61decfe96039aa0b0e5e9a8b23fb37b797c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $Id$
#
# Makefile for building the simple examples
#

DIRS = \
        bank \
        chat \
        echo \
        grid \
        time \
        time-date

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