summaryrefslogtreecommitdiff
path: root/SA_POP/examples/Space/source/Backup_Gizmo_Low/Backup_Gizmo_Low.mpc
blob: bb46737bd5b120c0264c0a81036ab4f93951a319 (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
// $Id$
// This file is generated with "generate_component_mpc.pl Backup_Gizmo_Low"

project(Backup_Gizmo_Low_stub): ciao_client_dnc, race_idl {
  after += Event_Types_stub
  sharedname = Backup_Gizmo_Low_stub
  libs    += Event_Types_stub
  includes += ../common
  idlflags += -Wb,stub_export_macro=BACKUP_GIZMO_LOW_STUB_Export \
              -Wb,stub_export_include=Backup_Gizmo_Low_stub_export.h \
              -Wb,skel_export_macro=BACKUP_GIZMO_LOW_SVNT_Export \
              -Wb,skel_export_include=Backup_Gizmo_Low_svnt_export.h \
              -I ../common
  dynamicflags   = BACKUP_GIZMO_LOW_STUB_BUILD_DLL

  IDL_Files {
    Backup_Gizmo_Low.idl
  }

  Source_Files {
    Backup_Gizmo_LowC.cpp
  }
}

project(Backup_Gizmo_Low_svnt) : ciao_servant_dnc, race_idl {
  after +=  Backup_Gizmo_Low_stub
  includes += ../common
  sharedname  = Backup_Gizmo_Low_svnt
  libs    += Backup_Gizmo_Low_stub Event_Types_stub Event_Types_svnt

  idlflags  +=  -Wb,export_macro=BACKUP_GIZMO_LOW_SVNT_Export \
                -Wb,export_include=Backup_Gizmo_Low_svnt_export.h \
                -I ../common
  dynamicflags = BACKUP_GIZMO_LOW_SVNT_BUILD_DLL

  cidlflags -= --
  cidlflags += -I ../common --

  CIDL_Files {
    Backup_Gizmo_Low.cidl
  }

  IDL_Files {
    Backup_Gizmo_LowE.idl
  }

  Source_Files {
    Backup_Gizmo_LowEC.cpp
    Backup_Gizmo_LowS.cpp
    Backup_Gizmo_Low_svnt.cpp
  }
}


project(Backup_Gizmo_Low_exec) : ciao_component_dnc, race_common {
  after   += Backup_Gizmo_Low_svnt
  includes += ../common
  sharedname = Backup_Gizmo_Low_exec
  libs      += Backup_Gizmo_Low_stub \
               Backup_Gizmo_Low_svnt \
               Event_Types_stub \
               Event_Types_svnt

  idlflags  +=  -Wb,export_macro=BACKUP_GIZMO_LOW_EXEC_Export \
                -Wb,export_include=Backup_Gizmo_Low_exec_export.h
  dynamicflags   = BACKUP_GIZMO_LOW_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Backup_Gizmo_Low_exec.cpp
  }
}