####### This section is automatically generated from
#######    /.b2/home/bmt/heiko/d/Debian/qt1/qt1-1.0/debian/tmp/usr/doc/examples/qt1/Makefile

INCDIR	=	/usr/X11R6/include/X11/qt
CFLAGS	=	-O2 -fno-strength-reduce -Wall -W
LFLAGS	=	-L/usr/X11R6/lib -lqt
CC	=	gcc
MOC	=	/usr/X11R6/bin/moc

####### End of automatically generated section
#
# $Source: /local/lib/cvs/qt/examples/picture/Makefile,v $
#

####### Files

SOURCES	=	makepic.cpp	showpic.cpp
OBJECTS	=	makepic.o	showpic.o
TARGETS	=	makepic		showpic

####### Implicit rules

.SUFFIXES: .cpp

.cpp.o:
	$(CC) -c $(CFLAGS) -I$(INCDIR) $<

####### Build rules

all: $(TARGETS)

makepic: makepic.o
	$(CC) makepic.o -o makepic $(LFLAGS)

showpic: showpic.o
	$(CC) showpic.o -o showpic $(LFLAGS)

depend:
	@makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null

showfiles:
	@echo $(SOURCES) $(HEADERS) Makefile

clean:
	-rm -f *.o *.bak *~ *% #*
	-rm -f $(TARGETS)


# DO NOT DELETE THIS LINE -- make depend depends on it.
