#include <Server.tmpl>

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

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

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

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

NormalLintTarget($(SRCS))

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

DependTarget()

