summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/RTScheduling/Synch.mpc
blob: fa1e1c488a928a9fb10aeaacc1ef04c0eb91d041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// -*- MPC -*-
// $Id$

project(RTSchedSynch): portableserver {
  idlflags += -St \
              -Wb,export_macro=SYNCH_Export \
              -Wb,export_include=synch_export.h
  dynamicflags += SYNCH_BUILD_DLL

  IDL_Files {
    Synch.idl
  }

  Source_Files {
    SynchC.cpp
    SynchS.cpp
    Synch_i.cpp
  }

  Header_Files {
    SynchC.h
    SynchS.h
    synch_export.h
    Synch_i.h
  }

  Inline_Files {
    SynchC.inl
    SynchS.inl
  }
}