File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3140,10 +3140,19 @@ macro _SRC_f_old(SRC, SRCFLAGS...) {
3140
3140
.CMD=$YMAKE_PYTHON ${input:"build/scripts/f2c.py"} -t ${tool:"contrib/tools/f2c"} -c ${input:SRC} -o ${output:SRC.c} ${hide;output_include:"f2c.h"} ${hide;kv:"p FT"} ${hide;kv:"pc light-green"}
3141
3141
}
3142
3142
3143
+ ### @usage: AR_PLUGIN(plugin_name)
3144
+ ###
3145
+ ### Register script, which will process module's .a (archive) output
3146
+ ### Script will receive path to archive, which it should modify in place
3143
3147
macro AR_PLUGIN(name) {
3144
3148
SET(_AR_PLUGIN $name.pyplugin)
3145
3149
}
3146
3150
3151
+ ### @usage: LD_PLUGIN(plugin_name)
3152
+ ###
3153
+ ### Register script, which will process all inputs to any link_exe.py call with modules's library
3154
+ ### Script will receive all arguments to link_exe.py, and can output into stdout preprocessed list
3155
+ ### of all arguments, in JSON format
3147
3156
macro LD_PLUGIN(name) {
3148
3157
SRCS(GLOBAL $name.pyplugin)
3149
3158
}
You can’t perform that action at this time.
0 commit comments