(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / test / TestProviders / ExceptionsTest

File: [Pegasus] / pegasus / test / TestProviders / ExceptionsTest / Makefile (download)
Revision: 1.1, Tue Feb 17 15:00:16 2004 UTC (20 years, 4 months ago) by s.soni
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_FC_CANDIDATE_1, 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, RELEASE_2_3_2-branch-freeze, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Test Provider for pegasus as explained in PEP#121

# Copyright (c) 2003 IBM Corporation.
# 
# Makefile for configuring, building and running the Test provider written as
# an enhancement for Pegasus Testing. It is also responsible for creating a new
# Namespace inside $PEGASUS_HOME/repository directory.


ROOT = $(PEGASUS_ROOT)
include $(ROOT)/mak/config.mak
include $(ROOT)/mak/configschema.mak

SAMPLEPROVIDERNS= root/SampleProvider
SAMPLEPROVIDERNSDIRECTORY= $(REPOSITORY_ROOT)/root\#SampleProvider

LIBRARY = ExceptionsTest

LIBRARIES = \
	 pegcommon \
	 pegprovider
	
SOURCES = \
   ExceptionsTest.cpp \
   ExceptionsTestMain.cpp

LOCAL_DEFINES=-DTEST_EXCEPTIONS

include $(PEGASUS_ROOT)/mak/library.mak

client:
	@ echo +++++ Building the Test Client for the Test Providers
	@cd Client
	@$(MAKE) 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2