summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Display/RateGen/RateGen.mpc
blob: f9a965b03b605fd1d49f87152e3842d069e83a18 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay RateGen"

project(RateGen_stub): ciao_client {
  depends += 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
  dllflags   = RATEGEN_STUB_BUILD_DLL

  IDL_Files {
    RateGen.idl
  }

  Source_Files {
    RateGenC.cpp
  }
}

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

  IDL_Files {
    RateGenE.idl
  }

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


project(RateGen_exec) : ciao_server {
  depends   += 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
  dllflags   = RATEGEN_EXEC_BUILD_DLL

  IDL_Files {
    RateGen_Impl.idl
  }

  Source_Files {
    RateGen_ImplC.cpp
    RateGen_exec.cpp
  }
}