(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus

  1 karl  1.109 #//%2006////////////////////////////////////////////////////////////////////////
  2 martin 1.106 #//
  3              #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
  4              #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
  5              #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
  6              #// IBM Corp.; EMC Corporation, The Open Group.
  7              #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
  8              #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
  9              #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 10              #// EMC Corporation; VERITAS Software Corporation; The Open Group.
 11 karl   1.109 #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 12              #// EMC Corporation; Symantec Corporation; The Open Group.
 13 martin 1.106 #//
 14              #// Permission is hereby granted, free of charge, to any person obtaining a copy
 15              #// of this software and associated documentation files (the "Software"), to
 16              #// deal in the Software without restriction, including without limitation the
 17              #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 18              #// sell copies of the Software, and to permit persons to whom the Software is
 19              #// furnished to do so, subject to the following conditions:
 20              #// 
 21              #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
 22              #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 23              #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 24              #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 25              #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 26              #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 27              #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 28              #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 29              #//
 30              #//==============================================================================
 31 karl   1.42  ROOT=$(PEGASUS_ROOT)
 32 mike   1.1   
 33              include $(ROOT)/mak/config.mak
 34              
 35              DIRS = \
 36 mday   1.46      Common \
 37 kumpf  1.108     Common/tests \
 38 chuck  1.78      Query/QueryCommon \
 39 kumpf  1.108     Client \
 40                  Client/tests \
 41 mike   1.11      Config \
 42 kumpf  1.108     Config/tests \
 43 mike   1.1       Repository \
 44 kumpf  1.108     Repository/tests \
 45 mike   1.4       getoopt \
 46 schuur 1.56      WQL \
 47 kumpf  1.108     WQL/tests \
 48 chuck  1.81      CQL \
 49 kumpf  1.108     CQL/CQLCLI \
 50 chuck  1.81      Query/QueryExpression \
 51 kumpf  1.108     Query/QueryExpression/tests \
 52                  Query/QueryExpression/tests/Queries \
 53 mike   1.11      Provider \
 54 kumpf  1.108     CQL/tests \
 55                  Compiler \
 56                  Compiler/tests \
 57                  Compiler/cmdline
 58              
 59              ifneq ($(OS),HPUX)
 60                  DIRS += \
 61                      Compiler/cmdline/tests
 62              endif
 63              
 64              DIRS += \
 65                  ExportClient \
 66                  ExportClient/tests \
 67 kumpf  1.31      Server/ProviderRegistrationManager \
 68 kumpf  1.108     Server/ProviderRegistrationManager/tests \
 69 kumpf  1.24      ExportServer \
 70 kumpf  1.108     ExportServer/tests \
 71 kumpf  1.21      Listener \
 72 kumpf  1.108     Listener/tests \
 73 mike   1.11      Security/UserManager \
 74 kumpf  1.108     Security/UserManager/tests \
 75 mike   1.11      Security/Authentication \
 76 kumpf  1.108     Security/Authentication/tests \
 77 kumpf  1.35      ControlProviders/ConfigSettingProvider \
 78                  ControlProviders/UserAuthProvider \
 79 kumpf  1.36      ControlProviders/ProviderRegistrationProvider \
 80 kumpf  1.108     ControlProviders/ProviderRegistrationProvider/tests \
 81 karl   1.42      ControlProviders/NamespaceProvider \
 82 kumpf  1.22      HandlerService \
 83 marek  1.61      IndicationService \
 84 kumpf  1.108     IndicationService/tests \
 85 h.sterling 1.93      ManagedClient \
 86 kumpf      1.108     DynListener \
 87                      DynListener/tests
 88 tony       1.60  
 89 yi.zhou    1.99  ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
 90 yi.zhou    1.95      DIRS += \
 91                          Handler/SystemLogListenerDestination
 92 yi.zhou    1.99  endif
 93                  
 94                  ifdef PEGASUS_ENABLE_EMAIL_HANDLER
 95 yi.zhou    1.96      DIRS += \
 96                          Handler/EmailListenerDestination
 97 yi.zhou    1.95  endif
 98                  
 99 chip       1.54  DIRS += \
100 kumpf      1.108     ProviderManager2 \
101 mike       1.113     ProviderManager2/Default \
102 kumpf      1.108     ProviderManager2/tests \
103                      ProviderManager2/Default/tests \
104                      ProviderManager2/ProviderAgent
105 konrad.r   1.90  
106 denise.eckstein 1.110 ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER), true)
107 kumpf           1.108     DIRS += \
108                               Provider/CMPI \
109                               ProviderManager2/CMPI
110 schuur          1.70  endif
111                       
112 kumpf           1.108 ifdef PEGASUS_ENABLE_REMOTE_CMPI
113                           ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
114                               $(error Error: Remote CMPI is not currently supported on Windows.)
115                           endif
116                       
117                           DIRS += \
118                               ProviderManager2/CMPIR \
119                               ProviderManager2/CMPIR/tcpcomm 
120 schuur          1.70  
121 kumpf           1.108     ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
122                               DIRS += \
123                                   ProviderManager2/CMPIR/native \
124                                   ProviderManager2/CMPIR/tcpcommrem \
125                                   ProviderManager2/CMPIR/daemon
126                           endif
127 schuur          1.63  endif
128                       
129 konrad.r        1.76  ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
130 kumpf           1.108     ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
131                               DIRS += \
132                                   ProviderManager2/JMPI
133                           endif
134                           ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
135                               DIRS += \
136                                   ProviderManager2/JMPI
137                           endif
138                           ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
139                               DIRS += \
140                                   ProviderManager2/JMPI
141                           endif
142 schuur          1.59  endif
143                       
144 kumpf           1.58  ifdef PEGASUS_USE_PAM_STANDALONE_PROC
145 kumpf           1.108     DIRS += \
146                               Security/Cimservera
147 kumpf           1.58  endif
148 marek           1.61  
149 karl            1.91  ifndef PEGASUS_DISABLE_PERFINST
150 kumpf           1.108     DIRS += \
151                               ControlProviders/Statistic \
152                               ControlProviders/Statistic/test
153 karl            1.100 endif
154 w.white         1.73  
155 jim.wunderlich  1.107 ifeq ($(PEGASUS_ENABLE_SLP),true)
156 karl            1.100     DIRS += \
157                               ControlProviders/InteropProvider \
158                               ControlProviders/InteropProvider/tests
159 kumpf           1.108 else
160                           ifndef PEGASUS_DISABLE_PERFINST
161                               DIRS += \
162                                   ControlProviders/InteropProvider \
163                                   ControlProviders/InteropProvider/tests
164                           endif
165 w.white         1.62  endif
166 h.sterling      1.80  
167 a.arora         1.83  ifndef PEGASUS_DISABLE_CQL
168 kumpf           1.108     DIRS += \
169                               ControlProviders/QueryCapabilitiesProvider \
170                               ControlProviders/QueryCapabilitiesProvider/tests
171 a.arora         1.83  endif
172                       
173 h.sterling      1.80  ifdef PEGASUS_HAS_SSL
174 kumpf           1.108     DIRS += \
175                               ControlProviders/CertificateProvider
176 h.sterling      1.80  endif
177 r.kieninger     1.82  
178 chip            1.54  DIRS += \
179 kumpf           1.108     Server \
180                           Server/tests \
181 mike            1.11      Handler/CIMxmlIndicationHandler \
182 denise.eckstein 1.111     Handler/CIMxmlIndicationHandler/tests/Destination \
183 mike            1.11      Handler/snmpIndicationHandler \
184 yi.zhou         1.112     Handler/snmpIndicationHandler/tests/testclient \
185 yi.zhou         1.114     Handler/snmpIndicationHandler/tests/SnmpHandlerException \
186 humberto        1.50      msg/Server \
187 h.sterling      1.93      msg/CLI \
188 h.sterling      1.105     msg/Listener
189 mike            1.5   
190 mike            1.1   include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2