#############################################################################
# Makefile for building: freecycle
# Generated by qmake (1.07a) (Qt 3.3.3) on: Wed Mar  2 09:38:43 2005
# Project:  freecycle.pro
# Template: subdirs
# Command: $(QMAKE) -o Makefile freecycle.pro
#############################################################################

MAKEFILE =	Makefile
QMAKE    =	qmake
DEL_FILE =    rm -f
CHK_DIR_EXISTS= test -d
MKDIR    = mkdir -p
INSTALL_FILE= 
INSTALL_DIR = 
SUBTARGETS =	 \
		sub-src \
		sub-src-pics

first: all

all: Makefile $(SUBTARGETS)

src/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) "src" || $(MKDIR) "src"
	cd src && $(QMAKE) src.pro -o $(MAKEFILE)
sub-src: src/$(MAKEFILE) FORCE
	cd src && $(MAKE) -f $(MAKEFILE)

src/pics/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) "src/pics" || $(MKDIR) "src/pics"
	cd src/pics && $(QMAKE) pics.pro -o $(MAKEFILE)
sub-src-pics: src/pics/$(MAKEFILE) FORCE
	cd src/pics && $(MAKE) -f $(MAKEFILE)

Makefile: freecycle.pro  /usr/lib/qt3/mkspecs/default/qmake.conf 
	$(QMAKE) -o Makefile freecycle.pro
qmake: qmake_all
	@$(QMAKE) -o Makefile freecycle.pro

all: $(SUBTARGETS)
qmake_all: src/$(MAKEFILE) src/pics/$(MAKEFILE)
	 ( [ -d src ] && cd src ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
	 ( [ -d src/pics ] && cd src/pics ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true
clean uicables mocables uiclean mocclean lexclean yaccclean : qmake_all FORCE
	 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) $@; ) || true
	 ( [ -d src/pics ] && cd src/pics ; $(MAKE) -f $(MAKEFILE) $@; ) || true
uninstall_subdirs: qmake_all FORCE
	 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true
	 ( [ -d src/pics ] && cd src/pics ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true
install_subdirs: qmake_all FORCE
	 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) install; ) || true
	 ( [ -d src/pics ] && cd src/pics ; $(MAKE) -f $(MAKEFILE) install; ) || true
distclean: qmake_all FORCE
	 ( [ -d src ] && cd src ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true
	 ( [ -d src/pics ] && cd src/pics ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true

install:  install_subdirs

uninstall:  uninstall_subdirs

FORCE:

