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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2