/[MITgcm]/MITgcm/tools/convert_cpp_cmd2defines
ViewVC logotype

Diff of /MITgcm/tools/convert_cpp_cmd2defines

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5 by jmc, Mon May 24 12:03:51 2010 UTC revision 1.6 by jmc, Fri Jul 6 18:53:14 2012 UTC
# Line 1  Line 1 
1  #! /usr/bin/env bash  #! /usr/bin/env bash
2  #  #
3  # Converts -Dmacro to #define macro  # Converts -Dmacro to #define macro
4  #      and -Umacro to #undef macro  #      and -Umacro to #undef macro
5  # on standard output  # on standard output
6  #  #
7  # Any options that do not take the form -D* or -U* are placed as comments.  # Any options that do not take the form -D* or -U* are placed as comments.
# Line 13  Line 13 
13    
14  cat << EOF  cat << EOF
15  /*  /*
16   This file created by convert_cpp_cmd2defines with the following command   This file created by convert_cpp_cmd2defines with the following command line arguments:
  line arguments:  
17   $@   $@
18  */  */
19    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22