comparison scripts/miscellaneous/mkoctfile.m @ 17178:d6499c14021c

doc: Periodic grammarcheck of documentation. * doc/interpreter/basics.txi, doc/interpreter/expr.txi, doc/interpreter/install.txi, doc/interpreter/java.txi, doc/interpreter/plot.txi, doc/interpreter/sparse.txi, doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc, libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy, liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m, scripts/image/imread.m, scripts/image/imwrite.m, scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m, scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m, scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m, scripts/prefs/preferences.m, scripts/signal/fftfilt.m, scripts/strings/isstrprop.m, scripts/testfun/assert.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:08:39 -0700
parents 333243133364
children bc924baa2c4e
comparison
equal deleted inserted replaced
17177:9ba57ed05207 17178:d6499c14021c
44 ## Add the library LIB to the link command. 44 ## Add the library LIB to the link command.
45 ## 45 ##
46 ## @item -L DIR 46 ## @item -L DIR
47 ## Add the library directory DIR to the link command. 47 ## Add the library directory DIR to the link command.
48 ## 48 ##
49 ## @item -M 49 ## @item -M
50 ## @itemx --depend 50 ## @itemx --depend
51 ## Generate dependency files (.d) for C and C++ source files. 51 ## Generate dependency files (.d) for C and C++ source files.
52 ## 52 ##
53 ## @item -R DIR 53 ## @item -R DIR
54 ## Add the run-time path to the link command. 54 ## Add the run-time path to the link command.
65 ## Compile but do not link. 65 ## Compile but do not link.
66 ## 66 ##
67 ## @item -g 67 ## @item -g
68 ## Enable debugging options for compilers. 68 ## Enable debugging options for compilers.
69 ## 69 ##
70 ## @item -o FILE 70 ## @item -o FILE
71 ## @itemx --output FILE 71 ## @itemx --output FILE
72 ## Output file name. Default extension is .oct 72 ## Output file name. Default extension is .oct
73 ## (or .mex if @samp{--mex} is specified) unless linking 73 ## (or .mex if @samp{--mex} is specified) unless linking
74 ## a stand-alone executable. 74 ## a stand-alone executable.
75 ## 75 ##
76 ## @item -p VAR 76 ## @item -p VAR
77 ## @itemx --print VAR 77 ## @itemx --print VAR
78 ## Print the configuration variable VAR@. Recognized variables are: 78 ## Print the configuration variable VAR@. Recognized variables are:
79 ## 79 ##
80 ## @example 80 ## @example
81 ## ALL_CFLAGS FFTW3F_LIBS 81 ## ALL_CFLAGS FFTW3F_LIBS
109 ## 109 ##
110 ## @item --mex 110 ## @item --mex
111 ## Assume we are creating a MEX file. Set the default output extension 111 ## Assume we are creating a MEX file. Set the default output extension
112 ## to ".mex". 112 ## to ".mex".
113 ## 113 ##
114 ## @item -s 114 ## @item -s
115 ## @itemx --strip 115 ## @itemx --strip
116 ## Strip the output file. 116 ## Strip the output file.
117 ## 117 ##
118 ## @item -v 118 ## @item -v
119 ## @itemx --verbose 119 ## @itemx --verbose
120 ## Echo commands as they are executed. 120 ## Echo commands as they are executed.
121 ## 121 ##
122 ## @item file 122 ## @item file
123 ## The file to compile or link. Recognized file types are 123 ## The file to compile or link. Recognized file types are