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

⟦7ec900ae3⟧ TextFile

    Length: 319 (0x13f)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stage2/Makefile« 

TextFile

CFLAGS= -O
LFLAGS= -n

stage2:	stage2.o ioop.o iwrch.o
	cc -o stage2 $(LFLAGS) stage2.o ioop.o iwrch.o

stage2.c: simcomp stage2.sim
	simcomp <stage2.sim >stage2.c

stage2.sim: flub.sim stage2.txt
	cat flub.sim stage2.txt >stage2.sim

simcomp: simcomp.o ioop.o iwrch.o
	cc -o simcomp $(LFLAGS) simcomp.o ioop.o iwrch.o