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

project(GPS_DnC_stub): ciao_client_dnc {
  after += HUDisplay_DnC_stub
  sharedname = GPS_DnC_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
  libpaths+=..
  libs += HUDisplay_DnC_stub
  dynamicflags   = GPS_STUB_BUILD_DLL

  IDL_Files {
    GPS.idl
  }

  Source_Files {
    GPSC.cpp
  }
}

project(GPS_DnC_svnt) : ciao_servant_dnc {
  after += GPS_DnC_svnt GPS_DnC_stub HUDisplay_DnC_svnt
  sharedname  = GPS_DnC_svnt
  libs    += GPS_DnC_stub HUDisplay_DnC_stub HUDisplay_DnC_svnt
  libpaths += ..
  idlflags  +=  -Wb,export_macro=GPS_SVNT_Export -Wb,export_include=GPS_svnt_export.h
  dynamicflags = GPS_SVNT_BUILD_DLL

  CIDL_Files {
    GPS.cidl
  }

  IDL_Files {
    GPSE.idl
  }

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


project(GPS_DnC_exec) : ciao_component_dnc {
  after   += GPS_DnC_svnt
  sharedname = GPS_DnC_exec
  libs      += GPS_DnC_stub GPS_DnC_svnt HUDisplay_DnC_stub HUDisplay_DnC_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
  }
}