#!/bin/tcsh

SHELL = /bin/tcsh.exe

DEPTH=

# include $(DEPTH)\commondefs  # XXX why doesn't $(DEPTH) work???
include ../commondefs

SUBDIRS = src
include ../commonrules

$(SUBDIRS) : $(_FORCE)
	$(SH) -c "cd $@ ; nmake -nologo" 
