Retire direction.cpp

Move the code to bitboard.cpp

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-12-26 16:27:58 +01:00
parent cb7f20913e
commit 4dded4e72f
7 changed files with 55 additions and 82 deletions

View File

@@ -35,7 +35,7 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
### Object files
OBJS = bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
misc.o move.o movegen.o history.o movepick.o search.o position.o \
direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o
tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o
### ==========================================================================