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

project(Security) : orbsvcslib, corba_messaging, core, portableserver {
  requires    += interceptors
  sharedname   = TAO_Security
  idlflags    += -Wb,export_macro=TAO_Security_Export -Wb,export_include=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
    }
  }
}