|
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 - download
Length: 319 (0x13f) Types: TextFile Names: »Makefile«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/stage2/Makefile«
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