source: XMLIO_V2/dev/common/tools/xiosMake @ 244

Last change on this file since 244 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
3make_dir=$PWD
4
5export 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
10fcm build
Note: See TracBrowser for help on using the repository browser.