Split cost-based backward references in its own file.

Change-Id: I4d8281e69b0e41f7c90337e5be70a6c65b044086
This commit is contained in:
Vincent Rabaud
2017-06-01 15:07:28 +02:00
parent 498cad34be
commit b903b80c30
8 changed files with 838 additions and 790 deletions

View File

@ -283,6 +283,7 @@ EX_UTIL_OBJS = \
ENC_OBJS = \
$(DIROBJ)\enc\alpha_enc.obj \
$(DIROBJ)\enc\analysis_enc.obj \
$(DIROBJ)\enc\backward_references_cost_enc.obj \
$(DIROBJ)\enc\backward_references_enc.obj \
$(DIROBJ)\enc\config_enc.obj \
$(DIROBJ)\enc\cost_enc.obj \