# @(#)$Header: /home/wesw/Audio/crl/audio/AF/extensions/server/RCS/Imakefile,v 1.1 1993/09/28 22:59:14 wesw Exp $

/**/# $XConsortium: Imakefile,v 5.18 92/02/25 14:29:04 eswu Exp $

#include <Server.tmpl>

#undef PassCDebugFlags
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS = aftime.c
OBJS = aftime.o
INCLUDES = -I../include -I$(INCLUDESRC) -I$(SERVERSRC)/include
LINTLIBS = ../../server/dia/llib-ldia.ln ../../server/os/4.2bsd/llib-los.ln
SUBDIRS = 

NormalLibraryObjectRule()
NormalLibraryTarget(ext,$(OBJS))
LintLibraryTarget(ext,$(SRCS))
NormalLintTarget($(SRCS))

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif

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

DependTarget()
