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

File: [Pegasus] / pegasus / src / Pegasus / ControlProviders / Statistic / Makefile (download)
Revision: 1.4, Wed Jul 28 22:33:26 2004 UTC (19 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.3: +15 -12 lines
BUG#: 1745
TITLE: Problems with linkage in statistics provider as control provider

DESCRIPTION:  Problems were in the linkage setup.  Added linkage.h.  Modified Makefile. Added linkage statement to class definiton in header file.
Moved a couple of things in the .CPP file trying to locate problem.  This commit should not change logic.  It should simply get this correctly compiling
under windows.  Good luck

ROOT = $(PEGASUS_ROOT)

MODULE_NAME=CIMOMStatDataProvider

DIR = Pegasus/ControlProviders/Statistic

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_STATISTICPROVIDER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = $(MODULE_NAME)

LIBRARIES = \
	pegcommon \
	pegprovider

	
#	pegclient

SOURCES = $(MODULE_NAME).cpp

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
NEEDS_LIBRARIES = -L$(LIB_DIR) -lpegcommon -lpeguser -lpegprovider
endif

ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
SYS_LIBS = ole32.lib ws2_32.lib advapi32.lib
endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2