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
Index: ┃ M T

⟦fb148c11a⟧ TextFile

    Length: 518 (0x206)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/scheme/Makefile« 

TextFile

all: 
	@echo "#** read INSTALL for information on installation"

scheme:
	make the_microcode
	make bins
	make bands

the_microcode: microcode/config.h
	cd microcode;make all

microcode/config.h: microcode/config.dst
	cd microcode;cp config.dst config.h

bins:
	cd psb;csh -fs <../make_bins

bands:
	cd bin;../microcode/scheme -fasl runmd.bin <../band.scm

source_list: .
	rm -f source_list
	(ls -d *; ls microcode/M*.* microcode/*.com microcode/*.[ch]; \
	ls scm/*.scm.* psb/*.psb.*) > source_list

tape:
	tar -cvhl *