#!/bin/sh
#
# make helper
#
DIR="\
accessControl \
async \
clientServer \
complex \
constructor \
daemon \
foffile \
inheritance \
inheritance2 \
inheritance3 \
inheritance4 \
interfaceCall \
interfaceCall2 \
interfaceSend \
invitation \
invitation2 \
multiServer \
objRefSend \
objectStorage \
passObj \
persistent \
reviveHook \
serverServer \
wclock \
worldClock \
"

for i in $DIR
do
	(cd $i; make $*)
done
