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

File: [Pegasus] / pegasus / src / Pegasus / ControlProviders / ProviderRegistrationProvider / Makefile (download)
Revision: 1.5, Wed Aug 4 10:41:00 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.4: +2 -2 lines
BUG#: 1718
TITLE: ENABLE_xMPI_PROVIDER_MANAGER  should begin with
PEGASUS_
DESCRIPTION:
Renamed  ENABLE_xMPI_PROVIDER_MANAGER to
PEGASUS_ENABLE_xMPI_PROVIDER_MANAGER.

# Makes the dynamic load libs for the files named in DIR
ROOT = ../../../..

DIR = Pegasus/ControlProviders/ProviderRegistrationProvider

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_PROVREGPROVIDER_INTERNAL -DPEGASUS_INTERNALONLY

ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
   LOCAL_DEFINES += -DPEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
endif

LIBRARY = ProviderRegistrationProvider

LIBRARIES = \
    pegcommon \
    pegprm \
    pegprovider

SOURCES = ProviderRegistrationProvider.cpp

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
NEEDS_LIBRARIES = -L$(LIB_DIR) -lpegcommon -lpegprm -lpegprovider
endif

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2