# Generated automatically from Makefile.in by configure.
CC=gcc
CFLAGS=-O2 -Wall -I.. -I../ftplib-3.1-1/linux/

PROGS=webcam

##########################################################################

all: $(PROGS)

webcam: webcam.o ../ftplib-3.1-1/linux/libftp.a
	$(CC) $(CFLAGS) -o $@ $^ -ljpeg  -lm

clean:
	-rm -f *.o *.moc *~ core* *.bak TAGS

realclean distclean: clean
	-rm -f $(PROGS) Makefile

dep depend install:

