#include <Server.tmpl>

SRCS =  dda.c event.c max_io.c \
	pscodec.c \
	crecord.c cplay.c write.c read.c
OBJS =  dda.o event.o max_io.o \ 
	pscodec.o \
	crecord.o cplay.o write.o read.o

   INCLUDES = -I../mi -I../../../include -I../../include -I$(INCLUDESRC) \
   		-I/usr/demo/SOUND
   LINTLIBS = ../../dia/llib-ldia.ln ../../os/4.2bsd/llib-los.ln \
	     ../mi/llib-lmi.ln

NormalLibraryObjectRule()
NormalLibraryTarget(sparc,$(OBJS))
LintLibraryTarget(sparc,$(SRCS))

NormalLintTarget($(SRCS))

#if HasSaberC
saber_src:
	/**/#load $(CFLAGS) $(SRCS)
#endif

DependTarget()

