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