(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.15, Tue Jun 29 19:57:47 2004 UTC (20 years ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.14: +1 -0 lines
PEP#: 152
TITLE: Make Pegasus LSB compliant.

DESCRIPTION:
Add in the Makefiles 'install:' tag. For Makefiles in test directory nothing happends. For pertient ones
the files are installed using PREFIX variable and macros (defined by default in config.mak).

ROOT = ../../..

DIR = Pegasus/ProviderManager2

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DENABLE_DEFAULT_PROVIDER_MANAGER -DENABLE_CMPI_PROVIDER_MANAGER

ifdef ENABLE_JMPI_PROVIDER_MANAGER
LOCAL_DEFINES += -DENABLE_JMPI_PROVIDER_MANAGER
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 \
	QueryExpressionFactory.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