SUBDIRS = libical libicalss test all depend ci clean install: for dir in $(SUBDIRS) ; do \ (cd $$dir ; $(MAKE) $@) || exit 1; \ done