source: _old/app/src/compdic/Makefile @ 93afab8

Last change on this file since 93afab8 was 93afab8, checked in by tom <tom@…>, 13 years ago

dodany komponent compdic - kompilator slownikow dla lem, cor, kor, gue
(compdic zastepuje compiledic)

  • Property mode set to 100644
File size: 371 bytes
Line 
1CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive
2CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static
3
4all: compdic aut2fsa
5
6compdic:
7
8
9aut2fsa: aut2fsa.cc
10        #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc
11        g++ $(CFLAG1) -o aut2fsa aut2fsa.cc
12
13
14copy:
15ifdef UTT_BIN_DIR
16        cp compdic fsm2aut aut2fsa lst2fstext ${UTT_BIN_DIR}
17endif
18
19clean:
20        rm aut2fsa
21
Note: See TracBrowser for help on using the repository browser.