############################################################
# rules
############################################################
all : 
	make -f Makefile.gl4gcj $@
	make -f Makefile.glut4gcj $@


install: all
	make -f Makefile.gl4gcj $@
	make -f Makefile.glut4gcj $@


clean :
	make -f Makefile.gl4gcj $@
	make -f Makefile.glut4gcj $@

