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

File: [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Makefile (download)
Revision: 1.21, Mon Jan 24 15:31:50 2005 UTC (19 years, 5 months ago) by chip
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.20: +4 -0 lines
PEP#: 211
TITLE: ObjectNormalizer enhancements

DESCRIPTION: Add the internal OperationContext container
CachedClassDefinitionContainer. Update ResponseHandlers to
conditionally include normalizer seeding (when compile flag is set
and container is present).

ROOT = ../../..

DIR = Pegasus/ProviderManager2

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DPEGASUS_ENABLE_DEFAULT_PROVIDER_MANAGER

ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
LOCAL_DEFINES += -DPEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
endif

ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
LOCAL_DEFINES += -DPEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
endif

ifdef PEGASUS_ENABLE_OBJECT_NORMALIZATION
LOCAL_DEFINES += -DPEGASUS_ENABLE_OBJECT_NORMALIZATION
endif

LIBRARY = pegprovidermanager

LIBRARIES = \
	pegcommon \
	pegprm \
	pegconfig \
	pegwql

SOURCES = \
	ProviderManagerService.cpp \
	ProviderManagerRouter.cpp \
	BasicProviderManagerRouter.cpp \
	OOPProviderManagerRouter.cpp \
	ProviderManagerModule.cpp \
	\
	ProviderManager.cpp \
	ProviderRegistrar.cpp \
	ProviderName.cpp \
	ProviderType.cpp \
	\
	SafeQueue.cpp \
	Lockable.cpp \
	OperationResponseHandler.cpp \
	SimpleResponseHandler.cpp


include $(ROOT)/mak/library.mak
include $(ROOT)/mak/install.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2