summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/TC.mpc
blob: 1127c0bb322a7589d7a17c88970aa47d401890c1 (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
//$Id$
project(*idl) : taolib_with_idl, tao_versioning_idl_defaults {
  custom_only = 1
  IDL_Files {
    idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
                -Wb,export_macro=TAO_Transport_Current_Export \
                -o TransportCurrent -I./TransportCurrent
    idlflags -= -Sa -St -Sci -SS

    TransportCurrent/TC.idl
  }
}

project(TC) : taolib_with_idl, tao_output, taoidldefaults, install, interceptors, pi {
  after += *idl
  requires    += transport_current
  sharedname   = TAO_TC
  dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL

  Source_Files {
    TransportCurrent/Current_Impl.cpp
    TransportCurrent/Current_Loader.cpp
    TransportCurrent/Current_ORBInitializer_Base.cpp
  }

  Source_Files {
    TransportCurrent/TCC.cpp
  }

  Header_Files {
    TransportCurrent/Current_Impl.h
    TransportCurrent/Current_Loader.h
    TransportCurrent/Current_ORBInitializer.h
    TransportCurrent/Current_ORBInitializer_Base.h
    TransportCurrent/Transport_Current.h
    TransportCurrent/Transport_Current_Export.h
  }

  Inline_Files {
  }

  Template_Files {
    TransportCurrent/Current_ORBInitializer.cpp
  }

  Resource_Files {
  }

  PIDL_Files {
    TransportCurrent
  }

  IDL_Files {
  }
}