/[libtool]/libtool/exe/ltopts.def
ViewVC logotype

Diff of /libtool/exe/ltopts.def

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

revision 1.1.2.3 by bkorb, Sat May 12 16:02:48 2001 UTC revision 1.1.2.4 by bkorb, Sun May 13 17:41:27 2001 UTC
# Line 58  flag = { Line 58  flag = {
58      descrip   = "ltmain's operational mode";      descrip   = "ltmain's operational mode";
59    
60      /*      /*
61       *  BEWARE:  these *must* enumerate to the values #define-d in the       *  Extract the keyword list from the defined list of modes.
62       *           lt_*.def files!!       *  This comes from that definition file.  This ensures that
63         *  the ordering is the same, too.  It omits 'base'.
64       */       */
65      keyword   =    /* 0 -> UNDEFINED */  #shell
66          clean,     /* 1 */      echo keyword =
67          compile,   /* 2 */          egrep -i '^[    ]*str-name' ltstr.def | \
68          execute,   /* 3 */      sed '/base/d;s/.*=//;s/;.*/,/;$s/,/;/'
69          finish,    /* 4 */  #endshell
70          install,   /* 5 */  
         link,      /* 6 */  
         uninstall, /* 7 */  
         echo;      /* 8 */  
71      doc =      doc =
72      "This enumerates all of the libtool operational modes.\n"      "This enumerates all of the libtool operational modes.\n"
73      "If this option is not specified, then this program tries to infer\n"      "If this option is not specified, then this program tries to infer\n"

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26