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

File: [Pegasus] / pegasus / test / wetest / Makefile (download)
Revision: 1.5, Mon Apr 1 02:43:00 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.4: +12 -1 lines
DME: Restructure wetest Makefiles

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) )

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