# Generated automatically from Makefile.in by configure.
prefix =	/usr/local

CC =		gcc
CFLAGS =	$(DEBUG) -I/mit/xforms/include -I/usr/X11R6/include
DEBUG =		-g
LDFLAGS =	-L/mit/xforms/lib -L/usr/X11R6/lib
LIBS =		-lforms -lX11 -lm 

OBJS =	scanner.o rubberband.o

all:	scanner

scanner: $(OBJS)
	$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@

clean:
	rm -f $(OBJS) scanner

