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

 1 kumpf 1.1 
 2           CIMMOFCLI = cimmofl
 3           
 4           # The PG_INTEROPNS variable defines the absolute name of the
 5           # 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.1 ifeq ($(PEGASUS_PLATFORM), HPUX_PARISC_ACC)
23           #   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