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

File: [Pegasus] / pegasus / src / Pegasus / Provider / Makefile (download)
Revision: 1.27, 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, CQL_2_5_BRANCH
Changes since 1.26: +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/Provider

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_PROVIDER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARIES = \
    pegcommon \
    pegclient

LIBRARY = pegprovider

SOURCES = \
    ProviderException.cpp \
    CIMOMHandle.cpp \
    CIMOMHandleRep.cpp \
    InternalCIMOMHandleRep.cpp \
    ClientCIMOMHandleRep.cpp \
    CIMProvider.cpp \
    CIMInstanceProvider.cpp \
    CIMClassProvider.cpp \
    CIMMethodProvider.cpp \
    CIMIndicationProvider.cpp \
    CIMIndicationConsumerProvider.cpp \
    CIMPropertyProvider.cpp \
    CIMQueryProvider.cpp \
    CIMAssociationProvider.cpp \
    CIMNullProvider.cpp \
    CIMInstanceQueryProvider.cpp

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2