-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.deps
26 lines (26 loc) · 1.43 KB
/
Makefile.deps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
AIDemo.o: AIDemo.cc Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh
AINull.o: AINull.cc Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh
AIermago.o: AIermago.cc Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh
AIferran1.o: AIferran1.cc Player.hh Info.hh Settings.hh Structs.hh \
Utils.hh State.hh Action.hh Random.hh Registry.hh
AIferran2.o: AIferran2.cc Player.hh Info.hh Settings.hh Structs.hh \
Utils.hh State.hh Action.hh Random.hh Registry.hh
AImagorexulon.o: AImagorexulon.cc Player.hh Info.hh Settings.hh \
Structs.hh Utils.hh State.hh Action.hh Random.hh Registry.hh
Action.o: Action.cc Action.hh Structs.hh Utils.hh
Game.o: Game.cc Game.hh Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh Board.hh
Info.o: Info.cc Info.hh Settings.hh Structs.hh Utils.hh State.hh
Main.o: Main.cc Game.hh Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh Board.hh
Player.o: Player.cc Player.hh Info.hh Settings.hh Structs.hh Utils.hh \
State.hh Action.hh Random.hh Registry.hh
Random.o: Random.cc Random.hh Utils.hh
Registry.o: Registry.cc Registry.hh Utils.hh
Settings.o: Settings.cc Settings.hh Structs.hh Utils.hh
State.o: State.cc State.hh Structs.hh Utils.hh
Structs.o: Structs.cc Structs.hh Utils.hh
Utils.o: Utils.cc Utils.hh