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
Index: T m

⟦03d594d7c⟧ TextFile

    Length: 536 (0x218)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

.SUFFIXES: .o .c
SOURCES=adm.c automat.c autom.c chose.c inmove.c\
	terminal.c upd.c catch.c  updtht.c utboard.c save.c
OBJECTS=adm.o automat.o autom.o chose.o inmove.o\
	terminal.o upd.o catch.o  updtht.o utboard.o save.o

.c.o:   ; cc -c $*.c

luff: ${OBJECTS}
	cc -o luff ${OBJECTS} -ltermcap

adm.o autom.o chose.o inmove.o\
terminal.o upd.o catch.o  updtht.o utboard.o save.o: def.h

cleanup:
	rm -f *.o

print:
	print makefile def.h\
	adm.c automat.c autom.c chose.c inmove.c\
	terminal.c upd.c catch.c  updtht.c utboard.c save.c