# COPYRIGHT
#
# This file is part of CRYSTAL.
#
# Author: Tommi Ilmonen, 1999-2002.
# /COPYRIGHT


DIRS          = engine \
		qt \
		glxvr \
		vrjuggler

ifeq ($(SYSTEM),Linux) # These are for Linux
	DIRS += bgl
endif


default: all

all \
clean \
cleaner \
cleanest \
cleanlibs \
dmain \
smain \
dlib \
plugin \
slib \
dirs \
linkdirs \
tr translate \
dep don doff \
depend \
dependoff \
dependon:;	@for DIR in $(DIRS); \
		 do \
		   $(MAKE) -C $$DIR $@; \
		 done
