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

CDEBUGFLAGS = -O2 -fomit-frame-pointer

ComplexProgramTarget(lupe)

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

$(OBJS) : $(HEADERS)

config.h: config
	/bin/sh $^ >$@

lupe.o : icon.xbm
