(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.7.6.1, Tue Mar 16 22:56:33 2004 UTC (20 years, 3 months ago) by konrad.r
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.7: +1 -0 lines
BUG#: 1235
BRANCH: Trunk
TITLE: providerDir only supports one directory. Should support more directories.

DESCRIPTION:
 - Adds a new class to handle 'providerDir' configuration option.
 - Adds two new functions in FileSystem: getAbsoluteFileName and
   getPathDelimiter.
 - Adds to the existing FileSystem test-cases tests on these two new
   functions
 - Changes the ProviderManager and ProviderManager2 support to
   use the added functions to find their required adapter and provider
   library.

ROOT = ../../..

DIR = Pegasus/Config

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_CONFIG_INTERNAL -DPEGASUS_INTERNALONLY

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 \
	TracePropertyOwner.cpp \
        SecurityPropertyOwner.cpp \
        RepositoryPropertyOwner.cpp \
	ProviderDirPropertyOwner.cpp \
        ShutdownPropertyOwner.cpp

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2