X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.in;h=f0c868407d87e5ea4b715b76e1d56d8fb152ab47;hb=411d29916e5e7691271850a5f723e3b1f2d61721;hp=b4c39326c7ca5e9506bc44d6e64f2d8070294f2c;hpb=a2d1b9076103452934322d6715cc6459cc131312;p=gnushogi.git diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index b4c3932..f0c8684 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -72,7 +72,7 @@ LCURSES = @LIBCURSES@ CC = @CC@ CWARNINGS = @WARNINGS@ CEXTRAFLAGS = @CEXTRAFLAGS@ -CFLAGS = @CFLAGS@ $(HASH) $(CEXTRAFLAGS) $(CWARNINGS) -I$(ROOT) -I@top_builddir@ -I. +CFLAGS = @CFLAGS@ $(HASH) $(CEXTRAFLAGS) $(CWARNINGS) -I. -I@top_builddir@ -I$(ROOT) LDFLAGS = @LDFLAGS@ # The hashfile is a record of positions seen. It is used by @@ -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