####### This section was automatically generated from
#######    /var/tmp/Heiko/qt1/qt1-1.33/debian/qt-doc/usr/doc/qt-doc/Makefile for building on
#######     on Wed Apr 29 11:47:57 CEST 1998

INCDIR = /usr/lib/qt1/include
CFLAGS = 
LIBCFLAGS = 
YACCCFLAGS = 
LFLAGS = -L/usr/lib/qt1/lib -lqt  -L/usr/X11R6/lib -lX11
CC = g++
MOC = /usr/lib/qt1/bin/moc
SHELL =	/bin/sh

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

####### Directories

SUBDIRS =	aclock \
		biff \
		connect \
		cursor \
		dclock \
		desktop \
		drawdemo \
		forever \
		hello \
		layout \
		life \
		picture \
		menu \
		movies \
		qmag \
		pref \
		progress \
		qwerty \
		showimg \
		table \
		tetrix \
		tictac \
		timestmp \
		tooltip \
		widgets \
		xform

####### Targets

all: $(SUBDIRS)

showdirs:
	@echo $(SUBDIRS)

$(SUBDIRS): FORCE
	cd $@; $(MAKE)

galore:
	for a in */* ; do [ -f $$a -a -x $$a ] && ( cd `dirname $$a` ; ../$$a & ) ; done

tmake:
	for i in $(SUBDIRS); do ( cd $$i ; tmake $$i.pro -o $$i.mak ) ; done

clean:
	for i in $(SUBDIRS); do ( cd $$i ; $(MAKE) clean ) ; done

FORCE:
