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

 1 s.soni 1.1 # Copyright (c) 2003 IBM Corporation.
 2            # 
 3            # Author: Subodh Soni (subodh@in.ibm.com)
 4            #
 5            # Makefile for configuring, building and running the Test provider written as
 6            # an enhancement for Pegasus Testing. It is also responsible for creating a new
 7            # Namespace inside $PEGASUS_HOME/repository directory.
 8            
 9            
10            ROOT = $(PEGASUS_ROOT)
11            include $(ROOT)/mak/config.mak
12            include $(ROOT)/mak/configschema.mak
13            
14            SAMPLEPROVIDERNS= root/SampleProvider
15            SAMPLEPROVIDERNSDIRECTORY= $(REPOSITORY_ROOT)/root\#SampleProvider
16            
17            LIBRARY = LargeDataProvider
18            
19            LIBRARIES = \
20            	 pegcommon \
21            	 pegprovider
22 s.soni 1.1 	
23            SOURCES = \
24               LargeDataProvider.cpp \
25               LargeDataProviderMain.cpp
26            
27            LOCAL_DEFINES=-DNO_OF_INSTANCES=200
28            
29            include $(PEGASUS_ROOT)/mak/library.mak
30            
31            client:
32            	@ echo +++++ Building the Test Client for the Test Providers
33            	@cd Client
34            	@$(MAKE) 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2