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

⟦fc2dddb48⟧ TextFile

    Length: 431 (0x1af)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xmandel/Makefile« 

TextFile

CFLAGS = -O -ffpa
wrt.o: colors.h
xmandel: xmandel.o graphics.o wrt.o
	cc $(CFLAGS) xmandel.o graphics.o wrt.o -o xmandel -lX11 -lm
xmandel6.o: xmandel.c; cc -O -f68881 xmandel.c -c -o xmandel6.o
graphics6.o: graphics.c; cc -O -f68881 graphics.c -c -o graphics6.o
wrt6.o: wrt.c colors.h; cc -O -f68881 wrt.c -c -o wrt6.o
xmandel68881: xmandel6.o graphics6.o wrt6.o
	cc -O -f68881 xmandel6.o graphics6.o wrt6.o -o xmandel -lX11 -lm