summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/Makefile.bor
blob: e382cfa968535eaddf3c8b17de2c464739fe9110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for building the ACE IPC_SAP examples
#

DIRS = \
        ATM_SAP \
        FIFO_SAP \
        FILE_SAP \
        Sock_Sap \
        SPIPE_SAP \
        UPIPE_SAP

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