source: _old/app/src/compdic/Makefile @ 8f395c8

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

poprawki w komponencie compdic

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