source: share/pl_PL.ISO-8859-2/Makefile @ acbabee

Last change on this file since acbabee was acbabee, checked in by Tomasz Obrebski <obrebski@…>, 9 years ago

many changes, mainly dgp1 algorithm

  • Property mode set to 100644
File size: 542 bytes
Line 
1include ../../config.mak
2
3TARGETS = lem.bin lem.cats cor.bin gue.bin
4COMPDICDIR = ../
5.PHONY: all
6all: $(TARGETS)
7
8# ------------------------------------------------------------------
9# main section
10# ------------------------------------------------------------------
11
12lem.bin: lem.fst
13        ../../src/compdic/compdic-fst-to-bin lem.fst lem.bin
14
15lem.fst: lem.dic
16        ../../src/compdic/compdic-dic-to-fst lem.dic lem.fst
17
18lem.cats: lem.dic
19        ../../src/compdic/compdic-dic-to-cats lem.dic lem.cats
20
21
22.PHONY: clean
23clean:
24        rm -f lem.bin lem.fst lem.cats
Note: See TracBrowser for help on using the repository browser.