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

File: [Pegasus] / pegasus / src / Pegasus / ManagedClient / Makefile (download)
Revision: 1.1, Fri Jun 4 15:51:47 2004 UTC (20 years, 1 month ago) by marek
Branch: MAIN
PEP#: 139
TITLE: extended Client Interface for Stage 2 of PEP#139

DESCRIPTION:
contains:
- new client interface in src/Pegasus/ManagedClient
- test case client for the new interface in src/Clients/MCCATestClient
- a provider for association test in src/Providers/TestProviders/MCCA_TestAssocProvider

tested on Linux/Intel and z/OS

ROOT = ../../..
DIR = Pegasus/ManagedClient
include $(ROOT)/mak/config.mak

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

ifdef PEGASUS_ENABLE_SLP
  FLAGS += -DPEGASUS_SLP_CLIENT_INTERFACE_WRAPPER
endif

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_CLIENT_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegmanagedclient

LIBRARIES = \
    pegcommon

PRE_DEPEND_INCLUDES = -I./depends

SOURCES = \
	../Client/CIMClientRep.cpp \
    CIMManagedClient.cpp \
    ../Client/CIMOperationRequestEncoder.cpp \
    ../Client/CIMOperationResponseDecoder.cpp \
    ../Client/ClientAuthenticator.cpp \
    ../Client/CIMClientException.cpp \
    CIMClientConnection.cpp \
    CIMDefaultClientConnectionManager.cpp    

SOURCES_SLP = \
    ../Client/Attribute.cpp \
    ../Client/CIMServerDescription.cpp \
    ../Client/CIMServerDiscovery.cpp

ifdef PEGASUS_ENABLE_SLP
  SOURCES += $(SOURCES_SLP)
endif

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

ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
SYS_LIBS = ws2_32.lib advapi32.lib
ifdef PEGASUS_ENABLE_SLP
SYS_LIBS += $(PEGASUS_HOME)/lib/slp_client.lib
endif
endif

include $(ROOT)/mak/library.mak


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2