/[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.2 by bkorb, Sat May 12 15:43:40 2001 UTC revision 1.1.2.3 by bkorb, Sat May 12 16:02:48 2001 UTC
# Line 56  flag = { Line 56  flag = {
56      arg_name  = mode;      arg_name  = mode;
57      settable;      settable;
58      descrip   = "ltmain's operational mode";      descrip   = "ltmain's operational mode";
59      keyword   = clean, compile, execute, finish, install, link, uninstall,  
60                  echo;      /*
61         *  BEWARE:  these *must* enumerate to the values #define-d in the
62         *           lt_*.def files!!
63         */
64        keyword   =    /* 0 -> UNDEFINED */
65            clean,     /* 1 */
66            compile,   /* 2 */
67            execute,   /* 3 */
68            finish,    /* 4 */
69            install,   /* 5 */
70            link,      /* 6 */
71            uninstall, /* 7 */
72            echo;      /* 8 */
73      doc =      doc =
74      "";      "This enumerates all of the libtool operational modes.\n"
75        "If this option is not specified, then this program tries to infer\n"
76        "it from the command name or the name of the file being operated on.";
77  };  };
78    
79  flag = {  flag = {

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

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