Last change
on this file since 227 was
227,
checked in by hozdoba, 13 years ago
|
Préparation nouvelle arborescence
|
-
Property svn:executable set to
*
|
File size:
320 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | make_dir=$PWD |
---|
4 | |
---|
5 | export PATH=$PWD/tools/FCM/bin:$PATH |
---|
6 | |
---|
7 | $make_dir/tools/preprocess_cpp $make_dir/src/xmlio/iface/interface.cpp $make_dir/src/xmlio/iface/interface.cpp.in |
---|
8 | $make_dir/tools/preprocess_f03 $make_dir/src/xmlio/fortran/ixmlioserver.f90 $make_dir/src/xmlio/fortran/ixmlioserver.f03.in |
---|
9 | |
---|
10 | fcm build |
---|
Note: See
TracBrowser
for help on using the repository browser.