source:
app/src/compiledic/Makefile
@
8338227
Last change on this file since 8338227 was 246900a, checked in by pawelk <pawelk@…>, 17 years ago | |
---|---|
|
|
File size: 369 bytes |
Rev | Line | |
---|---|---|
[8d3e6ab] | 1 | CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive |
2 | CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static | |
3 | ||
[25ae32e] | 4 | all: compiledic aut2fsa |
5 | ||
6 | compiledic: | |
7 | ||
[246900a] | 8 | |
[25ae32e] | 9 | aut2fsa: aut2fsa.cc |
[8d3e6ab] | 10 | #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc |
11 | g++ $(CFLAG1) -o aut2fsa aut2fsa.cc | |
[25ae32e] | 12 | |
13 | ||
14 | copy: | |
15 | ifdef UTT_BIN_DIR | |
16 | cp compiledic fsm2aut aut2fsa ${UTT_BIN_DIR} | |
17 | endif | |
[8d3e6ab] | 18 | |
19 | clean: | |
20 | rm aut2fsa | |
21 |
Note: See TracBrowser
for help on using the repository browser.