Rename flatzinc targets (#3270)

* rename fz.exe to fzn-ortools.exe (like convention outhere)
* rename libflatzinc.so as libortools_flatzinc.so
* rename parser-main to fzn-parser_test
* remove parser_main from install
This commit is contained in:
Mizux Seiha
2022-04-28 18:18:37 +02:00
committed by Corentin Le Molgat
parent 9021ffbb95
commit 8fc5d66389
4 changed files with 30 additions and 27 deletions

View File

@@ -510,8 +510,8 @@ test_cc_cpp: \
SOURCE=examples/cpp/solve.cc \
ARGS="--input $(OR_ROOT_FULL)/examples/data/tests/test2.mps"
rfz_%: fz
$(INSTALL_DIR)$Sbin$Sfz$E $(FZ_EX_PATH)$S$*.fzn
rfz_%: cpp
$(INSTALL_DIR)$Sbin$Sfzn-ortools$E $(OR_ROOT_FULL)/examples/flatzinc/$*.fzn
###############
## Archive ##