#############################################################################
# Makefile for building: designer
# Generated by qmake (1.04a) (Qt 3.1.1) on: Sat Feb  8 18:30:22 2003
# Project:  ../../../tools/designer/designer.pro
# Template: subdirs
# Command: $(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../tools/designer/designer.pro
#############################################################################

MAKEFILE =	Makefile
QMAKE    =	qmake
DEL_FILE =    rm -f
SUBTARGETS =	 \
		sub-uic \
		sub-uilib \
		sub-designer \
		sub-app \
		sub-tools-createcw

first: all

all: Makefile $(SUBTARGETS)

uic/$(MAKEFILE): 
	cd uic && $(QMAKE)  -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o $(MAKEFILE)
sub-uic: uic/$(MAKEFILE) FORCE
	cd uic && $(MAKE) -f $(MAKEFILE)

uilib/$(MAKEFILE): 
	cd uilib && $(QMAKE)  -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o $(MAKEFILE)
sub-uilib: uilib/$(MAKEFILE) FORCE
	cd uilib && $(MAKE) -f $(MAKEFILE)

designer/$(MAKEFILE): 
	cd designer && $(QMAKE)  -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o $(MAKEFILE)
sub-designer: designer/$(MAKEFILE) FORCE
	cd designer && $(MAKE) -f $(MAKEFILE)

app/$(MAKEFILE): 
	cd app && $(QMAKE)  -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o $(MAKEFILE)
sub-app: app/$(MAKEFILE) FORCE
	cd app && $(MAKE) -f $(MAKEFILE)

tools/createcw/$(MAKEFILE): 
	cd tools/createcw && $(QMAKE)  -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o $(MAKEFILE)
sub-tools-createcw: tools/createcw/$(MAKEFILE) FORCE
	cd tools/createcw && $(MAKE) -f $(MAKEFILE)

sub-uilib: sub-uic
sub-designer: sub-uilib
sub-app: sub-designer
sub-tools-createcw: sub-app

Makefile: ../../../tools/designer/designer.pro ../../.qmake.cache /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++/qmake.conf 
	$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../tools/designer/designer.pro
qmake: qmake_all
	@$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../tools/designer/designer.pro

all: $(SUBTARGETS)
qmake_all: uic/$(MAKEFILE) uilib/$(MAKEFILE) designer/$(MAKEFILE) app/$(MAKEFILE) tools/createcw/$(MAKEFILE)
	 ( [ -d uic ] && cd uic ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
	 ( [ -d uilib ] && cd uilib ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
	 ( [ -d designer ] && cd designer ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
	 ( [ -d app ] && cd app ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
	 ( [ -d tools/createcw ] && cd tools/createcw ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
clean uninstall install uiclean mocclean lexclean yaccclean: qmake_all FORCE
	 ( [ -d uic ] && cd uic ; $(MAKE) -f $(MAKEFILE) $@; ) || true
	 ( [ -d uilib ] && cd uilib ; $(MAKE) -f $(MAKEFILE) $@; ) || true
	 ( [ -d designer ] && cd designer ; $(MAKE) -f $(MAKEFILE) $@; ) || true
	 ( [ -d app ] && cd app ; $(MAKE) -f $(MAKEFILE) $@; ) || true
	 ( [ -d tools/createcw ] && cd tools/createcw ; $(MAKE) -f $(MAKEFILE) $@; ) || true
distclean: qmake_all FORCE
	 ( [ -d uic ] && cd uic ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
	 ( [ -d uilib ] && cd uilib ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
	 ( [ -d designer ] && cd designer ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
	 ( [ -d app ] && cd app ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
	 ( [ -d tools/createcw ] && cd tools/createcw ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true

FORCE:

