# Generated automatically from Makefile.in by configure.
prefix=/usr

EXAMPLE_SRC_PREFIX = $(prefix)/doc/ClanLib-docs-0.5.4/Examples

EXAMPLES= AlphaTest Canvas Compiler Directory EventTrigger Example2D Font InputDevices InitDisplay Minimum Mouse Resources ScreenShot Signals SoundBuffer StaticSoundProvider StreamSoundProvider Surface SurfaceProvider ThreadSync PlayCD Plasma GL GLLineDemo GUITest GUIEditor GUIGL NetChannel ClanFTP NetObjects CTalk UDPTunnel NetBrowse  MikMod JPEG Vorbis TTF 

all: 
	for i in $(EXAMPLES); do echo Building $$i example; cd $$i; make all; cd ..; done

static:
	for i in $(EXAMPLES); do echo Building $$i example as static; cd $$i; make static; cd ..; done

clean:
	for i in $(EXAMPLES); do cd $$i; make clean; cd ..; done

distclean:
	for i in $(EXAMPLES); do cd $$i; make distclean; cd ..; done
	rm -f Makefile Makefile.conf

install:
#copy all example sources (+Makefile & Makefile.conf from the current directory to the EXAMPLE_SRC_PREFIX directory
