summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Synch.mpc
blob: 77a2ae1d68124240dda2197c98a387963f38ff50 (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
  sharedname   = RTSchedSynch

  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
  }
}