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

⟦69d8b11c0⟧ TextFile

    Length: 469 (0x1d5)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

poker:	poker.o  p_scr.o  p_deal.o  p_hand.o p_strat.o p_decide.o input.o
	cc -o poker p_scr.o poker.o p_deal.o  p_hand.o p_strat.o p_decide.o input.o -lcurses -ltermcap
# 
# remove the -ltermcap from the above line, to compile in System V version 2
#

poker.o:	poker.c poker.h

p_scr.o:	p_scr.c poker.h

p_deal.o:	p_deal.c poker.h

p_strat.o:      p_strat.c poker.h

p_hand.o:       p_hand.c poker.h

p_decide.o:     p_decide.c poker.h

input.o:        input.c poker.h