/* Copyright (C) 1992, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* Last modified on Fri Jan 15 14:26:52 PST 1993 by mjordan */ /* modified on Tue Apr 28 15:29:53 PDT 1992 by muller */ A = m3tk C = $(A)/m3tk-lib.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-example.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-m3check.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-m3fe.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-m3modgen.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-m3pathprint.2.2/$(CPU_TYPE) \ $(A)/m3tk-app-m3seegen.2.2/$(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 $(BIN_USE)/m3bundle; then \ echo "You need to install tools first"; error=1; fi; \ exit $$error) for d in $(C); do \ (cd $$d; $(BIN_USE)/m3make $@); \ done clean:: FRC rm -fr $(C) $(C): mkdir $@ #define NOCLEAN