(file) Return to jmpi.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / JMPI

 1 martin 1.30 #//%LICENSE////////////////////////////////////////////////////////////////
 2 martin 1.31 #//
 3 martin 1.30 #// Licensed to The Open Group (TOG) under one or more contributor license
 4             #// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 5             #// this work for additional information regarding copyright ownership.
 6             #// Each contributor licenses this file to you under the OpenPegasus Open
 7             #// Source License; you may not use this file except in compliance with the
 8             #// License.
 9 martin 1.31 #//
10 martin 1.30 #// Permission is hereby granted, free of charge, to any person obtaining a
11             #// copy of this software and associated documentation files (the "Software"),
12             #// to deal in the Software without restriction, including without limitation
13             #// the rights to use, copy, modify, merge, publish, distribute, sublicense,
14             #// and/or sell copies of the Software, and to permit persons to whom the
15             #// Software is furnished to do so, subject to the following conditions:
16 martin 1.31 #//
17 martin 1.30 #// The above copyright notice and this permission notice shall be included
18             #// in all copies or substantial portions of the Software.
19 martin 1.31 #//
20 martin 1.30 #// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 martin 1.31 #// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 martin 1.30 #// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23             #// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24             #// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25             #// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26             #// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 martin 1.31 #//
28 martin 1.30 #//////////////////////////////////////////////////////////////////////////
29 schuur 1.1  ROOT = ../../../..
30             
31             DIR = Pegasus/ProviderManager2/JMPI
32             
33             include $(ROOT)/mak/config.mak
34 s.kodali 1.33 include $(ROOT)/mak/jmpi-common.mak
35 r.kieninger 1.6  
36 kumpf       1.19 LOCAL_DEFINES = -DPEGASUS_JMPIPM_INTERNAL -DPEGASUS_INTERNALONLY
37 schuur      1.1  
38 gs.keenan   1.7  ifeq ($(OS_TYPE),vms)
39 carson.hovey 1.27  EXTRA_LIBRARIES += java\$jvm_shr
40 gs.keenan    1.7   VMS_VECTOR = PegasusCreateProviderManager
41                   endif
42                   
43 schuur       1.1  LIBRARY = JMPIProviderManager
44                   
45                   LIBRARIES = \
46 mark.hamzy   1.15 	pegprovidermanager \
47                   	pegconfig \
48 gs.keenan    1.20 	pegwql \
49                   	pegquerycommon \
50 mark.hamzy   1.15 	pegprovider \
51 r.kieninger  1.6  	pegclient \
52 thilo.boehm  1.32 	peggeneral \
53 mark.hamzy   1.15 	pegcommon
54 konrad.r     1.9  
55 schuur       1.1  SOURCES = \
56 schuur       1.3          JMPIProviderManagerMain.cpp \
57                           JMPIProviderManager.cpp \
58                           JMPILocalProviderManager.cpp \
59                           JMPIProviderModule.cpp \
60                           JMPIProvider.cpp \
61                           JMPIImpl.cpp
62 schuur       1.1  
63 gs.keenan    1.20 include $(ROOT)/mak/dynamic-library.mak
64 mark.hamzy   1.12 
65 carson.hovey 1.23 ifeq ($(OS_TYPE),vms)
66                   all:    $(FULL_PROGRAM)
67                   else
68                   all:    $(FULL_LIB)
69                   endif
70                   
71 mark.hamzy   1.16 repository tests poststarttests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2