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
RevLine 
[221]1#!/bin/bash
[222]2
[224]3make_dir=$PWD
4
[222]5export PATH=$PWD/tools/FCM/bin:$PATH
[227]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.