summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
blob: 5505695791ef21ca3313f50bacbe101f97dc5ed4 (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
// -*- MPC -*-
//
// $Id$

project(SSLIOP) : orbsvcslib, install, security, ssl, pi_server, interceptors, tao_versioning_idl_defaults {
  sharedname   = TAO_SSLIOP
  idlflags    += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS
  dynamicflags = TAO_SSLIOP_BUILD_DLL
  tagchecks   += SSLIOP
  pch_header   =
  pch_source   =

  IDL_Files {
    SSLIOP.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    SSLIOP {
      ./SSLIOP/IIOP_SSL_Acceptor.cpp
      ./SSLIOP/IIOP_SSL_Connection_Handler.cpp
      ./SSLIOP/IIOP_SSL_Connector.cpp
      ./SSLIOP/IIOP_SSL_Transport.cpp
      ./SSLIOP/ssl_endpointsC.cpp
      ./SSLIOP/SSLIOP_Accept_Strategy.cpp
      ./SSLIOP/SSLIOP_Acceptor.cpp
      ./SSLIOP/SSLIOP_ClientCredentials.cpp
      ./SSLIOP/SSLIOP_Connection_Handler.cpp
      ./SSLIOP/SSLIOP_Connector.cpp
      ./SSLIOP/SSLIOP_Credentials.cpp
      ./SSLIOP/SSLIOP_CredentialsAcquirer.cpp
      ./SSLIOP/SSLIOP_CredentialsAcquirerFactory.cpp
      ./SSLIOP/SSLIOP_Current.cpp
      ./SSLIOP/SSLIOP_Current_Impl.cpp
      ./SSLIOP/SSLIOP_Endpoint.cpp
      ./SSLIOP/SSLIOP_EVP_PKEY.cpp
      ./SSLIOP/SSLIOP_Factory.cpp
      ./SSLIOP/SSLIOP_Invocation_Interceptor.cpp
      ./SSLIOP/SSLIOP_ORBInitializer.cpp
      ./SSLIOP/SSLIOP_OwnCredentials.cpp
      ./SSLIOP/SSLIOP_Profile.cpp
      ./SSLIOP/SSLIOP_TargetCredentials.cpp
      ./SSLIOP/SSLIOP_Transport.cpp
      ./SSLIOP/SSLIOP_Util.cpp
      SSLIOPC.cpp
      conditional(vc71, vc8) {
        ./SSLIOP/params_dup.cpp
      } else {
        ./SSLIOP/params_dup.c
      }
    }
  }

  Template_Files {
    ./SSLIOP/SSLIOP_OpenSSL_st_T.cpp
  }

  IDL_Files {
    idlflags += -Sci -Gp -Gd -Sa -Sorb \
                -o SSLIOP
    idlflags -= -St
    SSLIOP/ssl_endpoints.pidl
  }
}