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

File: [Pegasus] / pegasus / test / wetest / Makefile (download)
Revision: 1.7, Thu Feb 3 01:55:04 2005 UTC (19 years, 5 months ago) by carson.hovey
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.6: +3 -3 lines
BUG#: 1772
TITLE: All command line parameters in Makefiles should be enclosed in double quotes.
DESCRIPTION: Added required quotes.

ROOT = ../..

include $(ROOT)/mak/config.mak
include $(ROOT)/test/config.mak

#Defines subdirectories to go to recursively

DIRS = cimv2 \
       static

LOADDIRS = \
   cimv2/Load \
   static/Load 

# This is a recurse make file

include $(ROOT)/mak/recurse.mak

repository: $(RECURSE_DEPENDS) $(ERROR)
	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) repository $(NL) )

repositoryServer: $(RECURSE_DEPENDS) $(ERROR)
	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) repositoryServer $(NL) )

removerepository: $(RECURSE_DEPENDS) $(ERROR)
	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) removerepository $(NL) )

#DO NOT DELETE THIS LINE

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2