comparison scripts/miscellaneous/mkoctfile.m @ 5904:80d3933fb8b6

[project @ 2006-07-26 17:19:10 by jwe]
author jwe
date Wed, 26 Jul 2006 17:19:10 +0000
parents 0559ebb94bf0
children 4fb053f24fd6
comparison
equal deleted inserted replaced
5903:11bb9bf343a0 5904:80d3933fb8b6
48 ## Generate dependency files (.d) for C and C++ source files. 48 ## Generate dependency files (.d) for C and C++ source files.
49 ## 49 ##
50 ## @item -c 50 ## @item -c
51 ## Compile but do not link. 51 ## Compile but do not link.
52 ## 52 ##
53 ## @item -o FILE|--output FILE 53 ## @item -g
54 ## Output file name; by default extension is .oct. 54 ## Enable debugging options for compilers.
55 ##
56 ## @item -o FILE|--output FILE
57 ## Output file name. Default extension is .oct
58 ## (or .mex if --mex is specified) unless linking
59 ## a stand-alone executable.
55 ## 60 ##
56 ## @item -p VAR|--print VAR 61 ## @item -p VAR|--print VAR
57 ## Print the configuration variable VAR. Recognized variables are: 62 ## Print the configuration variable VAR. Recognized variables are:
58 ## 63 ##
59 ## @example 64 ## @example
79 ## FFLAGS 84 ## FFLAGS
80 ## @end example 85 ## @end example
81 ## 86 ##
82 ## @item --link-stand-alone 87 ## @item --link-stand-alone
83 ## Link a stand-alone executable file. 88 ## Link a stand-alone executable file.
89 ##
90 ## @item --mex
91 ## Assume we are creating a MEX file. Set the default output extension
92 ## to ".mex".
84 ## 93 ##
85 ## @item -s|--strip 94 ## @item -s|--strip
86 ## Strip the output file. 95 ## Strip the output file.
87 ## 96 ##
88 ## @item -v|--verbose 97 ## @item -v|--verbose