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

File: [Pegasus] / pegasus / src / Pegasus / Server / Makefile (download)
Revision: 1.56, Wed Jul 28 14:20:09 2004 UTC (19 years, 11 months ago) by w.white
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.55: +7 -0 lines
BUG#: 1596

TITLE: CIM_CIMOMStatDataProvider load error

DESCRIPTION: this problem is still in the process of being fixed

ROOT = ../../..

DIR = Pegasus/Server

include $(ROOT)/mak/config.mak

# SSL support
ifdef PEGASUS_HAS_SSL
  FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE
  SYS_INCLUDES += -I$(OPENSSL_HOME)/include
endif

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY

ifdef PEGASUS_USE_23PROVIDER_MANAGER
LOCAL_DEFINES +=  -DPEGASUS_USE_23PROVIDER_MANAGER
#else
#LOCAL_DEFINES +=  -DENABLE_PROVIDER_MANAGER2
endif

LIBRARY = pegserver

LIBRARIES = \
    pegcommon \
    pegrepository \
    pegprovider \
	pegexportserver \
    pegprovidermanager \
    pegconfig \
    peguser \
    pegauthentication \
    peghandlerservice \
    pegindicationservice \
    pegwql \
	pegclient \
    pegprm \
    ConfigSettingProvider \
    UserAuthProvider \
    ProviderRegistrationProvider\
    NamespaceProvider

ifdef PEGASUS_ENABLE_SLP
LIBRARIES += \
    InteropProvider
endif

ifndef PEGASUS_USE_23PROVIDER_MANAGER
#else
LIBRARIES += \
	DefaultProviderManager
endif

ifdef PEGASUS_HAS_PERFINST
 LIBRARIES += \
       CIMOMStatDataProvider
endif



PRE_DEPEND_INCLUDES = -I./depends

SOURCES = \
    CIMOperationRequestDecoder.cpp \
    CIMOperationResponseEncoder.cpp \
    CIMOperationRequestDispatcher.cpp \
    CIMOperationRequestAuthorizer.cpp \
    HTTPAuthenticatorDelegator.cpp \
    ShutdownProvider.cpp \
    ShutdownService.cpp \
    CIMServer.cpp \
    CIMServerState.cpp \
    ProviderMessageFacade.cpp \
    BinaryMessageHandler.cpp \
    reg_table.cpp \
    QuerySupportRouter.cpp \
    WQLOperationRequestDispatcher.cpp 

OBJECTS = $(SOURCES:.cpp=$(OBJ))

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

run:
	Server $(REPOSITORY_ROOT)

include $(ROOT)/mak/install.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2