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

File: [Pegasus] / pegasus / mak / configschema.mak (download)
Revision: 1.4, Wed Jun 30 23:09:11 2004 UTC (19 years, 10 months ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.3: +1 -1 lines
PEP#: 152
TITLE: Make Pegasus LSB compliant

DESCRIPTION:
a). Added absolule path to cimmofl (using $BIN_DIR)
b). Added extra include paths in case of using LSB 1.3.0 (post 1.3.0 does not require these extra include paths)
c). Put the right directory path for $DEST_ETC_DIR ($SYSCONF_PREFIX/pegasus, now)


CIMMOFCLI = $(BIN_DIR)/cimmofl

# The INTEROPNS variable defines the absolute name of the
# Pegasus InterOp Namespace.

INTEROPNS=root/PG_InterOp
INTEROPNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_InterOp

# The INTERNALNS variable defines the absolute name of the
# Pegasus INTERNALNS Namespace.

INTERNALNS = root/PG_Internal
INTERNALNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_Internal

# The MANAGEDSYSTEMNS variable defines the absolute name of the
# namespace for the managed system running the CIMOM.  The content and
# the name of this namespace is expected to be platform specific.

MANAGEDSYSTEMNS = NOTDEFINED

ifeq ($(OS), HPUX)
#   MANAGEDSYSTEMNS = root/HPV2
#   MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#HPV2
endif

ifeq ($(MANAGEDSYSTEMNS),NOTDEFINED) 
   MANAGEDSYSTEMNS = root/cimv2
   MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#cimv2
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2