#############################################################################
# Makefile for building: fonts
# Generated by qmake on: Wed Oct 31 19:36:31 2001
# Project:  fonts.pro
# Template: subdirs
# Command: $(QMAKE) fonts.pro
#############################################################################

MAKEFILE =	Makefile
QMAKE =	qmake
SUBDIRS =	simple-qfont-demo
SUBTARGETS =	 \
		sub-simple-qfont-demo

all: Makefile $(SUBTARGETS)

sub-simple-qfont-demo: qmake_all FORCE
	cd simple-qfont-demo && $(MAKE)


Makefile: fonts.pro ../../.qmake.cache 
	$(QMAKE) fonts.pro
qmake: qmake_all
	@$(QMAKE) fonts.pro

qmake_all:
	for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; pro=`basename $$i`.pro ; [ ! -f $(MAKEFILE) ] && $(QMAKE) $$pro -o $(MAKEFILE); grep "^qmake_all:$$" $$pro 2>/dev/null >/dev/null && $(MAKE) -f $(MAKEFILE) qmake_all || true; fi; ) ; done

distclean install uiclean mocclean clean: FORCE
	for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; $(MAKE) $@; fi; ) ; done

FORCE:

