####### This section was automatically generated from
#######    /usr/local/qt-1.33/Makefile for building on
#######    linux-gcc-shared on Mon Apr 27 21:32:04 CDT 1998

INCDIR = /usr/local/qt-1.33/include
CFLAGS = -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include
LIBCFLAGS = -fPIC
YACCCFLAGS = -Wno-unused -Wno-parentheses
LFLAGS = -L/usr/local/qt-1.33/lib -lqt
CC = gcc
MOC = /usr/local/qt-1.33/bin/moc
SHELL =	/bin/sh

####### 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.
