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

project(Security) : orbsvcslib, orbsvcs_output, corba_messaging, install, portableserver, pi, interceptors, valuetype, tao_versioning_idl_defaults, svc_utils {
  sharedname   = TAO_Security
  idlflags    += -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h
  dynamicflags += TAO_SECURITY_BUILD_DLL
  tagchecks   += Security

  IDL_Files {
    CSI.idl
    CSIIOP.idl
    GSSUP.idl
    Security.idl
    SecurityLevel1.idl
    SecurityLevel2.idl
    SecurityLevel3.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Security {
      CSIC.cpp
      CSIIOPC.cpp
      GSSUPC.cpp
      SecurityC.cpp
      SecurityS.cpp
      SecurityLevel1C.cpp
      SecurityLevel1S.cpp
      SecurityLevel2C.cpp
      SecurityLevel2S.cpp
      SecurityLevel3C.cpp
      Security
    }
  }

  Header_Files {
    Security/security_export.h
  }

  Template_Files {
  }
}