#!/bin/tcsh

SHELL = /bin/tcsh.exe

DEPTH=

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

SUBDIRS = utils spritelib changeo examples
include commonrules

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