Last change
on this file since c03f8a5 was
c03f8a5,
checked in by Tomasz Obrebski <obrebski@…>, 10 years ago
|
minor fixes
|
-
Property mode set to
100644
|
File size:
527 bytes
|
Rev | Line | |
---|
[acbabee] | 1 | include ../../config.mak |
---|
| 2 | |
---|
[c03f8a5] | 3 | #TARGETS = lem.bin lem.cats cor.bin gue.bin |
---|
| 4 | |
---|
[acbabee] | 5 | .PHONY: all |
---|
| 6 | all: $(TARGETS) |
---|
| 7 | |
---|
| 8 | # ------------------------------------------------------------------ |
---|
| 9 | # main section |
---|
| 10 | # ------------------------------------------------------------------ |
---|
| 11 | |
---|
| 12 | lem.bin: lem.fst |
---|
| 13 | ../../src/compdic/compdic-fst-to-bin lem.fst lem.bin |
---|
| 14 | |
---|
| 15 | lem.fst: lem.dic |
---|
| 16 | ../../src/compdic/compdic-dic-to-fst lem.dic lem.fst |
---|
| 17 | |
---|
| 18 | lem.cats: lem.dic |
---|
| 19 | ../../src/compdic/compdic-dic-to-cats lem.dic lem.cats |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | .PHONY: clean |
---|
| 23 | clean: |
---|
| 24 | rm -f lem.bin lem.fst lem.cats |
---|
Note: See
TracBrowser
for help on using the repository browser.