summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_svnt.mpc
blob: 15f1fd03b380a8fc81f757b9d0452baeadc387ac (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$

project(CCM_svnt_idl) : install, ciaolib_with_idl, valuetype {
  idlflags   += -Wb,export_include=CCM_Svnt_Export.h
  idlflags   += -Wb,export_macro=CCM_SVNT_Export
  custom_only = 1

  IDL_Files {
    idlflags += -SS
    CCM_Transaction.idl
    CosPersistentState.idl
    CCM_ExecutorLocator.idl
  }
}

project(CCM_svnt) : install, orbsvcslib, orbsvcs_output \
                           , portableserver \
                           , valuetype \
                           , ifr_client \
                           , codecfactory \
                           , pi \
                           , ccm_lem_stub \
                           , avoids_corba_e_compact \
                           , avoids_corba_e_micro \
{
  dynamicflags += CCM_SVNT_BUILD_DLL
  after += CCM_svnt_idl
  IDL_Files {
  }

  Header_Files {
    CCM_Svnt_Export.h
    CCM_ExecutorLocatorC.h
    CCM_TransactionC.h
    CosPersistentStateC.h
    CCM_ExecutorLocatorS.h
    CCM_TransactionS.h
    CosPersistentStateS.h
  }

  Inline_Files {
    CCM_TransactionC.inl
    CosPersistentStateC.inl
    CCM_ExecutorLocatorC.inl
  }

  Source_Files {
    CCM_TransactionC.cpp
    CosPersistentStateC.cpp
    CCM_ExecutorLocatorC.cpp
    CCM_EventsS.cpp
    CCM_EventConsumerBaseS.cpp
    CCM_ConfiguratorS.cpp
    CCM_HomeConfigurationS.cpp
    CCM_KeylessCCMHomeS.cpp
    CCM_StandardConfiguratorS.cpp
    CCM_HomeS.cpp
    CCM_HomesS.cpp
    CCM_ObjectS.cpp
    CCM_PrimaryKeyBaseS.cpp
    CCM_HomeFinderS.cpp
    CCM_NavigationS.cpp
    CCM_ReceptacleS.cpp
  }
}