(file) Return to configschema.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

 1 kumpf 1.1 
 2 konrad.r 1.4 CIMMOFCLI = $(BIN_DIR)/cimmofl
 3 kumpf    1.1 
 4 kumpf    1.2 # The INTEROPNS variable defines the absolute name of the
 5 kumpf    1.1 # Pegasus InterOp Namespace.
 6              
 7              INTEROPNS=root/PG_InterOp
 8              INTEROPNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_InterOp
 9              
10              # The INTERNALNS variable defines the absolute name of the
11              # Pegasus INTERNALNS Namespace.
12              
13              INTERNALNS = root/PG_Internal
14              INTERNALNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_Internal
15              
16              # The MANAGEDSYSTEMNS variable defines the absolute name of the
17              # namespace for the managed system running the CIMOM.  The content and
18              # the name of this namespace is expected to be platform specific.
19              
20              MANAGEDSYSTEMNS = NOTDEFINED
21              
22 kumpf    1.3 ifeq ($(OS), HPUX)
23 kumpf    1.1 #   MANAGEDSYSTEMNS = root/HPV2
24              #   MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#HPV2
25              endif
26              
27              ifeq ($(MANAGEDSYSTEMNS),NOTDEFINED) 
28                 MANAGEDSYSTEMNS = root/cimv2
29                 MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#cimv2
30              endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2