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