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

⟦0d98f5961⟧ TextFile

    Length: 351 (0x15f)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# Makefile for chess program

# comment out -DBSD for SYSV machines
CFLAGS = -O -DBSD

chess:	chess.c
#	cc $(CFLAGS) -o chess chess.c -lcurses -ltermlib
	cc $(CFLAGS) -o chess tahoe.chess.c -lcurses -ltermlib
# to avoid problems with short on tahoe

install:	chess
	cp chess /usr/games/nchess
	cp chess.001 /usr/games/lib
	cp chess.opn /usr/games/lib