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

File: [Pegasus] / pegasus / src / Pegasus / ControlProviders / QueryCapabilitiesProvider / tests / Makefile (download)
Revision: 1.3, Thu Feb 24 20:44:16 2005 UTC (19 years, 4 months ago) by a.dunfey
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.2: +1 -1 lines
PEP#: 215
TITLE: Remove old schemas

DESCRIPTION:

Removing old, unneeded schema files from the repository:

CIM 2.7
CIM 2.7.1 Preliminary
CIM 2.8 Preliminary
CIM 2.9 Preliminary

ROOT=$(PEGASUS_ROOT)

DIR = Pegasus/ControlProviders/QueryCapabilitiesProvider/tests

include $(ROOT)/mak/config.mak

LIBRARIES = \
	pegclient \
   	pegcommon

LOCAL_DEFINES = -DPEGASUS_INTERNALONLY 

PROGRAM = testCIMQueryCap
SOURCES = TestCIMQueryCap.cpp

include $(ROOT)/mak/program.mak

CIM_SCHEMA_DIR = $(ROOT)/Schemas/CIMPrelim291
ALLOW_EXPERIMENTAL = -aE
SAMPLE_PROVIDER_NS = root/SampleProvider

tests:
install:
 
poststarttests:
	@echo 'cimmof -I$(CIM_SCHEMA_DIR) $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Interop.mof'
	@cimmof -I$(CIM_SCHEMA_DIR) $(ALLOW_EXPERIMENTAL) $(CIM_SCHEMA_DIR)/CIM_Interop.mof
	@echo 'cimmof -I$(CIM_SCHEMA_DIR) $(ALLOW_EXPERIMENTAL) -n$(SAMPLE_PROVIDER_NS) $(CIM_SCHEMA_DIR)/CIM_Interop.mof'
	@cimmof -I$(CIM_SCHEMA_DIR) $(ALLOW_EXPERIMENTAL) -n$(SAMPLE_PROVIDER_NS) $(CIM_SCHEMA_DIR)/CIM_Interop.mof
	$(PROGRAM)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2