summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc
blob: 4eb85d1d9b066a106d137464eeb0128ca6efd71c (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
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i GPS"
// This file has been manually modified to add a second component implementation.

project(GPS_stub): ciao_client {
  after += HUDisplay_stub
  sharedname = GPS_stub
  idlflags += -Wb,stub_export_macro=GPS_STUB_Export -Wb,stub_export_include=GPS_stub_export.h -Wb,skel_export_macro=GPS_SVNT_Export -Wb,skel_export_include=GPS_svnt_export.h
  dynamicflags   = GPS_STUB_BUILD_DLL

  IDL_Files {
    GPS.idl
  }

  Source_Files {
    GPSC.cpp
  }
}

project(GPS_svnt) : ciao_servant {
  after += HUDisplay_svnt GPS_stub
  sharedname  = GPS_svnt
  libs    += GPS_stub HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=GPS_SVNT_Export -Wb,export_include=GPS_svnt_export.h
  dynamicflags = GPS_SVNT_BUILD_DLL

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

  IDL_Files {
    GPSE.idl
  }

  Source_Files {
    GPSEC.cpp
    GPSS.cpp
    GPS_svnt.cpp
  }
}


project(GPS_exec) : ciao_component {
  after   += GPS_svnt
  sharedname = GPS_exec
  libs      += GPS_stub GPS_svnt HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=GPS_EXEC_Export -Wb,export_include=GPS_exec_export.h
  dynamicflags   = GPS_EXEC_BUILD_DLL

  IDL_Files {
    GPSEI.idl
  }

  Source_Files {
    GPSEIC.cpp
    GPS_exec.cpp
  }
}

project(GPS_tracing_exec) : ciao_component {
  after   += GPS_svnt
  sharedname = GPS_tracing_exec
  libs      += GPS_stub GPS_svnt HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=GPS_EXEC_Export -Wb,export_include=GPS_exec_export.h
  dynamicflags   = GPS_EXEC_BUILD_DLL

  IDL_Files {
    GPSEI.idl
  }

  Source_Files {
    GPSEIC.cpp
    GPS_tracing_exec.cpp
  }
}