summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc
blob: cb90595e2ae45c75f3f35ab7d25920c0ac5443ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

project(*ex1) : aceexe {
  exename = ex1
  Source_Files {
    ex1.cpp
  }
}

project(*ex2) : aceexe {
  exename = ex2
  Source_Files {
    ex2.cpp
  }
}

project(*ex3) : aceexe {
  exename = ex3
  Source_Files {
    ex3.cpp
  }
}