#include <Server.tmpl>

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

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

   INCLUDES = -I../mi -I../../../include -I../../include -I$(INCLUDESRC) \
		 -I/usr/sys/include -I./include

   LINTLIBS = ../../dia/llib-ldia.ln ../../os/4.2bsd/llib-los.ln \
	     ../mi/llib-lmi.ln

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

NormalLintTarget($(SRCS))

/* #ifdef	MipsArchitecture */
/* NamedMakeSubdirs(all) */
/* #endif */
/* NamedCleanSubdirs(clean) */
/* InstallSubdirs(dsp56k) */

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

DependTarget()

