summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduler.mpc
blob: 63937599a3c72df6a7c9daeafa8050d202d686ba (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//$Id$
project : taolib, rtcorba, pi, pi_server, portableserver, install, corba_messaging, tao_versioning_idl_defaults, avoids_corba_e_micro {
  sharedname   = TAO_RTScheduler
  dynamicflags = TAO_RTSCHEDULER_BUILD_DLL

  Source_Files {
    RTScheduling
  }

  Header_Files {
    RTScheduling
  }

  Inline_Files {
    RTScheduling
  }

  Template_Files {
    RTScheduling
  }

  Resource_Files {
    RTScheduling
  }

  PIDL_Files {
    RTScheduling
  }

  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -GX \
                -Wb,export_macro=TAO_RTScheduler_Export \
                -Wb,export_include=tao/RTScheduling/rtscheduler_export.h \
                -Wb,include_guard=TAO_RTSCHEDULER_SAFE_INCLUDE \
                -Wb,safe_include=tao/RTScheduling/RTScheduler.h \
                -o RTScheduling
    RTScheduling/RTScheduler.pidl
  }

  IDL_Files {
    idlflags += -SS -Sorb -GX -Sci \
                -Wb,export_macro=TAO_RTScheduler_Export \
                -Wb,export_include=tao/RTScheduling/rtscheduler_export.h \
                -Wb,unique_include=tao/RTScheduling/RTScheduler.h \
                -o RTScheduling
    RTScheduling/RTScheduler_include.pidl
  }

  Pkgconfig_Files {
    RTScheduling/TAO_RTScheduler.pc.in
  }
}