|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T m
Length: 918 (0x396) Types: TextFile Names: »musbus.cf«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/musbus/musbus.cf«
#! /bin/sh # SSBA 1.21F # # Script : musbus.cf # INSTALL=../install printer=`cat $INSTALL/printer.cmd` optprinter=`cat $INSTALL/printer.opt` pager=`cat $INSTALL/pager.cmd` cc=`cat $INSTALL/cc.cmd` optcc=`cat $INSTALL/cc.opt` flocc=`cat $INSTALL/cc.flo` system=`cat $INSTALL/define` sed -e "s/^PRINTER.*$/PRINTER = ${printer}/"\ -e "s/^PRINTOPT.*$/PRINTOPT= ${optprinter}/"\ -e "s/^PAGER.*$/PAGER = ${pager}/"\ -e "s/^COMPILER.*$/COMPILER= ${cc}/"\ -e "s/^LOCALOPT.*$/LOCALOPT= ${optcc}/"\ -e "s/^FLOPT.*$/FLOPT= ${flocc}/"\ -e "s/^SYSTEM.*$/SYSTEM = ${system}/"\ <musbus.mk >musbus.tmp mv musbus.tmp musbus.mk mkdir Tmp cat /dev/null >musbus.h cat $INSTALL/signal.h >>musbus.h if [ -f $INSTALL/hz.h ] ; then cat $INSTALL/hz.h >>musbus.h else echo "#define HZ 60" >>musbus.h fi chmod u+x ff.test musbus.run musbus.sh fixPATH chrono.awk cleanup signature mkscript* Workload/cleanstderr