ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/src/compiler_optimisation.script
Revision: 199
Committed: Tue Jul 21 15:00:12 2009 UTC (15 years, 9 months ago) by picher
File size: 696 byte(s)
Log Message:
Projet d'optimisation

File Contents

# User Rev Content
1 picher 199 #!/bin/sh
2    
3     rm ./../bin/optimisation_topo
4     rm *.core
5     rm *.o
6    
7     g++ -elf -g0 -O0 -W -Wall -Wextra -fomit-frame-pointer -DUNIX -I./ -c optimisation_topo.cpp -o optimisation_topo.o
8     g++ -elf -g0 -O0 -W -Wall -Wextra -fomit-frame-pointer -DUNIX -I./ -c write_num.cpp -o write_num.o
9     g++ -elf -g0 -O0 -W -Wall -Wextra -fomit-frame-pointer -DUNIX -I./ -c ecriture_materiau.cpp -o ecriture_materiau.o
10     g++ -elf -g0 -O0 -W -Wall -Wextra -fomit-frame-pointer -DUNIX -I./ -c affecter_materiau.cpp -o affecter_materiau.o
11    
12     g++ -o ./../bin/optimisation_topo ./optimisation_topo.o ./write_num.o ./ecriture_materiau.o ./affecter_materiau.o ./fresop_base_ubuntu_v2_i386_O3_20090624.a -L/usr/local/lib -lstdc++ -lm
13    
14    
15    
16    

Properties

Name Value
svn:executable