summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Entity/CCM_entity_svnt.mpc
blob: 4e0134aa3d603c8ad859d17978111fc671beb9d7 (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
project(CCM_entity_svnt_idl) : install, ciaolib_with_idl, valuetype {
  requires += dummy_label
  idlflags   += -Wb,export_include=CCM_Entity_Svnt_Export.h \
                -Wb,export_macro=CCM_Entity_Svnt_Export
  custom_only = 1
  IDL_Files {
    idlflags += -SS -Sci
    CCM_EntityComponent.idl
    CCM_EntityContext.idl
  }

  IDL_Files {
    idlflags += -SS
    CCM_StateIdFactory.idl
    CCM_Entity2Context.idl
    CCM_ComponentId.idl
  }
}

project(CCM_entity_svnt) : install, orbsvcslib, orbsvcs_output \
                           , portableserver \
                           , valuetype \
                           , ifr_client \
                           , codecfactory \
                           , pi \
                           , ccm_lem_stub \
                           , avoids_corba_e_compact \
                           , avoids_corba_e_micro \
                           , ccm_svnt {
  requires += dummy_label
  dynamicflags += CCM_ENTITY_SVNT_BUILD_DLL
  after += CCM_entity_svnt_idl
  IDL_Files {
  }

  Header_Files {
    CCM_Entity_Svnt_Export.h
    CCM_ComponentIdC.h
    CCM_Entity2ContextC.h
    CCM_EntityComponentC.h
    CCM_EntityContextC.h
    CCM_StateIdFactoryC.h
    CCM_ComponentIdS.h
    CCM_Entity2ContextS.h
    CCM_EntityComponentS.h
    CCM_EntityContextS.h
    CCM_StateIdFactoryS.h
  }

  Inline_Files {
    CCM_Session2ContextC.inl
    CCM_StateIdFactoryC.inl
    CCM_ComponentIdC.inl
    CCM_Entity2ContextC.inl
  }

  Source_Files {
    CCM_StateIdFactoryC.cpp
    CCM_ComponentIdC.cpp
    CCM_Entity2ContextC.cpp
    CCM_EntityContextC.cpp
    CCM_EntityComponentC.cpp
  }
}