X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.in;h=f0c868407d87e5ea4b715b76e1d56d8fb152ab47;hb=411d29916e5e7691271850a5f723e3b1f2d61721;hp=bd2c6a5e6f31a6cb55aa4780cca1d36dacb28aeb;hpb=deef27a5a5543f0af93848cdeacd3ce1782e7dcf;p=gnushogi.git diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index bd2c6a5..f0c8684 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -115,7 +115,6 @@ NOTCOMMONFILES = \ book.o \ commondsp.o \ @CURSESDSP@ \ - dspwrappers.o \ eval.o \ genmove.o \ init.o \ @@ -165,9 +164,6 @@ commondsp.o: commondsp.c cursesdsp.o: cursesdsp.c $(CC) $(CFLAGS) -c $< -dspwrappers.o: dspwrappers.c - $(CC) $(CFLAGS) -c $< - genmove.o: genmove.c $(CC) $(CFLAGS) -c $< @@ -214,7 +210,7 @@ util.o: util.c # Files specific to particular targets. pat2inc.o: pat2inc.c - $(CC) $(CFLAGS) $(BINBOOK) $(PATTERN) -c $< + $(CC) $(CFLAGS) -c $< sizetest.o: sizetest.c $(CC) $(CFLAGS) -c $< @@ -274,11 +270,11 @@ attacks.o: attacks.c gnushogi.h book.o: book.c gnushogi.h commondsp.o: commondsp.c gnushogi.h cursesdsp.o: cursesdsp.c gnushogi.h -dspwrappers.o: dspwrappers.c gnushogi.h genmove.o: genmove.c gnushogi.h globals.o: globals.c gnushogi.h eval.o: eval.c eval.h gnushogi.h $(SRCDIR)/pattern.h init.o: init.c gnushogi.h $(SRCDIR)/pattern.h +init-common.o: init-common.c gnushogi.h main.o: main.c gnushogi.h makepattern.o: pattern.c gnushogi.h $(SRCDIR)/pattern.h pattern.o: pattern.c gnushogi.h $(SRCDIR)/pattern.h pattern.inc