source: _old/app/src/compiledic/Makefile @ 1e121f4

Last change on this file since 1e121f4 was 1e121f4, checked in by Adam Kędziora <s301614@…>, 14 years ago

Replacing old implementation with working implementation

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