/* Copyright (C) 1992, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* Last modified on Fri Jan 15 15:04:35 PST 1993 by muller */ A = vbtkit C = $(A)/$(CPU_TYPE) all install:: $(C) FRC @(error=0; \ if test ! -f $(LIB_USE)/libm3.a; then \ echo "You need to install libm3 first"; error=1; fi; \ if test ! -f $(LIB_USE)/libm3X11R4.a; then \ echo "You need to install X11R4 first"; error=1; fi; \ if test ! -f $(LIB_USE)/libm3ui.a; then \ echo "You need to install trestle first"; error=1; fi; \ if test ! -f $(BIN_USE)/m3bundle; then \ echo "You need to install tools first"; error=1; fi; \ exit $$error) @for d in $(C); do \ (echo '--------------------------------------' $$d; \ cd $$d; $(BIN_USE)/m3make $@); \ done clean:: FRC rm -fr $(C) $(C): mkdir $@ #define NOCLEAN