Changeset 8d3e6ab for app/src/compiledic/Makefile
- Timestamp:
- 03/13/08 12:45:16 (17 years ago)
- Branches:
- master, help
- Children:
- 246900a
- Parents:
- e1b08a2
- git-author:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- git-committer:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/compiledic/Makefile
r25ae32e r8d3e6ab 1 CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive 2 CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static 3 1 4 all: compiledic aut2fsa 2 5 … … 4 7 5 8 aut2fsa: aut2fsa.cc 6 g++ -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc 9 #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc 10 g++ $(CFLAG1) -o aut2fsa aut2fsa.cc 7 11 8 12 … … 11 15 cp compiledic fsm2aut aut2fsa ${UTT_BIN_DIR} 12 16 endif 17 18 clean: 19 rm aut2fsa 20
Note: See TracChangeset
for help on using the changeset viewer.