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