# $Header: Imakefile,v 1.2 90/03/28 17:13:27 toddb Exp $
SRCS = pioneer.c pioneerini.c timers.c ttyutil.c

OBJS = pioneer.o pioneerini.o timers.o ttyutil.o

 STD_DEFINES = ServerDefines
 CDEBUGFLAGS = ServerCDebugFlags
    INCLUDES = -I../../include -I../../../include -I$(SERVERSRC)/include \
		-I$(INCLUDESRC) -I$(SERVERSRC)/ddx/tekplx \
		-I$(LIBSRC)/parallax/include
 EXT_DEFINES = ExtensionDefines

NormalLibraryObjectRule()
NormalLibraryTarget(devices,$(OBJS))
LintLibraryTarget(devices,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()

