#ident "%W%" %G%
 
# Copyright (C) 1994 Kubota Graphics Corp.
# 
# Permission to use, copy, modify, and distribute this material for
# any purpose and without fee is hereby granted, provided that the
# above copyright notice and this permission notice appear in all
# copies, and that the name of Kubota Graphics not be used in
# advertising or publicity pertaining to this material.  Kubota
# Graphics Corporation MAKES NO REPRESENTATIONS ABOUT THE ACCURACY
# OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED
# "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE AND KUBOTA GRAPHICS CORPORATION DISCLAIMS ALL WARRANTIES,
# EXPRESS OR IMPLIED.
 
######################################################################
######################################################################

all:  dui breath flag lwave trunk

dui:	FORCE_IT
	cd dui; $(MAKE) DORE_LOC=$(DORE_LOC) \
		DORE_OBJTYPE=$(DORE_OBJTYPE) \
		DORE_LIBRARY=$(DORE_LIBRARY)

breath: FORCE_IT 
	cd breath; /bin/rm -f runme; $(MAKE) DORE_LOC=$(DORE_LOC) \
		DORE_OBJTYPE=$(DORE_OBJTYPE) \
		DORE_LIBRARY=$(DORE_LIBRARY)

flag: 	FORCE_IT
	cd flag; /bin/rm -f runme; $(MAKE) DORE_LOC=$(DORE_LOC) \
		DORE_OBJTYPE=$(DORE_OBJTYPE) \
		DORE_LIBRARY=$(DORE_LIBRARY)

lwave: 	FORCE_IT
	cd lwave; /bin/rm -f runme; $(MAKE) DORE_LOC=$(DORE_LOC) \
		DORE_OBJTYPE=$(DORE_OBJTYPE) \
		DORE_LIBRARY=$(DORE_LIBRARY)

trunk: 	FORCE_IT
	cd trunk; /bin/rm -f runme; $(MAKE) DORE_LOC=$(DORE_LOC) \
		DORE_OBJTYPE=$(DORE_OBJTYPE) \
		DORE_LIBRARY=$(DORE_LIBRARY)

FORCE_IT:
