SUBDIRS = \ libdsp dsp print sockets test-lport test-spw export KERNEL_VERSION = 371 #export KERNEL_VERSION = 36 all clean install uninstall: @for dir in $(SUBDIRS); do \ echo "Making $@ in $$dir..."; \ (cd $$dir ; $(MAKE) $(MFLAGS) $@) || exit 1; \ done