# Makefile for monitoring/samples
# Satofumi KAMIMURA
# $Id$

all :
	cd adjustWheelParameter/ && qmake && $(MAKE)
	cd adjustTreadParameter/ && qmake && $(MAKE)
	cd scanUsingTimestamp/ && qmake && $(MAKE)

clean :
	-cd adjustWheelParameter/ && (if test -f Makefile; then $(MAKE) distclean; fi)
	-cd adjustTreadParameter/ && (if test -f Makefile; then $(MAKE) distclean; fi)
	-cd scanUsingTimestamp/ && (if test -f Makefile; then $(MAKE) distclean; fi)
