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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
/*
* Copyright (C) 1993-2008 by CERN/IT/PDP/DM
* All rights reserved
*/
/*
* @(#)$RCSfile: Project.tmpl,v $ $Revision: 1.9 $ $Date: 2008/09/24 11:25:00 $ CERN IT-PDP/DM Jean-Philippe Baud
*/
#if BuildInterfaces && BuildNameServerAsLFC
#define BuildNameServerLibrary YES
#endif
#if BuildInterfaces && BuildNameServerAsDPNS
#define BuildNameServerLibrary YES
#endif
#if BuildDicomCopy
DICOMCOPYDIR = dicomcopy
#if BuildDPMClient != YES
#define BuildDPMClient YES
#endif
#endif
#if BuildDLI
DLIDIR = dli
#if BuildNameServerClient != YES && BuildNameServerLibrary != YES
#define BuildNameServerLibrary YES
#endif
#endif
#if BuildSRMv1Server
SRMV1DIR = srmv1
#if BuildDPMClient != YES
#define BuildDPMClient YES
#endif
#if BuildDPMServer != YES
#define BuildDPMServer YES
#endif
#if BuildNameServerClient != YES
#define BuildNameServerClient YES
#endif
#endif
#if BuildSRMv2Server
SRMV2DIR = srmv2
#if BuildDPMClient != YES
#define BuildDPMClient YES
#endif
#if BuildDPMServer != YES
#define BuildDPMServer YES
#endif
#if BuildNameServerClient != YES
#define BuildNameServerClient YES
#endif
#endif
#if BuildSRMv2_2Server
SRMV2_2DIR = srmv2.2
#if BuildDPMClient != YES
#define BuildDPMClient YES
#endif
#if BuildDPMServer != YES
#define BuildDPMServer YES
#endif
#if BuildNameServerClient != YES
#define BuildNameServerClient YES
#endif
#endif
#if BuildRfioClient || BuildRfioServer
#if BuildDPMClient != YES
#define BuildDPMClient YES
#endif
#endif
#if BuildDPMClient || BuildDPMServer
DPMDIR = dpm
#if BuildCommon != YES
#define BuildCommon YES
#endif
#if BuildDPMServer
DPMCOPYDIR = dpmcopy
#if BuildNameServerClient != YES
#define BuildNameServerClient YES
#endif
#if BuildRfioClient != YES
#define BuildRfioClient YES
#endif
#endif
#endif
#if BuildRfioClient || BuildRfioServer
RFIODIR = rfio
#if BuildCommon != YES
#define BuildCommon YES
#endif
#if BuildRfioClient
#if BuildNameServerClient != YES && BuildNameServerLibrary != YES
#define BuildNameServerLibrary YES
#endif
#if BuildLib != YES
#define BuildLib YES
#endif
#endif
#endif
#if BuildNameServerClient || BuildNameServerDaemon || BuildNameServerLibrary
NSDIR = ns
#if BuildCommon != YES
#define BuildCommon YES
#endif
#if BuildNameServerClient || BuildNameServerLibrary
#if BuildLib != YES
#define BuildLib YES
#endif
#endif
#endif
#if BuildSecurity
SECURITYDIR = security
#if BuildCommon != YES
#define BuildCommon YES
#endif
#endif
#if BuildCommon
COMMONDIR = common
#if BuildLib != YES
#define BuildLib YES
#endif
#endif
#if BuildLib
LIBDIR = lib
SHLIBDIR = shlib
#endif
|