(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.5.2.3, Tue Oct 9 19:40:48 2001 UTC (22 years, 8 months ago) by chip
Branch: dev
CVS Tags: dev_dead, SNAPSHOT_1_04
Changes since 1.5.2.2: +1 -0 lines
update

ROOT = ../../..

DIR = Pegasus/Provider

include $(ROOT)/mak/config.mak

INCLUDES = -I..

LOCAL_DEFINES = -DPEGASUS_PROVIDER_INTERNAL

LIBRARIES = $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX)

ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
DYNAMIC_LIBRARIES = $(LIB_DIR)/$(LIB_PREFIX)pegcommon.x
else
 DYNAMIC_LIBRARIES = -lpegcommon
endif

LIBRARY = pegprovider

SOURCES = \
    ProviderHandle.cpp \
    CIMProviderHandle.cpp \
    CIMProvider.cpp

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2