#
# $Id$
#
# Build script for the MusicKit Examples on GNUstep systems.
# See Makefile.in for the build process on MacOS X systems.
#
# Leigh Smith <leigh@leighsmith.com>
#
# Copyright (c) 2005, The MusicKit Project.  All rights reserved.
#
# Permission is granted to use and modify this code for commercial and 
# non-commercial purposes so long as the author attribution and copyright 
# messages remain intact and accompany all relevant code.
#

SUBPROJECTS = \
	MultipleSoundPlayer \
	MidiEcho \
	MidiEcho-1-MIDI-Channel \
	MidiLoop \
	MidiPlay \
	MidiRecord \
	MidiFilePlayback \
	playpart \
	playscorefile \
	playscorefile2 \
	playscorefilemidi \
	example1 \
	mixscorefiles \
	mixsounds \
	maxamp \
	extractchannel \
	sndinfo \
	playsnd \
	recsnd \
	playsndfaders
#	PerformerExample \
#	PlayNote \
#	SineGen \
#	example2
#	example4
#	example5
#	exampleSynthPatch \
#	exampleUnitGenerator \
#	process_soundfiles_dsp \
#	QP

include $(GNUSTEP_MAKEFILES)/common.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
