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

 1 martin 1.19 #//%2005////////////////////////////////////////////////////////////////////////
 2             #//
 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             #//
12             #// Permission is hereby granted, free of charge, to any person obtaining a copy
13             #// of this software and associated documentation files (the "Software"), to
14             #// deal in the Software without restriction, including without limitation the
15             #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
16             #// sell copies of the Software, and to permit persons to whom the Software is
17             #// furnished to do so, subject to the following conditions:
18             #// 
19             #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
20             #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
21             #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
22 martin 1.19 #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
23             #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24             #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
25             #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26             #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27             #//
28             #//==============================================================================
29 kumpf  1.2  ROOT = ../../../..
30 chip   1.1  
31             DIR = Pegasus/ProviderManager2/CMPI
32             
33 kumpf  1.2  include $(ROOT)/mak/config.mak
34             
35 chip   1.1  EXTRA_INCLUDES = $(SYS_INCLUDES)
36             
37 konrad.r 1.17 LOCAL_DEFINES = -DPEGASUS_CMPIPM_INTERNAL -DPEGASUS_INTERNALONLY 
38 chip     1.1  
39               LIBRARY = CMPIProviderManager
40               
41 gs.keenan 1.15 ifeq ($(OS_TYPE),vms)
42                 VMS_VECTOR = PegasusCreateProviderManager
43                endif
44                
45 chip      1.1  LIBRARIES = \
46 gs.keenan 1.15     pegprovider \
47                    pegprovidermanager \
48                    pegprm \
49                    pegclient \
50                    pegquerycommon \
51                    pegconfig \
52                    pegwql \
53                    pegcommon
54 chip      1.1  
55 denise.eckstein 1.20 ifndef PEGASUS_DISABLE_CQL
56                          LIBRARIES += \
57                             pegcql
58                      endif
59                      
60 chip            1.1  SOURCES = \
61                      	CMPIProviderManagerMain.cpp \
62 schuur          1.4  	CMPIProviderManager.cpp \
63                      	CMPILocalProviderManager.cpp \
64                      	CMPIResolverModule.cpp \
65                      	CMPIProviderModule.cpp \
66                      	CMPIProvider.cpp \
67                      	CMPI_Broker.cpp \
68                      	CMPI_ContextArgs.cpp \
69                      	CMPI_Object.cpp \
70                      	CMPI_BrokerEnc.cpp \
71 schuur          1.10 	CMPI_BrokerExt.cpp \
72 schuur          1.4  	CMPI_Array.cpp \
73                      	CMPI_DateTime.cpp \
74                      	CMPI_Enumeration.cpp \
75                      	CMPI_Instance.cpp \
76                      	CMPI_ObjectPath.cpp \
77                      	CMPI_Result.cpp \
78                      	CMPI_String.cpp \
79                      	CMPI_ThreadContext.cpp \
80                      	CMPI_Value.cpp \
81 konrad.r        1.13 	CMPI_Query2Dnf.cpp \
82                      	CMPI_Cql2Dnf.cpp \
83 schuur          1.4          CMPI_Wql2Dnf.cpp \
84                              CMPI_SelectExp.cpp \
85                              CMPI_SelectCond.cpp \
86                              CMPI_SubCond.cpp \
87 schuur          1.6          CMPI_Predicate.cpp \
88 konrad.r        1.13         CMPI_SelectExpAccessor_WQL.cpp \
89                              CMPI_SelectExpAccessor_CQL.cpp
90 chip            1.1  
91 gs.keenan       1.15 ifeq ($(OS),VMS)
92                      #
93                      # Large number of objects causes command line to be too long.
94                      # Added them to the linker options file.
95                      #
96                      OBJECTS_IN_OPTIONFILE = YES
97                      endif
98                      
99 gs.keenan       1.14 include $(ROOT)/mak/dynamic-library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2