#
# This file is part of Cafesterol.
# Copyright (C) 2007-2010 Xavier Clerc.
#
# Cafesterol is free software; you can redistribute it and/or modify
# it under the terms of the Q Public License v1.0 as published by
# Trolltech (with a change to choice of law).
#
# Cafesterol is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# Q Public License for more details.
#
# You should have received a copy of the Q Public License
# along with this program.  If not, see
# <http://qt.nokia.com/doc/4.0/qpl.html>.
#

all:
	for d in support labltk camltk lib jpf frx; do \
	  cd $$d && $(MAKE) -f Makefile-cafesterol && cd ..; \
	done

install:
	for d in support lib labltk camltk jpf frx; do \
	  cd $$d && $(MAKE) -f Makefile-cafesterol install && cd ..; \
	done

partialclean clean:
	for d in support lib labltk camltk jpf frx; do \
	  cd $$d && $(MAKE) -f Makefile-cafesterol && cd ..; \
	done
