####### This section is automatically generated from
#######    /home/users/heiko/DEBIAN/Public/qt1/qt1-1.2/debian/tmp/usr/doc/examples/qt-doc/Makefile

INCDIR	=	/usr/X11R6/include/qt
CFLAGS	=	-Wall -O2 -I/usr/X11R6/include
LFLAGS	=	-L/usr/X11R6/lib -lqt
CC	=	gcc
MOC	=	/usr/bin/moc

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

####### Files

SOURCES	=	bex.cpp cex.cpp gex.cpp hex.cpp qex.cpp
OBJECTS	=	bex.o cex.o gex.o hex.o qex.o

TARGET	=	bex cex gex hex qex

####### Implicit rules

.SUFFIXES:
.SUFFIXES: .cpp .o $(SUFFIXES)

.cpp.o:
	$(CC) -c $(CFLAGS) -I$(INCDIR) $<
.o:
	$(CC) $@.o -o $@ $(LFLAGS)
####### Build rules

all: $(TARGET)

run: all
	for a in $(TARGET) ; do [ -f $$a -a -x $$a ] && (  ./$$a & ) ; done 
depend:
	@makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null

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

clean:
	/bin/rm -f *.o *.bak *~ *% "#"*
	/bin/rm -f $(TARGET)


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