
CFILES = sound.c
HFILES = 
DEPENDS= sound.d

ALL = $(CFILES) $(HFILES) README.sound TODO

SUBDIR=sound

OBJS = sound.o


all: lib

install:

include ../Makefile.common
