summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
blob: 63585bedc411ab0efdf880193df0f131d016ab8f (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i -c RateGen"

project(RateGen_stub): ciao_client {
  after += HUDisplay_stub
  sharedname = RateGen_stub
  idlflags += -Wb,stub_export_macro=RATEGEN_STUB_Export -Wb,stub_export_include=RateGen_stub_export.h -Wb,skel_export_macro=RATEGEN_SVNT_Export -Wb,skel_export_include=RateGen_svnt_export.h
  dynamicflags   = RATEGEN_STUB_BUILD_DLL

  IDL_Files {
    RateGen.idl
  }

  Source_Files {
    RateGenC.cpp
  }
}

project(RateGen_svnt) : ciao_servant {
  after += HUDisplay_svnt RateGen_stub
  sharedname  = RateGen_svnt
  libs    += RateGen_stub HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=RATEGEN_SVNT_Export -Wb,export_include=RateGen_svnt_export.h
  dynamicflags = RATEGEN_SVNT_BUILD_DLL

  CIDL_Files {
	commandflags += -I../../../../ciao -I../../../../../tao -I../../../../.. -I../../../../../orbsvcs/orbsvcs 
  
    RateGen.cidl
  }

  IDL_Files {
    RateGenE.idl
  }

  Source_Files {
    RateGenEC.cpp
    RateGenS.cpp
    RateGen_svnt.cpp
  }
}


project(RateGen_exec) : ciao_component {
  after   += RateGen_svnt
  sharedname = RateGen_exec
  libs      += RateGen_stub HUDisplay_stub RateGen_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=RATEGEN_EXEC_Export -Wb,export_include=RateGen_exec_export.h
  dynamicflags   = RATEGEN_EXEC_BUILD_DLL

  IDL_Files {
    RateGenEI.idl
  }

  Source_Files {
    RateGenEIC.cpp
    RateGen_exec.cpp
  }
}



project (RateGen_client) : ciao_client, valuetype {
  exename = client
  after += RateGen_stub
  libs += RateGen_stub HUDisplay_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    client.cpp
  }
}


project (RateGen_controller) : ciao_client, valuetype {
  exename = controller
  after += RateGen_stub
  libs += RateGen_stub HUDisplay_stub
  libpaths += ..

  IDL_Files {
  }

  Source_Files {
    controller.cpp
  }
}