|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 450 (0x1c2) Types: TextFile Names: »Makefile«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦0f98d07c3⟧ »./gnugo-1.1.tar.Z« └─⟦7cb1047cb⟧ └─⟦this⟧ »gnugo/Makefile«
# program to play the game of Go (Wei-Chi) SRC = count.c countlib.c endgame.c eval.c exambord.c findcolr.c \ findnext.c findopen.c findpatn.c findsavr.c findwinr.c \ fioe.c genmove.c getij.c getmove.c initmark.c main.c matchpat.c \ opening.c openregn.c random.c seed.c sethand.c \ showbord.c showinst.c suicide.c PRG = gnugo OBJ = $(SRC:.c=.o) CFLAGS = -O $(PRG) : $(OBJ) $(LINK.c) $(OBJ) -o $@ matchpat.o : patterns.c