all:	gusload midithru

# Uncomment the following lines if you use patch caching device (GUS, AWE or
# SoftOSS) and have the libOSSlib.so which is distributed with the retail
# version of OSS.
#
#OSSFLAGS=-DOSSLIB
#OSSLIBS=-lOSSlib

gusload: gusload.c
	$(CC) -o gusload gusload.c

midithru: midithru.c
	$(CC) $(OSSFLAGS) -o midithru midithru.c $(OSSLIBS)

clean:
	rm -f gusload gustest gmod midithru *.o
