source:
app/src/compiledic/Makefile
@
25ae32e
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[25ae32e] | 1 | all: compiledic aut2fsa |
2 | ||
3 | compiledic: | |
4 | ||
5 | aut2fsa: aut2fsa.cc | |
6 | g++ -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc | |
7 | ||
8 | ||
9 | copy: | |
10 | ifdef UTT_BIN_DIR | |
11 | cp compiledic fsm2aut aut2fsa ${UTT_BIN_DIR} | |
12 | endif |
Note: See TracBrowser
for help on using the repository browser.