# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.12 2002/06/21 09:45:37 CE Exp $

CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet

all:
	@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done

clean:
	@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done

