# Author: Martin Preuss # $Id: Makefile.am,v 1.6 2003/01/08 15:06:34 aquamaniac Exp $ SUBDIRS = libchipcard tools tutorial distclean-local: make -C test distclean mrproper:: list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making mrproper in $$subdir"; \ $(MAKE) -C $$subdir mrproper; done