####### This section is automatically generated from
#######    /root/qt/qt1-1.31/debian/tmp/usr/doc/qt-doc/examples/Makefile

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

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