/[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.4 by edhill, Tue Nov 25 17:22:47 2003 UTC revision 1.7 by jmc, Tue Aug 28 21:09:11 2012 UTC
# Line 1  Line 1 
1  #! /usr/bin/env sh  #! /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 12  Line 12 
12  # $Name$  # $Name$
13    
14  cat << EOF  cat << EOF
15    /*  Warning - this file is automatically generated - do NOT edit  */
16  /*  /*
17   This file created by convert_cpp_cmd2defines with the following command   Created by convert_cpp_cmd2defines with the following command line arguments:
  line arguments:  
18   $@   $@
19  */  */
20    
# Line 23  EOF Line 23  EOF
23  BARRIER=  BARRIER=
24    
25  # Process arguments  # Process arguments
26  for arg in $@  for arg in "$@"
27  do  do
28   case $arg in   case $arg in
29    -b*)    -b*)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22