summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Job.mpc
blob: d868a7dabd5217b1ae394bfbfc530e54d2681425 (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
// -*- MPC -*-
project(Job): portableserver {
  idlflags += -St \
              -Wb,export_macro=JOB_Export \
              -Wb,export_include=job_export.h
  after += RTSchedSynch
  libs += RTSchedSynch
  dynamicflags += JOB_BUILD_DLL

  IDL_Files {
    Job.idl
  }

  Source_Files {
    JobC.cpp
    JobS.cpp
  }

  Header_Files {
    JobC.h
    JobS.h
    job_export.h
  }

  Inline_Files {
    JobC.inl
  }
}