# $Header: /usr/home/yav/lupe/RCS/Imakefile,v 1.3 1998/08/26 07:42:14 yav Exp $

SRCS =	lupe.c option.c timer.c avionics.c
OBJS = 	lupe.o option.o timer.o avionics.o
SYS_LIBRARIES = $(XLIB) -lm

ComplexProgramTarget(lupe)

HEADERS = config.h extern.h version.h timer.h

$(OBJS) : $(HEADERS)

config.h : configure config.h.in
	/bin/sh configure

lupe.o : icon.xbm
