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

File: [Pegasus] / pegasus / src / WMIMapper / PegServer / Makefile (download)
Revision: 1.3, Thu Sep 11 17:50:28 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test, local, TEST, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-msg-freeze, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.2: +13 -3 lines
HP-JS Bugzilla 531 (WMI mapper will stop responding after several ModifyClass requests) and Bugzilla 554 (The WMI Mapper is presenting some memory leak).

ROOT = ../../..

DIR = WMIMapper/PegServer

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

LIBRARY = pegwmiserver

LIBRARIES = \
    pegcommon \
    pegrepository \
    pegexportserver \
    pegconfig \
    peguser \
    pegauthentication \
    pegwql \
    wmiprovider

PRE_DEPEND_INCLUDES = -I./depends

SOURCES = \
    CIMOperationRequestDecoder.cpp \
    HTTPAuthenticatorDelegator.cpp \
    CIMServer.cpp \
    CIMOperationResponseEncoder.cpp \
    CIMOperationRequestDispatcher.cpp \
    CIMOperationRequestAuthorizer.cpp \
    CIMServerState.cpp \
	WMIMapperUserInfoContainer.cpp

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

SYS_LIBS = ws2_32.lib advapi32.lib
ifdef PEGASUS_HAS_SSL
  SYS_LIBS += $(OPENSSL_HOME)/Lib/*.lib
endif

include $(ROOT)/mak/library.mak

run:
	Server $(REPOSITORY_ROOT)

copy2:
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMOperationResponseEncoder.cpp ./CIMOperationResponseEncoder.cpp
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMOperationResponseEncoder.h ./CIMOperationResponseEncoder.h
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMOperationRequestAuthorizer.cpp ./CIMOperationRequestAuthorizer.cpp 
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMOperationRequestAuthorizer.h ./CIMOperationRequestAuthorizer.h 
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMServerState.cpp ./CIMServerState.cpp
	$(COPY) $(ROOT)/src/Pegasus/Server/CIMServerState.h ./CIMServerState.h
	$(COPY) $(ROOT)/src/Pegasus/Server/HTTPAuthenticatorDelegator.h ./HTTPAuthenticatorDelegator.h

clean2:
	$(RM) ./CIMOperationResponseEncoder.cpp
	$(RM) ./CIMOperationResponseEncoder.h
	$(RM) ./CIMOperationRequestAuthorizer.cpp 
	$(RM) ./CIMOperationRequestAuthorizer.h 
	$(RM) ./CIMServerState.cpp
	$(RM) ./CIMServerState.h
	$(RM) ./HTTPAuthenticatorDelegator.h

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2