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

project(Security) : orbsvcslib, corba_messaging, core, portableserver, interceptors, valuetype {
  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
    }
  }

  Template_Files {
  }
}