DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T d

⟦8350c311a⟧ TextFile

    Length: 688 (0x2b0)
    Types: TextFile
    Names: »dhry.cf«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/dhry/dhry.cf« 

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : dhry.cf
#
INSTALL=../install
log=dhry.log
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`
sed -e "s/^PRINTER.*$/PRINTER	=	${printer}/"\
    -e "s/^PRINTOPT.*$/PRINTOPT=	${optprinter}/"\
    -e "s/^COMPILER.*$/COMPILER=	${cc}/"\
    -e "s/^LOCALOPT.*$/LOCALOPT=	${optcc}/"\
    -e "s/^FLOPT.*$/FLOPT=		${flocc}/"\
    -e "s/^PAGER.*$/PAGER	=	${pager}/"\
    <dhry.mk >dhry.tmp
mv dhry.tmp dhry.mk
chmod u+x dhry.run
loops=`cat dhry.dat`
echo "#define LOOPS	$loops	/* SSBA */" >dhry.h
cat $INSTALL/hz.h >>dhry.h