djfz-2020/TaskH00/Makefile

10 lines
298 B
Makefile
Raw Permalink Normal View History

2021-01-17 22:20:32 +01:00
# .far to specjalny format do przechowywania spakowanych transduktorów
2021-01-17 23:13:44 +01:00
BINARIES += TaskH00/legiatolech.far
2021-01-17 22:20:32 +01:00
2021-01-17 23:13:44 +01:00
TaskH00/run: TaskH00/legiatolech.far
2021-01-17 22:20:32 +01:00
2021-01-17 23:13:44 +01:00
TaskH00/legiatolech.far: TaskH00/legiatolech.grm
2021-01-17 22:20:32 +01:00
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/fst" thraxcompiler --input_grammar=$< --output_far=$@