(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

File: [Pegasus] / pegasus / src / Pegasus / Config / Makefile (download)
Revision: 1.19, Thu Jul 26 14:23:16 2012 UTC (11 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.18: +22 -1 lines
BUG#: 5796
TITLE: Enhance cimconfig to provide help on the config properties

DESCRIPTION: Extended config infrastructure to support help property per
config property and added ConfigPropertyHelp.* with message text for
each defined property.

#//%LICENSE////////////////////////////////////////////////////////////////
#//
#// Licensed to The Open Group (TOG) under one or more contributor license
#// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
#// this work for additional information regarding copyright ownership.
#// Each contributor licenses this file to you under the OpenPegasus Open
#// Source License; you may not use this file except in compliance with the
#// License.
#//
#// Permission is hereby granted, free of charge, to any person obtaining a
#// copy of this software and associated documentation files (the "Software"),
#// to deal in the Software without restriction, including without limitation
#// the rights to use, copy, modify, merge, publish, distribute, sublicense,
#// and/or sell copies of the Software, and to permit persons to whom the
#// Software is furnished to do so, subject to the following conditions:
#//
#// The above copyright notice and this permission notice shall be included
#// in all copies or substantial portions of the Software.
#//
#// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
#// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
#// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
#// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
#// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
#// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
#// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#//
#//////////////////////////////////////////////////////////////////////////
ROOT = ../../..

DIR = Pegasus/Config

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_CONFIG_INTERNAL -DPEGASUS_INTERNALONLY

##
##  Build the message bundle of help messages for config
##  This target is used to make a version of the config library
##  with special code to generate the message bundle for the
##  help messages
## To use this functionionality to generate new text for the config properties
## help text for the message bundle
##   - export PEGASUS_ENABLE_OUTPUT_OF_DESCRIPTION_INFO=true
##   - make clean; make the Config directory.
##   - Start the server and execute any single cimconfig -H command.
## The message bundle text for the help messages will be output to stdout and
## can be captured for insertion into the server message bundle.
##
ifeq ($(PEGASUS_ENABLE_OUTPUT_OF_DESCRIPTION_INFO), true)
    LOCAL_DEFINES += -DPEGASUS_ENABLE_OUTPUT_OF_DESCRIPTION_INFO
endif

ifeq ($(OS_TYPE),vms)
    STATIC=1
else
    STATIC=0
endif

LIBRARY = pegconfig

LIBRARIES = \
    pegcommon

ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)
    EXTRA_LIBRARIES += -lCstd
endif

SOURCES = \
    ConfigExceptions.cpp \
    ConfigFile.cpp \
    ConfigFileHandler.cpp \
    ConfigManager.cpp \
    ConfigPropertyOwner.cpp \
    DefaultPropertyOwner.cpp \
    FileSystemPropertyOwner.cpp \
    LogPropertyOwner.cpp \
    NormalizationPropertyOwner.cpp \
    TracePropertyOwner.cpp \
    SecurityPropertyOwner.cpp \
    RepositoryPropertyOwner.cpp \
    ProviderDirPropertyOwner.cpp \
    ShutdownPropertyOwner.cpp \
    ConfigPropertyHelp.cpp

ifeq ($(PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT),true)
    SOURCES += IndicationServicePropertyOwner.cpp
endif

include $(ROOT)/mak/dynamic-library.mak




No CVS admin address has been configured
Powered by
ViewCVS 0.9.2