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

⟦de11f5dec⟧ TextFile

    Length: 414 (0x19e)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

CFLAGS = -O
tko:	tko.o names.o subs1.o subs2.o tables.o
	cc $(CFLAGS) tko.o names.o subs1.o subs2.o tables.o -o tko
	chmod 0700 tko
tko.o: def.h extern.h tko.c
	cc -c $(CFLAGS) tko.c
names.o: def.h extern.h names.c
	cc -c $(CFLAGS) names.c
subs1.o: def.h extern.h subs1.c
	cc -c $(CFLAGS) subs1.c
subs2.o: def.h extern.h subs2.c
	cc -c $(CFLAGS) subs2.c
tables.o: def.h extern.h tables.c
	cc -c $(CFLAGS) tables.c