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 - download

⟦500ab8058⟧ TextFile

    Length: 400 (0x190)
    Types: TextFile
    Names: »gen«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/basic/gen« 

TextFile

case $1 in
	vax)
		make -f vax/Makefile ;;
	pdp11)
		echo "Please specify pdp11fp or pdp11nofp" ;;

	pdp11fp)
		make -f pdp11/Makefile.fp ;;

	pdp11nofp)
		make -f pdp11/Makefile.nofp ;;

	m68000)
		make -f m68000/Makefile ;;

	pyramid)
		make -f pyramid/Makefile ;;

	clean)
		rm -f *.o cursor.c term.c core basic ;;

	*)
	  echo "please specify one of vax pdp11fp pdp11nofp m68000 pyramid" ;;
esac