####### This section is automatically generated

INCDIR	=  /usr/lib/qt/include
CFLAGS	= -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include
LFLAGS  = -lqt
SHELL   = /bin/sh
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:
