X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=6b02425e07b2ce2f160e98ed93fa2defd3e26586;hp=0b093c447ea89b26962d013914d0a58604eec06a;hb=c014444f09ace05e908909d9c5c60127e998b538;hpb=7caa6cd3383cf90189a1947c9bdf9c6fea1172a6 diff --git a/src/Makefile b/src/Makefile index 0b093c44..6b02425e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ PGOBENCH = ./$(EXE) bench 16 1 1 default time ### Object files OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \ material.o misc.o movegen.o movepick.o pawns.o position.o \ - search.o thread.o timeman.o tt.o uci.o ucioption.o + search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o ### ========================================================================== ### Section 2. High-level Configuration @@ -75,12 +75,6 @@ bsfq = no popcnt = no sse = no pext = no -syzygy = yes - -ifeq ($(syzygy),yes) - OBJS += syzygy/tbprobe.o - CXXFLAGS += -DSYZYGY -endif ### 2.2 Architecture specific @@ -404,7 +398,7 @@ install: -strip $(BINDIR)/$(EXE) clean: - $(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda ./syzygy/*.o + $(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda ./syzygy/*.o ./syzygy/*.gcda default: help @@ -468,7 +462,7 @@ gcc-profile-use: all gcc-profile-clean: - @rm -rf *.gcda *.gcno bench.txt + @rm -rf *.gcda *.gcno syzygy/*.gcda syzygy/*.gcno bench.txt icc-profile-prepare: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean