source: app/src/compiledic/Makefile @ 754d2a3

help
Last change on this file since 754d2a3 was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 204 bytes
Line 
1all: compiledic aut2fsa
2
3compiledic:
4
5aut2fsa: aut2fsa.cc
6        g++ -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc
7
8
9copy:
10ifdef UTT_BIN_DIR
11        cp compiledic fsm2aut aut2fsa ${UTT_BIN_DIR}
12endif
Note: See TracBrowser for help on using the repository browser.