diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog.MELT | 9 | ||||
-rw-r--r-- | gcc/melt-build.mk | 2057 | ||||
-rw-r--r-- | gcc/melt-build.tpl | 19 | ||||
-rw-r--r-- | gcc/melt/warmelt-base.melt | 2 |
4 files changed, 1049 insertions, 1038 deletions
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index f8d1930a5ee..1278d541e25 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,6 +1,15 @@ 2012-06-16 Basile Starynkevitch <basile@starynkevitch.net> + * melt-build.tpl (meltarg_genworklink): Define and use it. + + * melt-build.mk: Regenerate. + + * melt/warmelt-base.melt (checkval_dbg): Cast argument to void to + avoid warnings in generated C file. + +2012-06-16 Basile Starynkevitch <basile@starynkevitch.net> + * melt-runtime.c (melt_output_cfile_decl_impl_secondary_option): Detect when symlinked work source already exists and is same... diff --git a/gcc/melt-build.mk b/gcc/melt-build.mk index a217f23a811..690fd85b410 100644 --- a/gcc/melt-build.mk +++ b/gcc/melt-build.mk @@ -3,7 +3,7 @@ #@#@# #@#@# DO NOT EDIT THIS FILE (melt-build.mk) #@#@# -#@#@# It has been AutoGen-ed May 14, 2012 at 01:50:04 PM by AutoGen 5.12 +#@#@# It has been AutoGen-ed June 16, 2012 at 10:06:20 PM by AutoGen 5.12 #@#@# From the definitions melt-build.def #@#@# and the template file melt-build.tpl ##@@ melt-build.mk is generated from melt-build.tpl by 'autogen melt-build.def' @@ -146,6 +146,7 @@ meltarg_tempdir=$(if $(melt_is_plugin),-fplugin-arg-melt-tempdir,-fmelt-tempdir) meltarg_workdir=$(if $(melt_is_plugin),-fplugin-arg-melt-workdir,-fmelt-workdir) meltarg_arg=$(if $(melt_is_plugin),-fplugin-arg-melt-arg,-fmelt-arg) meltarg_bootstrapping=$(if $(melt_is_plugin),-fplugin-arg-melt-bootstrapping,-fmelt-bootstrapping) +meltarg_genworklink=$(if $(melt_is_plugin),-fplugin-arg-melt-generate-work-link,-fmelt-generate-work-link) meltarg_makefile=$(if $(melt_is_plugin),-fplugin-arg-melt-module-makefile,-fmelt-module-makefile) meltarg_makecmd=$(if $(melt_is_plugin),-fplugin-arg-melt-module-make-command,-fmelt-module-make-command) meltarg_arglist=$(if $(melt_is_plugin),-fplugin-arg-melt-arglist,-fmelt-arglist) @@ -153,24 +154,24 @@ meltarg_output=$(if $(melt_is_plugin),-fplugin-arg-melt-output,-fmelt-output) meltarg_modulecflags=$(if $(melt_is_plugin),-fplugin-arg-melt-module-cflags,-fmelt-module-cflags) meltarg_inhibitautobuild=$(if $(melt_is_plugin),-fplugin-arg-melt-inhibit-auto-build,-fmelt-inhibit-auto-build) -#@ from melt-build.tpl line 96 +#@ from melt-build.tpl line 97 ## MELT_DEBUG could be set to -fmelt-debug or -fplugin-arg-melt-debug -## the invocation to translate the very first initial MELT file from melt-build.tpl line 98 +## the invocation to translate the very first initial MELT file from melt-build.tpl line 99 MELTCCINIT1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=translateinit \ $(meltarg_makefile)=$(melt_make_module_makefile) \ $(meltarg_makecmd)=$(MAKE) \ "$(meltarg_modulecflags)='$(melt_cflags)'" \ $(meltarg_tempdir)=. $(meltarg_bootstrapping) $(MELT_DEBUG) -#@ from melt-build.tpl line 105 -## the invocation to translate the other files from melt-build.tpl line 106 +#@ from melt-build.tpl line 106 +## the invocation to translate the other files from melt-build.tpl line 107 MELTCCFILE1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=translatefile \ $(meltarg_makefile)=$(melt_make_module_makefile) \ $(meltarg_makecmd)=$(MAKE) \ "$(meltarg_modulecflags)='$(melt_cflags)'" \ $(meltarg_tempdir)=. $(meltarg_bootstrapping) $(MELT_DEBUG) -#@ from melt-build.tpl line 113 +#@ from melt-build.tpl line 114 ## the invocation to translate the application files -don't pass the -fmelt-bootstrap flag MELTCCAPPLICATION1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=translatefile \ $(meltarg_makefile)=$(melt_make_module_makefile) \ @@ -179,7 +180,7 @@ MELTCCAPPLICATION1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=trans $(meltarg_tempdir)=. $(MELT_DEBUG) MELTCCAPPLICATION1=$(melt_make_cc1) $(MELTCCAPPLICATION1ARGS) -#@ from melt-build.tpl line 122 +#@ from melt-build.tpl line 123 ## the invocation to run the application files -don't pass the -fmelt-bootstrap flag MELTCCRUNFILE1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=runfile \ $(meltarg_makefile)=$(melt_make_module_makefile) \ @@ -188,7 +189,7 @@ MELTCCRUNFILE1ARGS= $(melt_make_cc1flags) -Wno-shadow $(meltarg_mode)=runfile $(meltarg_tempdir)=. $(MELT_DEBUG) MELTCCRUNFILE1=$(melt_make_cc1) $(MELTCCRUNFILE1ARGS) -## our vpath from melt-build.tpl line 131 +## our vpath from melt-build.tpl line 132 vpath %.quicklybuilt.so . melt-workdir/ $(melt_make_module_dir) vpath %.debugnoline.so . melt-workdir/ $(melt_make_module_dir) vpath %.dynamic.so . melt-workdir/ $(melt_make_module_dir) @@ -199,13 +200,13 @@ vpath %.h . $(melt_make_source_dir)/generated $(melt_source_dir) vpath %.melt $(melt_make_source_dir) . $(melt_source_dir) -## using make to compile the generated C into MELT modules from melt-build.tpl line 142 +## using make to compile the generated C into MELT modules from melt-build.tpl line 143 ## the invoking command could set MELT_MAKE_MODULE_XTRAMAKEFLAGS=-j2 export MELT_MAKE_MODULE_XTRAMAKEFLAGS ##always prefix $(MELT_MAKE_MODULE) with a + in this file. MELT_MAKE_MODULE=$(MAKE) -f $(melt_make_module_makefile) $(MELT_MAKE_MODULE_XTRAMAKEFLAGS) VPATH=$(VPATH):. -## The base name of the MELT translator files from melt-build.tpl line 148 +## The base name of the MELT translator files from melt-build.tpl line 149 MELT_TRANSLATOR_BASE= \ warmelt-first \ warmelt-base \ @@ -217,10 +218,10 @@ MELT_TRANSLATOR_BASE= \ warmelt-outobj \ warmelt-modes -## the MELT translator MELT source files from melt-build.tpl line 152 +## the MELT translator MELT source files from melt-build.tpl line 153 MELT_TRANSLATOR_SOURCE= $(patsubst %,$(melt_make_source_dir)/%.melt,$(MELT_TRANSLATOR_BASE)) -## The base name of the MELT application files from melt-build.tpl line 155 +## The base name of the MELT application files from melt-build.tpl line 156 MELT_APPLICATION_BASE= \ xtramelt-ana-base \ xtramelt-ana-tree \ @@ -230,131 +231,131 @@ MELT_APPLICATION_BASE= \ xtramelt-c-generator \ xtramelt-opengpu -## The MELT application source files from melt-build.tpl line 159 +## The MELT application source files from melt-build.tpl line 160 MELT_APPLICATION_SOURCE= $(patsubst %,$(melt_make_source_dir)/%.melt,$(MELT_APPLICATION_BASE)) -## The cold stage 0 of the translator from melt-build.tpl line 162 +## The cold stage 0 of the translator from melt-build.tpl line 163 -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_FIRST_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-first.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-first+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_FIRST_BASE= \ $(basename $(notdir $(MELT_GENERATED_FIRST_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_FIRST_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_FIRST_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_FIRST_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-first+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_BASE_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-base.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-base+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_BASE_BASE= \ $(basename $(notdir $(MELT_GENERATED_BASE_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_BASE_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_BASE_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_BASE_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-base+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_DEBUG_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-debug.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-debug+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_DEBUG_BASE= \ $(basename $(notdir $(MELT_GENERATED_DEBUG_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_DEBUG_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_DEBUG_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_DEBUG_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-debug+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_MACRO_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-macro.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-macro+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_MACRO_BASE= \ $(basename $(notdir $(MELT_GENERATED_MACRO_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_MACRO_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_MACRO_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_MACRO_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-macro+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_NORMAL_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-normal.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-normal+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_NORMAL_BASE= \ $(basename $(notdir $(MELT_GENERATED_NORMAL_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_NORMAL_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_NORMAL_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_NORMAL_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-normal+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_NORMATCH_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-normatch.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-normatch+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_NORMATCH_BASE= \ $(basename $(notdir $(MELT_GENERATED_NORMATCH_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_NORMATCH_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_NORMATCH_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_NORMATCH_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-normatch+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_GENOBJ_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-genobj.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-genobj+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_GENOBJ_BASE= \ $(basename $(notdir $(MELT_GENERATED_GENOBJ_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_GENOBJ_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_GENOBJ_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_GENOBJ_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-genobj+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_OUTOBJ_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-outobj.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-outobj+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_OUTOBJ_BASE= \ $(basename $(notdir $(MELT_GENERATED_OUTOBJ_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_OUTOBJ_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_OUTOBJ_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-outobj+meltdesc.c) -#@ The C files of the stage 0 are deposited from melt-build.tpl line 164 +#@ The C files of the stage 0 are deposited from melt-build.tpl line 165 MELT_ZERO_GENERATED_MODES_C_FILES= \ $(realpath $(melt_make_source_dir))/generated/warmelt-modes.c \ $(wildcard $(realpath $(melt_make_source_dir))/generated/warmelt-modes+*.c) -# The base names of stage 0 files from melt-build.tpl line 168 +# The base names of stage 0 files from melt-build.tpl line 169 MELT_ZERO_GENERATED_MODES_BASE= \ $(basename $(notdir $(MELT_GENERATED_MODES_C_FILES))) -# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 171 -## avoid spaces in MELT_GENERATED_MODES_CUMULMD5 below from melt-build.tpl line 172 +# for stage 0 files, we don't compute the checksum, we extract what was deposited from melt-build.tpl line 172 +## avoid spaces in MELT_GENERATED_MODES_CUMULMD5 below from melt-build.tpl line 173 MELT_ZERO_GENERATED_MODES_CUMULMD5:=$(shell $(GAWK) -F\" '/extern/{next} /melt_cumulated_hexmd5/{print $$2}' $(melt_make_source_dir)/generated/warmelt-modes+meltdesc.c) -#@ the required work directory from melt-build.tpl line 176 +#@ the required work directory from melt-build.tpl line 177 melt-workdir: mkdir -p melt-workdir ls -ld $$PWD/melt-workdir > melt-workdir-directory.stamp -#@ the work directory timestamp from melt-build.tpl line 181 +#@ the work directory timestamp from melt-build.tpl line 182 melt-workdir-directory.stamp: melt-workdir ; @true ####---------------------------------------------------------------- -## An empty file is needed for every MELT translation from melt-build.tpl line 187 +## An empty file is needed for every MELT translation from melt-build.tpl line 188 empty-file-for-melt.c: date +"/* empty-file-for-melt.c %c */" > $@-tmp mv $@-tmp $@ ## can be overridden manually to either melt-stage0-dynamic or -## melt-stage0-quicklybuilt from melt-build.tpl line 193 +## melt-stage0-quicklybuilt from melt-build.tpl line 194 .PHONY: warmelt0 -## the default stage0 is from melt-build.tpl line 195 +## the default stage0 is from melt-build.tpl line 196 MELT_STAGE_ZERO?=melt-stage0-dynamic MELT_ZERO_FLAVOR=$(patsubst melt-stage0-%,%,$(MELT_STAGE_ZERO)) warmelt0: $(melt_make_cc1_dependency) \ @@ -363,22 +364,22 @@ warmelt0: $(melt_make_cc1_dependency) \ ######################################################################## ## the rules to build the quicklybuilt and dynamic flavors of stage0, that -## is with static or dynamic field object offsets from melt-build.tpl line 204 +## is with static or dynamic field object offsets from melt-build.tpl line 205 -## stage 0 flavor dynamic from melt-build.tpl line 207 +## stage 0 flavor dynamic from melt-build.tpl line 208 -## stage 0 for from melt-build.tpl line 209 +## stage 0 for from melt-build.tpl line 210 melt-stage0-dynamic: test -d melt-stage0-dynamic/ || mkdir melt-stage0-dynamic/ ls -ld $$PWD/melt-stage0-dynamic/ > melt-stage0-dynamic-directory.stamp melt-stage0-dynamic-directory.stamp: melt-stage0-dynamic ; @true -#@ stage 0 flavor dynamic from melt-build.tpl line 215 +#@ stage 0 flavor dynamic from melt-build.tpl line 216 -#@ stage 0 for warmelt-first flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-first flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_FIRST_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -390,44 +391,44 @@ melt-stage0-dynamic/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).dynamic. GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-first \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_FIRST_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-first - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-first* melt-workdir/warmelt-first* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-first* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-first flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-first flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-first+meltdesc.c melt-stage0-dynamic/warmelt-first+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-first+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-first+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-first flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-first flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-first.dynamic.so: \ melt-stage0-dynamic/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-first.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-first.dynamic-module.stamp-tmp \ melt-stage0-warmelt-first.dynamic-module.stamp -#@ stage 0 for warmelt-first flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-first flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-first.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-first.dynamic.so ; @true -#@ stage 0 for warmelt-first flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-first flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-first flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-first flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-base flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-base flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_BASE_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -439,44 +440,44 @@ melt-stage0-dynamic/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).dynamic.so GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-base \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_BASE_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-base - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-base* melt-workdir/warmelt-base* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-base* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-base flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-base flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-base+meltdesc.c melt-stage0-dynamic/warmelt-base+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-base+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-base+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-base flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-base flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-base.dynamic.so: \ melt-stage0-dynamic/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-base.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-base.dynamic-module.stamp-tmp \ melt-stage0-warmelt-base.dynamic-module.stamp -#@ stage 0 for warmelt-base flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-base flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-base.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-base.dynamic.so ; @true -#@ stage 0 for warmelt-base flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-base flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-base flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-base flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-debug flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-debug flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_DEBUG_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -488,44 +489,44 @@ melt-stage0-dynamic/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).dynamic. GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-debug \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-debug - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-debug* melt-workdir/warmelt-debug* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-debug* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-debug flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-debug flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-debug+meltdesc.c melt-stage0-dynamic/warmelt-debug+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-debug+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-debug+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-debug flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-debug flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-debug.dynamic.so: \ melt-stage0-dynamic/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-debug.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-debug.dynamic-module.stamp-tmp \ melt-stage0-warmelt-debug.dynamic-module.stamp -#@ stage 0 for warmelt-debug flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-debug flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-debug.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-debug.dynamic.so ; @true -#@ stage 0 for warmelt-debug flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-debug flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-debug flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-debug flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-macro flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-macro flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_MACRO_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -537,44 +538,44 @@ melt-stage0-dynamic/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).dynamic. GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-macro \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_MACRO_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-macro - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-macro* melt-workdir/warmelt-macro* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-macro* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-macro flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-macro flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-macro+meltdesc.c melt-stage0-dynamic/warmelt-macro+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-macro+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-macro+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-macro flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-macro flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-macro.dynamic.so: \ melt-stage0-dynamic/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-macro.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-macro.dynamic-module.stamp-tmp \ melt-stage0-warmelt-macro.dynamic-module.stamp -#@ stage 0 for warmelt-macro flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-macro flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-macro.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-macro.dynamic.so ; @true -#@ stage 0 for warmelt-macro flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-macro flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-macro flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-macro flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-normal flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-normal flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_NORMAL_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -586,44 +587,44 @@ melt-stage0-dynamic/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).dynami GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-normal \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-normal - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-normal* melt-workdir/warmelt-normal* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-normal* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-normal flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-normal flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-normal+meltdesc.c melt-stage0-dynamic/warmelt-normal+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-normal+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-normal+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-normal flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-normal flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-normal.dynamic.so: \ melt-stage0-dynamic/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-normal.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-normal.dynamic-module.stamp-tmp \ melt-stage0-warmelt-normal.dynamic-module.stamp -#@ stage 0 for warmelt-normal flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-normal flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-normal.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-normal.dynamic.so ; @true -#@ stage 0 for warmelt-normal flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-normal flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-normal flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-normal flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-normatch flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-normatch flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_NORMATCH_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -635,44 +636,44 @@ melt-stage0-dynamic/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5).dy GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-normatch \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-normatch - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-normatch* melt-workdir/warmelt-normatch* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-normatch* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-normatch flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-normatch flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-normatch+meltdesc.c melt-stage0-dynamic/warmelt-normatch+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-normatch+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-normatch+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-normatch flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-normatch flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-normatch.dynamic.so: \ melt-stage0-dynamic/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-normatch.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-normatch.dynamic-module.stamp-tmp \ melt-stage0-warmelt-normatch.dynamic-module.stamp -#@ stage 0 for warmelt-normatch flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-normatch flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-normatch.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-normatch.dynamic.so ; @true -#@ stage 0 for warmelt-normatch flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-normatch flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-normatch flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-normatch flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-genobj flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-genobj flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_GENOBJ_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -684,44 +685,44 @@ melt-stage0-dynamic/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).dynami GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-genobj \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-genobj - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-genobj* melt-workdir/warmelt-genobj* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-genobj* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-genobj flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-genobj flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-genobj+meltdesc.c melt-stage0-dynamic/warmelt-genobj+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-genobj+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-genobj+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-genobj flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-genobj flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-genobj.dynamic.so: \ melt-stage0-dynamic/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-genobj.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-genobj.dynamic-module.stamp-tmp \ melt-stage0-warmelt-genobj.dynamic-module.stamp -#@ stage 0 for warmelt-genobj flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-genobj flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-genobj.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-genobj.dynamic.so ; @true -#@ stage 0 for warmelt-genobj flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-genobj flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-genobj flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-genobj flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-outobj flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-outobj flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_OUTOBJ_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -733,44 +734,44 @@ melt-stage0-dynamic/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).dynami GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-outobj \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-outobj - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-outobj* melt-workdir/warmelt-outobj* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-outobj* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-outobj flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-outobj flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-outobj+meltdesc.c melt-stage0-dynamic/warmelt-outobj+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-outobj+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-outobj+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-outobj flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-outobj flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-outobj.dynamic.so: \ melt-stage0-dynamic/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-outobj.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-outobj.dynamic-module.stamp-tmp \ melt-stage0-warmelt-outobj.dynamic-module.stamp -#@ stage 0 for warmelt-outobj flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-outobj flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-outobj.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-outobj.dynamic.so ; @true -#@ stage 0 for warmelt-outobj flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-outobj flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-outobj flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-outobj flavored dynamic from melt-build.tpl line 266 -#@ stage 0 for warmelt-modes flavor dynamic from melt-build.tpl line 219 +#@ stage 0 for warmelt-modes flavor dynamic from melt-build.tpl line 220 melt-stage0-dynamic/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).dynamic.so: $(MELT_ZERO_GENERATED_MODES_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-dynamic-directory.stamp $(melt_make_cc1_dependency) @@ -782,45 +783,45 @@ melt-stage0-dynamic/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).dynamic. GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-modes \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_MODES_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-dynamic/warmelt-modes - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-dynamic/warmelt-modes* melt-workdir/warmelt-modes* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-dynamic/warmelt-modes* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-modes flavor dynamic descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-modes flavor dynamic descfiles from melt-build.tpl line 239 melt-stage0-dynamic/warmelt-modes+meltdesc.c melt-stage0-dynamic/warmelt-modes+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-modes+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-modes+melttime.h $(LN_S) -v -f $? melt-stage0-dynamic/ -#@ stage 0 for warmelt-modes flavor dynamic shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-modes flavor dynamic shortmodule from melt-build.tpl line 246 melt-stage0-dynamic/warmelt-modes.dynamic.so: \ melt-stage0-dynamic/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).dynamic.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-dynamic/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-modes.dynamic-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-modes.dynamic-module.stamp-tmp \ melt-stage0-warmelt-modes.dynamic-module.stamp -#@ stage 0 for warmelt-modes flavor dynamic stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-modes flavor dynamic stamp from melt-build.tpl line 260 melt-stage0-warmelt-modes.dynamic-module.stamp: \ melt-stage0-dynamic/warmelt-modes.dynamic.so ; @true -#@ stage 0 for warmelt-modes flavor dynamic done from melt-build.tpl line 263 +#@ stage 0 for warmelt-modes flavor dynamic done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-modes flavored dynamic from melt-build.tpl line 265 +#### end STAGE0 of warmelt-modes flavored dynamic from melt-build.tpl line 266 -#@ stage 0 flavor dynamic modulelist from melt-build.tpl line 269 +#@ stage 0 flavor dynamic modulelist from melt-build.tpl line 270 melt-stage0-dynamic/warmelt.modlis: | \ melt-stage0-dynamic/warmelt-first.dynamic.so \ melt-stage0-dynamic/warmelt-first+meltdesc.c \ @@ -864,7 +865,7 @@ melt-stage0-dynamic/warmelt.modlis: | \ -#@ stage 0 flavor dynamic fullstage stamp from melt-build.tpl line 283 +#@ stage 0 flavor dynamic fullstage stamp from melt-build.tpl line 284 melt-stage0-dynamic-fullstage.stamp: \ melt-stage0-warmelt-first.dynamic-module.stamp \ melt-stage0-warmelt-base.dynamic-module.stamp \ @@ -879,23 +880,23 @@ melt-stage0-dynamic-fullstage.stamp: \ $(melt_move_if_change) $@-tmp $@ -##@ end STAGE0 flavor dynamic from melt-build.tpl line 291 +##@ end STAGE0 flavor dynamic from melt-build.tpl line 292 ####------------------------------------------------------------- -## stage 0 flavor quicklybuilt from melt-build.tpl line 207 +## stage 0 flavor quicklybuilt from melt-build.tpl line 208 -## stage 0 for from melt-build.tpl line 209 +## stage 0 for from melt-build.tpl line 210 melt-stage0-quicklybuilt: test -d melt-stage0-quicklybuilt/ || mkdir melt-stage0-quicklybuilt/ ls -ld $$PWD/melt-stage0-quicklybuilt/ > melt-stage0-quicklybuilt-directory.stamp melt-stage0-quicklybuilt-directory.stamp: melt-stage0-quicklybuilt ; @true -#@ stage 0 flavor quicklybuilt from melt-build.tpl line 215 +#@ stage 0 flavor quicklybuilt from melt-build.tpl line 216 -#@ stage 0 for warmelt-first flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-first flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_FIRST_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -907,44 +908,44 @@ melt-stage0-quicklybuilt/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).qui GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-first \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_FIRST_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-first - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-first* melt-workdir/warmelt-first* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-first* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-first flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-first flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-first+meltdesc.c melt-stage0-quicklybuilt/warmelt-first+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-first+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-first+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-first flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-first flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-first.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-first.$(MELT_ZERO_GENERATED_FIRST_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-first.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-first.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-first.quicklybuilt-module.stamp -#@ stage 0 for warmelt-first flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-first flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-first.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-first.quicklybuilt.so ; @true -#@ stage 0 for warmelt-first flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-first flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-first flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-first flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-base flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-base flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_BASE_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -956,44 +957,44 @@ melt-stage0-quicklybuilt/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).quick GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-base \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_BASE_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-base - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-base* melt-workdir/warmelt-base* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-base* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-base flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-base flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-base+meltdesc.c melt-stage0-quicklybuilt/warmelt-base+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-base+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-base+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-base flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-base flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-base.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-base.$(MELT_ZERO_GENERATED_BASE_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-base.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-base.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-base.quicklybuilt-module.stamp -#@ stage 0 for warmelt-base flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-base flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-base.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-base.quicklybuilt.so ; @true -#@ stage 0 for warmelt-base flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-base flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-base flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-base flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-debug flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-debug flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_DEBUG_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1005,44 +1006,44 @@ melt-stage0-quicklybuilt/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).qui GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-debug \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-debug - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-debug* melt-workdir/warmelt-debug* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-debug* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-debug flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-debug flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-debug+meltdesc.c melt-stage0-quicklybuilt/warmelt-debug+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-debug+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-debug+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-debug flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-debug flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-debug.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-debug.$(MELT_ZERO_GENERATED_DEBUG_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-debug.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-debug.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-debug.quicklybuilt-module.stamp -#@ stage 0 for warmelt-debug flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-debug flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-debug.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-debug.quicklybuilt.so ; @true -#@ stage 0 for warmelt-debug flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-debug flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-debug flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-debug flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-macro flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-macro flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_MACRO_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1054,44 +1055,44 @@ melt-stage0-quicklybuilt/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).qui GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-macro \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_MACRO_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-macro - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-macro* melt-workdir/warmelt-macro* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-macro* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-macro flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-macro flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-macro+meltdesc.c melt-stage0-quicklybuilt/warmelt-macro+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-macro+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-macro+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-macro flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-macro flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-macro.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-macro.$(MELT_ZERO_GENERATED_MACRO_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-macro.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-macro.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-macro.quicklybuilt-module.stamp -#@ stage 0 for warmelt-macro flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-macro flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-macro.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-macro.quicklybuilt.so ; @true -#@ stage 0 for warmelt-macro flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-macro flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-macro flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-macro flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-normal flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-normal flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_NORMAL_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1103,44 +1104,44 @@ melt-stage0-quicklybuilt/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).q GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-normal \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-normal - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-normal* melt-workdir/warmelt-normal* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-normal* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-normal flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-normal flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-normal+meltdesc.c melt-stage0-quicklybuilt/warmelt-normal+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-normal+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-normal+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-normal flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-normal flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-normal.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-normal.$(MELT_ZERO_GENERATED_NORMAL_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-normal.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-normal.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-normal.quicklybuilt-module.stamp -#@ stage 0 for warmelt-normal flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-normal flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-normal.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-normal.quicklybuilt.so ; @true -#@ stage 0 for warmelt-normal flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-normal flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-normal flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-normal flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-normatch flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-normatch flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_NORMATCH_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1152,44 +1153,44 @@ melt-stage0-quicklybuilt/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-normatch \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-normatch - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-normatch* melt-workdir/warmelt-normatch* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-normatch* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-normatch flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-normatch flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-normatch+meltdesc.c melt-stage0-quicklybuilt/warmelt-normatch+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-normatch+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-normatch+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-normatch flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-normatch flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-normatch.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-normatch.$(MELT_ZERO_GENERATED_NORMATCH_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-normatch.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-normatch.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-normatch.quicklybuilt-module.stamp -#@ stage 0 for warmelt-normatch flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-normatch flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-normatch.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-normatch.quicklybuilt.so ; @true -#@ stage 0 for warmelt-normatch flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-normatch flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-normatch flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-normatch flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-genobj flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-genobj flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_GENOBJ_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1201,44 +1202,44 @@ melt-stage0-quicklybuilt/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).q GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-genobj \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-genobj - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-genobj* melt-workdir/warmelt-genobj* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-genobj* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-genobj flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-genobj flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-genobj+meltdesc.c melt-stage0-quicklybuilt/warmelt-genobj+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-genobj+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-genobj+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-genobj flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-genobj flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-genobj.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-genobj.$(MELT_ZERO_GENERATED_GENOBJ_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-genobj.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-genobj.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-genobj.quicklybuilt-module.stamp -#@ stage 0 for warmelt-genobj flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-genobj flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-genobj.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-genobj.quicklybuilt.so ; @true -#@ stage 0 for warmelt-genobj flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-genobj flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-genobj flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-genobj flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-outobj flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-outobj flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_OUTOBJ_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1250,44 +1251,44 @@ melt-stage0-quicklybuilt/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).q GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-outobj \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-outobj - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-outobj* melt-workdir/warmelt-outobj* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-outobj* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-outobj flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-outobj flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-outobj+meltdesc.c melt-stage0-quicklybuilt/warmelt-outobj+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-outobj+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-outobj+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-outobj flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-outobj flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-outobj.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-outobj.$(MELT_ZERO_GENERATED_OUTOBJ_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-outobj.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-outobj.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-outobj.quicklybuilt-module.stamp -#@ stage 0 for warmelt-outobj flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-outobj flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-outobj.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-outobj.quicklybuilt.so ; @true -#@ stage 0 for warmelt-outobj flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-outobj flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-outobj flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-outobj flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 for warmelt-modes flavor quicklybuilt from melt-build.tpl line 219 +#@ stage 0 for warmelt-modes flavor quicklybuilt from melt-build.tpl line 220 melt-stage0-quicklybuilt/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).quicklybuilt.so: $(MELT_ZERO_GENERATED_MODES_C_FILES) \ melt-run.h melt-runtime.h melt-runtime.c melt-workdir-directory.stamp \ melt-predef.h melt-stage0-quicklybuilt-directory.stamp $(melt_make_cc1_dependency) @@ -1299,45 +1300,45 @@ melt-stage0-quicklybuilt/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).qui GCCMELT_MODULE_SOURCEBASE=$(melt_make_source_dir)/generated/warmelt-modes \ GCCMELT_CUMULATED_MD5=$(MELT_ZERO_GENERATED_MODES_CUMULMD5) \ GCCMELT_MODULE_BINARYBASE=melt-stage0-quicklybuilt/warmelt-modes - @echo from melt-build.tpl line 231 $@ "real!melt-workdir=$(realpath melt-workdir)" + @echo from melt-build.tpl line 232 $@ "real!melt-workdir=$(realpath melt-workdir)" -ls -l melt-stage0-quicklybuilt/warmelt-modes* melt-workdir/warmelt-modes* $(LN_S) -v -f $(realpath melt-workdir)/$(notdir $@) $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 235 + @echo '@@touched' $@ from melt-build.tpl line 236 -ls -l melt-stage0-quicklybuilt/warmelt-modes* melt-workdir/$(notdir $@) $@ -#@ stage 0 for warmelt-modes flavor quicklybuilt descfiles from melt-build.tpl line 238 +#@ stage 0 for warmelt-modes flavor quicklybuilt descfiles from melt-build.tpl line 239 melt-stage0-quicklybuilt/warmelt-modes+meltdesc.c melt-stage0-quicklybuilt/warmelt-modes+melttime.h: \ $(melt_make_source_dir)/generated/warmelt-modes+meltdesc.c \ $(melt_make_source_dir)/generated/warmelt-modes+melttime.h $(LN_S) -v -f $? melt-stage0-quicklybuilt/ -#@ stage 0 for warmelt-modes flavor quicklybuilt shortmodule from melt-build.tpl line 245 +#@ stage 0 for warmelt-modes flavor quicklybuilt shortmodule from melt-build.tpl line 246 melt-stage0-quicklybuilt/warmelt-modes.quicklybuilt.so: \ melt-stage0-quicklybuilt/warmelt-modes.$(MELT_ZERO_GENERATED_MODES_CUMULMD5).quicklybuilt.so - @echo from melt-build.tpl line 248 $@ + @echo from melt-build.tpl line 249 $@ -ls -l $< $@ - @echo from melt-build.tpl line 250 $@ + @echo from melt-build.tpl line 251 $@ cd melt-stage0-quicklybuilt/ ; $(LN_S) -v -f $(notdir $<) $(notdir $@) -ls -l $< $@ touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 254 + @echo '@@touched' $@ from melt-build.tpl line 255 $(MD5SUM) $@ > melt-stage0-warmelt-modes.quicklybuilt-module.stamp-tmp $(melt_move_if_change) melt-stage0-warmelt-modes.quicklybuilt-module.stamp-tmp \ melt-stage0-warmelt-modes.quicklybuilt-module.stamp -#@ stage 0 for warmelt-modes flavor quicklybuilt stamp from melt-build.tpl line 259 +#@ stage 0 for warmelt-modes flavor quicklybuilt stamp from melt-build.tpl line 260 melt-stage0-warmelt-modes.quicklybuilt-module.stamp: \ melt-stage0-quicklybuilt/warmelt-modes.quicklybuilt.so ; @true -#@ stage 0 for warmelt-modes flavor quicklybuilt done from melt-build.tpl line 263 +#@ stage 0 for warmelt-modes flavor quicklybuilt done from melt-build.tpl line 264 -#### end STAGE0 of warmelt-modes flavored quicklybuilt from melt-build.tpl line 265 +#### end STAGE0 of warmelt-modes flavored quicklybuilt from melt-build.tpl line 266 -#@ stage 0 flavor quicklybuilt modulelist from melt-build.tpl line 269 +#@ stage 0 flavor quicklybuilt modulelist from melt-build.tpl line 270 melt-stage0-quicklybuilt/warmelt.modlis: | \ melt-stage0-quicklybuilt/warmelt-first.quicklybuilt.so \ melt-stage0-quicklybuilt/warmelt-first+meltdesc.c \ @@ -1381,7 +1382,7 @@ melt-stage0-quicklybuilt/warmelt.modlis: | \ -#@ stage 0 flavor quicklybuilt fullstage stamp from melt-build.tpl line 283 +#@ stage 0 flavor quicklybuilt fullstage stamp from melt-build.tpl line 284 melt-stage0-quicklybuilt-fullstage.stamp: \ melt-stage0-warmelt-first.quicklybuilt-module.stamp \ melt-stage0-warmelt-base.quicklybuilt-module.stamp \ @@ -1396,7 +1397,7 @@ melt-stage0-quicklybuilt-fullstage.stamp: \ $(melt_move_if_change) $@-tmp $@ -##@ end STAGE0 flavor quicklybuilt from melt-build.tpl line 291 +##@ end STAGE0 flavor quicklybuilt from melt-build.tpl line 292 ####------------------------------------------------------------- @@ -1404,26 +1405,26 @@ melt-stage0-quicklybuilt-fullstage.stamp: \ ################################################################ ################################################################ -#### making our melt stages from melt-build.tpl line 299 +#### making our melt stages from melt-build.tpl line 300 -#@ for melt-stage1 from melt-build.tpl line 302 +#@ for melt-stage1 from melt-build.tpl line 303 #### rules for melt-stage1, previous $(MELT_STAGE_ZERO) -### the C source of melt-stage1 for warmelt-first from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-first from melt-build.tpl line 313 -## the timestamp C header file for warmelt-first from melt-build.tpl line 314 +## the timestamp C header file for warmelt-first from melt-build.tpl line 315 melt-stage1/warmelt-first+melttime.h: melt-stage1/warmelt-first+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-first from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-first from melt-build.tpl line 318 melt-stage1/warmelt-first+meltdesc.c melt-stage1/warmelt-first.c: \ $(melt_make_source_dir)/warmelt-first.melt \ melt-stage1-directory.stamp \ $(MELT_STAGE_ZERO)-fullstage.stamp $(MELT_STAGE_ZERO)/warmelt.modlis \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCINIT1ARGS) $(meltarg_init)=\ $(MELT_STAGE_ZERO)/warmelt-first.$(MELT_ZERO_FLAVOR):\ @@ -1438,21 +1439,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-first+melt-stage1 @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-first $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-first $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-first+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-first+melt-stage1.args-tmp warmelt-first+melt-stage1.args - @echo; echo; echo -n warmelt-first+melt-stage1.args: ; cat warmelt-first+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-first+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-first+melt-stage1.args: ; cat warmelt-first+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-first+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-first+melt-stage1.args - @ls -l melt-stage1/warmelt-first.c || ( echo "*@*MISSING " melt-stage1/warmelt-first.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-first.c || ( echo "*@*MISSING " melt-stage1/warmelt-first.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-first for melt-stage1 melt-stage1/warmelt-first.quicklybuilt.so: melt-stage1/warmelt-first.c \ $(wildcard melt-stage1/warmelt-first+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1460,22 +1461,22 @@ melt-stage1/warmelt-first.quicklybuilt.so: melt-stage1/warmelt-first.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-first \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-first touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-first-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-first-module.stamp-tmp melt-stage1-warmelt-first-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-first-module.stamp: melt-stage1/warmelt-first.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-first for melt-stage1 melt-stage1/warmelt-first.debugnoline.so: melt-stage1/warmelt-first.c \ $(wildcard melt-stage1/warmelt-first+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1485,12 +1486,12 @@ melt-stage1/warmelt-first.debugnoline.so: melt-stage1/warmelt-first.c \ -### the C source of melt-stage1 for warmelt-base from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-base from melt-build.tpl line 313 -## the timestamp C header file for warmelt-base from melt-build.tpl line 314 +## the timestamp C header file for warmelt-base from melt-build.tpl line 315 melt-stage1/warmelt-base+melttime.h: melt-stage1/warmelt-base+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-base from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-base from melt-build.tpl line 318 melt-stage1/warmelt-base+meltdesc.c melt-stage1/warmelt-base.c: \ $(melt_make_source_dir)/warmelt-base.melt \ melt-stage1-directory.stamp \ @@ -1498,7 +1499,7 @@ melt-stage1/warmelt-base+meltdesc.c melt-stage1/warmelt-base.c: \ melt-stage1-warmelt-first-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1513,21 +1514,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-base+melt-stage1. @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-base $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-base $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-base+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-base+melt-stage1.args-tmp warmelt-base+melt-stage1.args - @echo; echo; echo -n warmelt-base+melt-stage1.args: ; cat warmelt-base+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-base+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-base+melt-stage1.args: ; cat warmelt-base+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-base+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-base+melt-stage1.args - @ls -l melt-stage1/warmelt-base.c || ( echo "*@*MISSING " melt-stage1/warmelt-base.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-base.c || ( echo "*@*MISSING " melt-stage1/warmelt-base.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-base for melt-stage1 melt-stage1/warmelt-base.quicklybuilt.so: melt-stage1/warmelt-base.c \ $(wildcard melt-stage1/warmelt-base+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1535,22 +1536,22 @@ melt-stage1/warmelt-base.quicklybuilt.so: melt-stage1/warmelt-base.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-base \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-base touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-base-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-base-module.stamp-tmp melt-stage1-warmelt-base-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-base-module.stamp: melt-stage1/warmelt-base.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-base for melt-stage1 melt-stage1/warmelt-base.debugnoline.so: melt-stage1/warmelt-base.c \ $(wildcard melt-stage1/warmelt-base+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1560,12 +1561,12 @@ melt-stage1/warmelt-base.debugnoline.so: melt-stage1/warmelt-base.c \ -### the C source of melt-stage1 for warmelt-debug from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-debug from melt-build.tpl line 313 -## the timestamp C header file for warmelt-debug from melt-build.tpl line 314 +## the timestamp C header file for warmelt-debug from melt-build.tpl line 315 melt-stage1/warmelt-debug+melttime.h: melt-stage1/warmelt-debug+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-debug from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-debug from melt-build.tpl line 318 melt-stage1/warmelt-debug+meltdesc.c melt-stage1/warmelt-debug.c: \ $(melt_make_source_dir)/warmelt-debug.melt \ melt-stage1-directory.stamp \ @@ -1574,7 +1575,7 @@ melt-stage1/warmelt-debug+meltdesc.c melt-stage1/warmelt-debug.c: \ melt-stage1-warmelt-base-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1589,21 +1590,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-debug+melt-stage1 @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-debug $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-debug $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-debug+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-debug+melt-stage1.args-tmp warmelt-debug+melt-stage1.args - @echo; echo; echo -n warmelt-debug+melt-stage1.args: ; cat warmelt-debug+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-debug+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-debug+melt-stage1.args: ; cat warmelt-debug+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-debug+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-debug+melt-stage1.args - @ls -l melt-stage1/warmelt-debug.c || ( echo "*@*MISSING " melt-stage1/warmelt-debug.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-debug.c || ( echo "*@*MISSING " melt-stage1/warmelt-debug.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-debug for melt-stage1 melt-stage1/warmelt-debug.quicklybuilt.so: melt-stage1/warmelt-debug.c \ $(wildcard melt-stage1/warmelt-debug+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1611,22 +1612,22 @@ melt-stage1/warmelt-debug.quicklybuilt.so: melt-stage1/warmelt-debug.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-debug \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-debug touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-debug-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-debug-module.stamp-tmp melt-stage1-warmelt-debug-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-debug-module.stamp: melt-stage1/warmelt-debug.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-debug for melt-stage1 melt-stage1/warmelt-debug.debugnoline.so: melt-stage1/warmelt-debug.c \ $(wildcard melt-stage1/warmelt-debug+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1636,12 +1637,12 @@ melt-stage1/warmelt-debug.debugnoline.so: melt-stage1/warmelt-debug.c \ -### the C source of melt-stage1 for warmelt-macro from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-macro from melt-build.tpl line 313 -## the timestamp C header file for warmelt-macro from melt-build.tpl line 314 +## the timestamp C header file for warmelt-macro from melt-build.tpl line 315 melt-stage1/warmelt-macro+melttime.h: melt-stage1/warmelt-macro+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-macro from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-macro from melt-build.tpl line 318 melt-stage1/warmelt-macro+meltdesc.c melt-stage1/warmelt-macro.c: \ $(melt_make_source_dir)/warmelt-macro.melt \ melt-stage1-directory.stamp \ @@ -1651,7 +1652,7 @@ melt-stage1/warmelt-macro+meltdesc.c melt-stage1/warmelt-macro.c: \ melt-stage1-warmelt-debug-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1666,21 +1667,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-macro+melt-stage1 @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-macro $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-macro $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-macro+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-macro+melt-stage1.args-tmp warmelt-macro+melt-stage1.args - @echo; echo; echo -n warmelt-macro+melt-stage1.args: ; cat warmelt-macro+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-macro+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-macro+melt-stage1.args: ; cat warmelt-macro+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-macro+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-macro+melt-stage1.args - @ls -l melt-stage1/warmelt-macro.c || ( echo "*@*MISSING " melt-stage1/warmelt-macro.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-macro.c || ( echo "*@*MISSING " melt-stage1/warmelt-macro.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-macro for melt-stage1 melt-stage1/warmelt-macro.quicklybuilt.so: melt-stage1/warmelt-macro.c \ $(wildcard melt-stage1/warmelt-macro+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1688,22 +1689,22 @@ melt-stage1/warmelt-macro.quicklybuilt.so: melt-stage1/warmelt-macro.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-macro \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-macro touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-macro-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-macro-module.stamp-tmp melt-stage1-warmelt-macro-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-macro-module.stamp: melt-stage1/warmelt-macro.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-macro for melt-stage1 melt-stage1/warmelt-macro.debugnoline.so: melt-stage1/warmelt-macro.c \ $(wildcard melt-stage1/warmelt-macro+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1713,12 +1714,12 @@ melt-stage1/warmelt-macro.debugnoline.so: melt-stage1/warmelt-macro.c \ -### the C source of melt-stage1 for warmelt-normal from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-normal from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normal from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normal from melt-build.tpl line 315 melt-stage1/warmelt-normal+melttime.h: melt-stage1/warmelt-normal+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-normal from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-normal from melt-build.tpl line 318 melt-stage1/warmelt-normal+meltdesc.c melt-stage1/warmelt-normal.c: \ $(melt_make_source_dir)/warmelt-normal.melt \ melt-stage1-directory.stamp \ @@ -1730,7 +1731,7 @@ melt-stage1/warmelt-normal+meltdesc.c melt-stage1/warmelt-normal.c: \ melt-stage1-warmelt-macro-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1745,21 +1746,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-normal+melt-stage @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-normal $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-normal $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normal+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-normal+melt-stage1.args-tmp warmelt-normal+melt-stage1.args - @echo; echo; echo -n warmelt-normal+melt-stage1.args: ; cat warmelt-normal+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normal+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normal+melt-stage1.args: ; cat warmelt-normal+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normal+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normal+melt-stage1.args - @ls -l melt-stage1/warmelt-normal.c || ( echo "*@*MISSING " melt-stage1/warmelt-normal.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-normal.c || ( echo "*@*MISSING " melt-stage1/warmelt-normal.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normal for melt-stage1 melt-stage1/warmelt-normal.quicklybuilt.so: melt-stage1/warmelt-normal.c \ $(wildcard melt-stage1/warmelt-normal+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1767,22 +1768,22 @@ melt-stage1/warmelt-normal.quicklybuilt.so: melt-stage1/warmelt-normal.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-normal \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-normal touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-normal-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-normal-module.stamp-tmp melt-stage1-warmelt-normal-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-normal-module.stamp: melt-stage1/warmelt-normal.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normal for melt-stage1 melt-stage1/warmelt-normal.debugnoline.so: melt-stage1/warmelt-normal.c \ $(wildcard melt-stage1/warmelt-normal+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1792,12 +1793,12 @@ melt-stage1/warmelt-normal.debugnoline.so: melt-stage1/warmelt-normal.c \ -### the C source of melt-stage1 for warmelt-normatch from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-normatch from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normatch from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normatch from melt-build.tpl line 315 melt-stage1/warmelt-normatch+melttime.h: melt-stage1/warmelt-normatch+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-normatch from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-normatch from melt-build.tpl line 318 melt-stage1/warmelt-normatch+meltdesc.c melt-stage1/warmelt-normatch.c: \ $(melt_make_source_dir)/warmelt-normatch.melt \ melt-stage1-directory.stamp \ @@ -1809,7 +1810,7 @@ melt-stage1/warmelt-normatch+meltdesc.c melt-stage1/warmelt-normatch.c: \ melt-stage1-warmelt-normal-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1824,21 +1825,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-normatch+melt-sta @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-normatch $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-normatch $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normatch+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-normatch+melt-stage1.args-tmp warmelt-normatch+melt-stage1.args - @echo; echo; echo -n warmelt-normatch+melt-stage1.args: ; cat warmelt-normatch+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normatch+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normatch+melt-stage1.args: ; cat warmelt-normatch+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normatch+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normatch+melt-stage1.args - @ls -l melt-stage1/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage1/warmelt-normatch.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage1/warmelt-normatch.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normatch for melt-stage1 melt-stage1/warmelt-normatch.quicklybuilt.so: melt-stage1/warmelt-normatch.c \ $(wildcard melt-stage1/warmelt-normatch+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1846,22 +1847,22 @@ melt-stage1/warmelt-normatch.quicklybuilt.so: melt-stage1/warmelt-normatch.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-normatch \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-normatch touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-normatch-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-normatch-module.stamp-tmp melt-stage1-warmelt-normatch-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-normatch-module.stamp: melt-stage1/warmelt-normatch.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normatch for melt-stage1 melt-stage1/warmelt-normatch.debugnoline.so: melt-stage1/warmelt-normatch.c \ $(wildcard melt-stage1/warmelt-normatch+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1871,12 +1872,12 @@ melt-stage1/warmelt-normatch.debugnoline.so: melt-stage1/warmelt-normatch.c \ -### the C source of melt-stage1 for warmelt-genobj from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-genobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-genobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-genobj from melt-build.tpl line 315 melt-stage1/warmelt-genobj+melttime.h: melt-stage1/warmelt-genobj+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-genobj from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-genobj from melt-build.tpl line 318 melt-stage1/warmelt-genobj+meltdesc.c melt-stage1/warmelt-genobj.c: \ $(melt_make_source_dir)/warmelt-genobj.melt \ melt-stage1-directory.stamp \ @@ -1889,7 +1890,7 @@ melt-stage1/warmelt-genobj+meltdesc.c melt-stage1/warmelt-genobj.c: \ melt-stage1-warmelt-normatch-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1904,21 +1905,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-genobj+melt-stage @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-genobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-genobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-genobj+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-genobj+melt-stage1.args-tmp warmelt-genobj+melt-stage1.args - @echo; echo; echo -n warmelt-genobj+melt-stage1.args: ; cat warmelt-genobj+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-genobj+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-genobj+melt-stage1.args: ; cat warmelt-genobj+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-genobj+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-genobj+melt-stage1.args - @ls -l melt-stage1/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage1/warmelt-genobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage1/warmelt-genobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-genobj for melt-stage1 melt-stage1/warmelt-genobj.quicklybuilt.so: melt-stage1/warmelt-genobj.c \ $(wildcard melt-stage1/warmelt-genobj+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -1926,22 +1927,22 @@ melt-stage1/warmelt-genobj.quicklybuilt.so: melt-stage1/warmelt-genobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-genobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-genobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-genobj-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-genobj-module.stamp-tmp melt-stage1-warmelt-genobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-genobj-module.stamp: melt-stage1/warmelt-genobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-genobj for melt-stage1 melt-stage1/warmelt-genobj.debugnoline.so: melt-stage1/warmelt-genobj.c \ $(wildcard melt-stage1/warmelt-genobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -1951,12 +1952,12 @@ melt-stage1/warmelt-genobj.debugnoline.so: melt-stage1/warmelt-genobj.c \ -### the C source of melt-stage1 for warmelt-outobj from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-outobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-outobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-outobj from melt-build.tpl line 315 melt-stage1/warmelt-outobj+melttime.h: melt-stage1/warmelt-outobj+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-outobj from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-outobj from melt-build.tpl line 318 melt-stage1/warmelt-outobj+meltdesc.c melt-stage1/warmelt-outobj.c: \ $(melt_make_source_dir)/warmelt-outobj.melt \ melt-stage1-directory.stamp \ @@ -1970,7 +1971,7 @@ melt-stage1/warmelt-outobj+meltdesc.c melt-stage1/warmelt-outobj.c: \ melt-stage1-warmelt-genobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -1985,21 +1986,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-outobj+melt-stage @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-outobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-outobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-outobj+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-outobj+melt-stage1.args-tmp warmelt-outobj+melt-stage1.args - @echo; echo; echo -n warmelt-outobj+melt-stage1.args: ; cat warmelt-outobj+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-outobj+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-outobj+melt-stage1.args: ; cat warmelt-outobj+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-outobj+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-outobj+melt-stage1.args - @ls -l melt-stage1/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage1/warmelt-outobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage1/warmelt-outobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-outobj for melt-stage1 melt-stage1/warmelt-outobj.quicklybuilt.so: melt-stage1/warmelt-outobj.c \ $(wildcard melt-stage1/warmelt-outobj+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2007,22 +2008,22 @@ melt-stage1/warmelt-outobj.quicklybuilt.so: melt-stage1/warmelt-outobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-outobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-outobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-outobj-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-outobj-module.stamp-tmp melt-stage1-warmelt-outobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-outobj-module.stamp: melt-stage1/warmelt-outobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-outobj for melt-stage1 melt-stage1/warmelt-outobj.debugnoline.so: melt-stage1/warmelt-outobj.c \ $(wildcard melt-stage1/warmelt-outobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2032,12 +2033,12 @@ melt-stage1/warmelt-outobj.debugnoline.so: melt-stage1/warmelt-outobj.c \ -### the C source of melt-stage1 for warmelt-modes from melt-build.tpl line 312 +### the C source of melt-stage1 for warmelt-modes from melt-build.tpl line 313 -## the timestamp C header file for warmelt-modes from melt-build.tpl line 314 +## the timestamp C header file for warmelt-modes from melt-build.tpl line 315 melt-stage1/warmelt-modes+melttime.h: melt-stage1/warmelt-modes+meltdesc.c; @true -## the descriptive C of melt-stage1 for warmelt-modes from melt-build.tpl line 317 +## the descriptive C of melt-stage1 for warmelt-modes from melt-build.tpl line 318 melt-stage1/warmelt-modes+meltdesc.c melt-stage1/warmelt-modes.c: \ $(melt_make_source_dir)/warmelt-modes.melt \ melt-stage1-directory.stamp \ @@ -2052,7 +2053,7 @@ melt-stage1/warmelt-modes+meltdesc.c melt-stage1/warmelt-modes.c: \ melt-stage1-warmelt-outobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage1 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -2067,21 +2068,21 @@ $(MELT_STAGE_ZERO)/warmelt-modes.$(MELT_ZERO_FLAVOR) > warmelt-modes+melt-stage1 @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage1):$(realpath $(MELT_STAGE_ZERO)):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage1/warmelt-modes $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage1/warmelt-modes $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-modes+melt-stage1.args-tmp @$(melt_move_if_change) warmelt-modes+melt-stage1.args-tmp warmelt-modes+melt-stage1.args - @echo; echo; echo -n warmelt-modes+melt-stage1.args: ; cat warmelt-modes+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-modes+melt-stage1 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-modes+melt-stage1.args: ; cat warmelt-modes+melt-stage1.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-modes+melt-stage1 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-modes+melt-stage1.args - @ls -l melt-stage1/warmelt-modes.c || ( echo "*@*MISSING " melt-stage1/warmelt-modes.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage1/warmelt-modes.c || ( echo "*@*MISSING " melt-stage1/warmelt-modes.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-modes for melt-stage1 melt-stage1/warmelt-modes.quicklybuilt.so: melt-stage1/warmelt-modes.c \ $(wildcard melt-stage1/warmelt-modes+*.c) $(MELT_STAGE_ZERO)-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2089,22 +2090,22 @@ melt-stage1/warmelt-modes.quicklybuilt.so: melt-stage1/warmelt-modes.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage1/warmelt-modes \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage1)/warmelt-modes touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage1-warmelt-modes-module.stamp-tmp $(melt_move_if_change) melt-stage1-warmelt-modes-module.stamp-tmp melt-stage1-warmelt-modes-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage1-warmelt-modes-module.stamp: melt-stage1/warmelt-modes.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-modes for melt-stage1 melt-stage1/warmelt-modes.debugnoline.so: melt-stage1/warmelt-modes.c \ $(wildcard melt-stage1/warmelt-modes+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2115,7 +2116,7 @@ melt-stage1/warmelt-modes.debugnoline.so: melt-stage1/warmelt-modes.c \ -#@ from melt-build.tpl line 391 +#@ from melt-build.tpl line 392 ## the module list in melt-stage1 melt-stage1/warmelt.modlis: \ melt-stage1/warmelt-first.quicklybuilt.so \ @@ -2140,7 +2141,7 @@ melt-stage1/warmelt.modlis: \ $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 403 +#@ from melt-build.tpl line 404 melt-stage1/warmelt.debugnoline.modlis: \ melt-stage1/warmelt-first.debugnoline.so \ melt-stage1/warmelt-base.debugnoline.so \ @@ -2165,7 +2166,7 @@ melt-stage1/warmelt.debugnoline.modlis: \ ## the stamp for melt-stage1 -#@ from melt-build.tpl line 415 +#@ from melt-build.tpl line 416 melt-stage1-fullstage.stamp: melt-run.h melt-stage1/warmelt.modlis \ melt-stage1-warmelt-first-module.stamp melt-stage1/warmelt-first.c \ melt-stage1-warmelt-base-module.stamp melt-stage1/warmelt-base.c \ @@ -2192,40 +2193,40 @@ melt-stage1-fullstage.stamp: melt-run.h melt-stage1/warmelt.modlis \ ### phony targets for melt-stage1 -#@ from melt-build.tpl line 426 +#@ from melt-build.tpl line 427 .PHONY: warmelt1 warmelt1n warmelt1: melt-stage1-fullstage.stamp melt-stage1/warmelt.modlis @echo MELT build made $@ warmelt1n: melt-stage1-fullstage.stamp melt-stage1/warmelt.debugnoline.modlis @echo MELT build made $@ -#@ from melt-build.tpl line 433 melt-stage1 directory and stamp +#@ from melt-build.tpl line 434 melt-stage1 directory and stamp melt-stage1: test -d melt-stage1/ || mkdir melt-stage1 ls -ld $$PWD/melt-stage1 > melt-stage1-directory.stamp melt-stage1-directory.stamp: melt-stage1 ; @true -### end of melt-stage1 from melt-build.tpl line 440 +### end of melt-stage1 from melt-build.tpl line 441 -#@ for melt-stage2 from melt-build.tpl line 302 +#@ for melt-stage2 from melt-build.tpl line 303 #### rules for melt-stage2, previous melt-stage1 -### the C source of melt-stage2 for warmelt-first from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-first from melt-build.tpl line 313 -## the timestamp C header file for warmelt-first from melt-build.tpl line 314 +## the timestamp C header file for warmelt-first from melt-build.tpl line 315 melt-stage2/warmelt-first+melttime.h: melt-stage2/warmelt-first+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-first from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-first from melt-build.tpl line 318 melt-stage2/warmelt-first+meltdesc.c melt-stage2/warmelt-first.c: \ $(melt_make_source_dir)/warmelt-first.melt \ melt-stage2-directory.stamp \ melt-stage1-fullstage.stamp melt-stage1/warmelt.modlis \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCINIT1ARGS) $(meltarg_init)=\ melt-stage1/warmelt-first.quicklybuilt:\ @@ -2240,21 +2241,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-first+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-first $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-first $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-first+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-first+melt-stage2.args-tmp warmelt-first+melt-stage2.args - @echo; echo; echo -n warmelt-first+melt-stage2.args: ; cat warmelt-first+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-first+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-first+melt-stage2.args: ; cat warmelt-first+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-first+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-first+melt-stage2.args - @ls -l melt-stage2/warmelt-first.c || ( echo "*@*MISSING " melt-stage2/warmelt-first.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-first.c || ( echo "*@*MISSING " melt-stage2/warmelt-first.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-first for melt-stage2 melt-stage2/warmelt-first.quicklybuilt.so: melt-stage2/warmelt-first.c \ $(wildcard melt-stage2/warmelt-first+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2262,22 +2263,22 @@ melt-stage2/warmelt-first.quicklybuilt.so: melt-stage2/warmelt-first.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-first \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-first touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-first-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-first-module.stamp-tmp melt-stage2-warmelt-first-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-first-module.stamp: melt-stage2/warmelt-first.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-first for melt-stage2 melt-stage2/warmelt-first.debugnoline.so: melt-stage2/warmelt-first.c \ $(wildcard melt-stage2/warmelt-first+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2287,12 +2288,12 @@ melt-stage2/warmelt-first.debugnoline.so: melt-stage2/warmelt-first.c \ -### the C source of melt-stage2 for warmelt-base from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-base from melt-build.tpl line 313 -## the timestamp C header file for warmelt-base from melt-build.tpl line 314 +## the timestamp C header file for warmelt-base from melt-build.tpl line 315 melt-stage2/warmelt-base+melttime.h: melt-stage2/warmelt-base+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-base from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-base from melt-build.tpl line 318 melt-stage2/warmelt-base+meltdesc.c melt-stage2/warmelt-base.c: \ $(melt_make_source_dir)/warmelt-base.melt \ melt-stage2-directory.stamp \ @@ -2300,7 +2301,7 @@ melt-stage2/warmelt-base+meltdesc.c melt-stage2/warmelt-base.c: \ melt-stage2-warmelt-first-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2315,21 +2316,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-base+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-base $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-base $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-base+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-base+melt-stage2.args-tmp warmelt-base+melt-stage2.args - @echo; echo; echo -n warmelt-base+melt-stage2.args: ; cat warmelt-base+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-base+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-base+melt-stage2.args: ; cat warmelt-base+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-base+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-base+melt-stage2.args - @ls -l melt-stage2/warmelt-base.c || ( echo "*@*MISSING " melt-stage2/warmelt-base.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-base.c || ( echo "*@*MISSING " melt-stage2/warmelt-base.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-base for melt-stage2 melt-stage2/warmelt-base.quicklybuilt.so: melt-stage2/warmelt-base.c \ $(wildcard melt-stage2/warmelt-base+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2337,22 +2338,22 @@ melt-stage2/warmelt-base.quicklybuilt.so: melt-stage2/warmelt-base.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-base \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-base touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-base-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-base-module.stamp-tmp melt-stage2-warmelt-base-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-base-module.stamp: melt-stage2/warmelt-base.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-base for melt-stage2 melt-stage2/warmelt-base.debugnoline.so: melt-stage2/warmelt-base.c \ $(wildcard melt-stage2/warmelt-base+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2362,12 +2363,12 @@ melt-stage2/warmelt-base.debugnoline.so: melt-stage2/warmelt-base.c \ -### the C source of melt-stage2 for warmelt-debug from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-debug from melt-build.tpl line 313 -## the timestamp C header file for warmelt-debug from melt-build.tpl line 314 +## the timestamp C header file for warmelt-debug from melt-build.tpl line 315 melt-stage2/warmelt-debug+melttime.h: melt-stage2/warmelt-debug+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-debug from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-debug from melt-build.tpl line 318 melt-stage2/warmelt-debug+meltdesc.c melt-stage2/warmelt-debug.c: \ $(melt_make_source_dir)/warmelt-debug.melt \ melt-stage2-directory.stamp \ @@ -2376,7 +2377,7 @@ melt-stage2/warmelt-debug+meltdesc.c melt-stage2/warmelt-debug.c: \ melt-stage2-warmelt-base-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2391,21 +2392,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-debug+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-debug $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-debug $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-debug+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-debug+melt-stage2.args-tmp warmelt-debug+melt-stage2.args - @echo; echo; echo -n warmelt-debug+melt-stage2.args: ; cat warmelt-debug+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-debug+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-debug+melt-stage2.args: ; cat warmelt-debug+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-debug+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-debug+melt-stage2.args - @ls -l melt-stage2/warmelt-debug.c || ( echo "*@*MISSING " melt-stage2/warmelt-debug.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-debug.c || ( echo "*@*MISSING " melt-stage2/warmelt-debug.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-debug for melt-stage2 melt-stage2/warmelt-debug.quicklybuilt.so: melt-stage2/warmelt-debug.c \ $(wildcard melt-stage2/warmelt-debug+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2413,22 +2414,22 @@ melt-stage2/warmelt-debug.quicklybuilt.so: melt-stage2/warmelt-debug.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-debug \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-debug touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-debug-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-debug-module.stamp-tmp melt-stage2-warmelt-debug-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-debug-module.stamp: melt-stage2/warmelt-debug.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-debug for melt-stage2 melt-stage2/warmelt-debug.debugnoline.so: melt-stage2/warmelt-debug.c \ $(wildcard melt-stage2/warmelt-debug+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2438,12 +2439,12 @@ melt-stage2/warmelt-debug.debugnoline.so: melt-stage2/warmelt-debug.c \ -### the C source of melt-stage2 for warmelt-macro from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-macro from melt-build.tpl line 313 -## the timestamp C header file for warmelt-macro from melt-build.tpl line 314 +## the timestamp C header file for warmelt-macro from melt-build.tpl line 315 melt-stage2/warmelt-macro+melttime.h: melt-stage2/warmelt-macro+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-macro from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-macro from melt-build.tpl line 318 melt-stage2/warmelt-macro+meltdesc.c melt-stage2/warmelt-macro.c: \ $(melt_make_source_dir)/warmelt-macro.melt \ melt-stage2-directory.stamp \ @@ -2453,7 +2454,7 @@ melt-stage2/warmelt-macro+meltdesc.c melt-stage2/warmelt-macro.c: \ melt-stage2-warmelt-debug-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2468,21 +2469,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-macro+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-macro $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-macro $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-macro+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-macro+melt-stage2.args-tmp warmelt-macro+melt-stage2.args - @echo; echo; echo -n warmelt-macro+melt-stage2.args: ; cat warmelt-macro+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-macro+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-macro+melt-stage2.args: ; cat warmelt-macro+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-macro+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-macro+melt-stage2.args - @ls -l melt-stage2/warmelt-macro.c || ( echo "*@*MISSING " melt-stage2/warmelt-macro.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-macro.c || ( echo "*@*MISSING " melt-stage2/warmelt-macro.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-macro for melt-stage2 melt-stage2/warmelt-macro.quicklybuilt.so: melt-stage2/warmelt-macro.c \ $(wildcard melt-stage2/warmelt-macro+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2490,22 +2491,22 @@ melt-stage2/warmelt-macro.quicklybuilt.so: melt-stage2/warmelt-macro.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-macro \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-macro touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-macro-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-macro-module.stamp-tmp melt-stage2-warmelt-macro-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-macro-module.stamp: melt-stage2/warmelt-macro.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-macro for melt-stage2 melt-stage2/warmelt-macro.debugnoline.so: melt-stage2/warmelt-macro.c \ $(wildcard melt-stage2/warmelt-macro+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2515,12 +2516,12 @@ melt-stage2/warmelt-macro.debugnoline.so: melt-stage2/warmelt-macro.c \ -### the C source of melt-stage2 for warmelt-normal from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-normal from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normal from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normal from melt-build.tpl line 315 melt-stage2/warmelt-normal+melttime.h: melt-stage2/warmelt-normal+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-normal from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-normal from melt-build.tpl line 318 melt-stage2/warmelt-normal+meltdesc.c melt-stage2/warmelt-normal.c: \ $(melt_make_source_dir)/warmelt-normal.melt \ melt-stage2-directory.stamp \ @@ -2532,7 +2533,7 @@ melt-stage2/warmelt-normal+meltdesc.c melt-stage2/warmelt-normal.c: \ melt-stage2-warmelt-macro-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2547,21 +2548,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-normal+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-normal $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-normal $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normal+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-normal+melt-stage2.args-tmp warmelt-normal+melt-stage2.args - @echo; echo; echo -n warmelt-normal+melt-stage2.args: ; cat warmelt-normal+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normal+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normal+melt-stage2.args: ; cat warmelt-normal+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normal+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normal+melt-stage2.args - @ls -l melt-stage2/warmelt-normal.c || ( echo "*@*MISSING " melt-stage2/warmelt-normal.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-normal.c || ( echo "*@*MISSING " melt-stage2/warmelt-normal.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normal for melt-stage2 melt-stage2/warmelt-normal.quicklybuilt.so: melt-stage2/warmelt-normal.c \ $(wildcard melt-stage2/warmelt-normal+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2569,22 +2570,22 @@ melt-stage2/warmelt-normal.quicklybuilt.so: melt-stage2/warmelt-normal.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-normal \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-normal touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-normal-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-normal-module.stamp-tmp melt-stage2-warmelt-normal-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-normal-module.stamp: melt-stage2/warmelt-normal.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normal for melt-stage2 melt-stage2/warmelt-normal.debugnoline.so: melt-stage2/warmelt-normal.c \ $(wildcard melt-stage2/warmelt-normal+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2594,12 +2595,12 @@ melt-stage2/warmelt-normal.debugnoline.so: melt-stage2/warmelt-normal.c \ -### the C source of melt-stage2 for warmelt-normatch from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-normatch from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normatch from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normatch from melt-build.tpl line 315 melt-stage2/warmelt-normatch+melttime.h: melt-stage2/warmelt-normatch+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-normatch from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-normatch from melt-build.tpl line 318 melt-stage2/warmelt-normatch+meltdesc.c melt-stage2/warmelt-normatch.c: \ $(melt_make_source_dir)/warmelt-normatch.melt \ melt-stage2-directory.stamp \ @@ -2611,7 +2612,7 @@ melt-stage2/warmelt-normatch+meltdesc.c melt-stage2/warmelt-normatch.c: \ melt-stage2-warmelt-normal-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2626,21 +2627,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-normatch+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-normatch $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-normatch $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normatch+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-normatch+melt-stage2.args-tmp warmelt-normatch+melt-stage2.args - @echo; echo; echo -n warmelt-normatch+melt-stage2.args: ; cat warmelt-normatch+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normatch+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normatch+melt-stage2.args: ; cat warmelt-normatch+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normatch+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normatch+melt-stage2.args - @ls -l melt-stage2/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage2/warmelt-normatch.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage2/warmelt-normatch.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normatch for melt-stage2 melt-stage2/warmelt-normatch.quicklybuilt.so: melt-stage2/warmelt-normatch.c \ $(wildcard melt-stage2/warmelt-normatch+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2648,22 +2649,22 @@ melt-stage2/warmelt-normatch.quicklybuilt.so: melt-stage2/warmelt-normatch.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-normatch \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-normatch touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-normatch-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-normatch-module.stamp-tmp melt-stage2-warmelt-normatch-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-normatch-module.stamp: melt-stage2/warmelt-normatch.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normatch for melt-stage2 melt-stage2/warmelt-normatch.debugnoline.so: melt-stage2/warmelt-normatch.c \ $(wildcard melt-stage2/warmelt-normatch+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2673,12 +2674,12 @@ melt-stage2/warmelt-normatch.debugnoline.so: melt-stage2/warmelt-normatch.c \ -### the C source of melt-stage2 for warmelt-genobj from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-genobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-genobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-genobj from melt-build.tpl line 315 melt-stage2/warmelt-genobj+melttime.h: melt-stage2/warmelt-genobj+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-genobj from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-genobj from melt-build.tpl line 318 melt-stage2/warmelt-genobj+meltdesc.c melt-stage2/warmelt-genobj.c: \ $(melt_make_source_dir)/warmelt-genobj.melt \ melt-stage2-directory.stamp \ @@ -2691,7 +2692,7 @@ melt-stage2/warmelt-genobj+meltdesc.c melt-stage2/warmelt-genobj.c: \ melt-stage2-warmelt-normatch-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2706,21 +2707,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-genobj+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-genobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-genobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-genobj+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-genobj+melt-stage2.args-tmp warmelt-genobj+melt-stage2.args - @echo; echo; echo -n warmelt-genobj+melt-stage2.args: ; cat warmelt-genobj+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-genobj+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-genobj+melt-stage2.args: ; cat warmelt-genobj+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-genobj+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-genobj+melt-stage2.args - @ls -l melt-stage2/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage2/warmelt-genobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage2/warmelt-genobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-genobj for melt-stage2 melt-stage2/warmelt-genobj.quicklybuilt.so: melt-stage2/warmelt-genobj.c \ $(wildcard melt-stage2/warmelt-genobj+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2728,22 +2729,22 @@ melt-stage2/warmelt-genobj.quicklybuilt.so: melt-stage2/warmelt-genobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-genobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-genobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-genobj-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-genobj-module.stamp-tmp melt-stage2-warmelt-genobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-genobj-module.stamp: melt-stage2/warmelt-genobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-genobj for melt-stage2 melt-stage2/warmelt-genobj.debugnoline.so: melt-stage2/warmelt-genobj.c \ $(wildcard melt-stage2/warmelt-genobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2753,12 +2754,12 @@ melt-stage2/warmelt-genobj.debugnoline.so: melt-stage2/warmelt-genobj.c \ -### the C source of melt-stage2 for warmelt-outobj from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-outobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-outobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-outobj from melt-build.tpl line 315 melt-stage2/warmelt-outobj+melttime.h: melt-stage2/warmelt-outobj+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-outobj from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-outobj from melt-build.tpl line 318 melt-stage2/warmelt-outobj+meltdesc.c melt-stage2/warmelt-outobj.c: \ $(melt_make_source_dir)/warmelt-outobj.melt \ melt-stage2-directory.stamp \ @@ -2772,7 +2773,7 @@ melt-stage2/warmelt-outobj+meltdesc.c melt-stage2/warmelt-outobj.c: \ melt-stage2-warmelt-genobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2787,21 +2788,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-outobj+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-outobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-outobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-outobj+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-outobj+melt-stage2.args-tmp warmelt-outobj+melt-stage2.args - @echo; echo; echo -n warmelt-outobj+melt-stage2.args: ; cat warmelt-outobj+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-outobj+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-outobj+melt-stage2.args: ; cat warmelt-outobj+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-outobj+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-outobj+melt-stage2.args - @ls -l melt-stage2/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage2/warmelt-outobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage2/warmelt-outobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-outobj for melt-stage2 melt-stage2/warmelt-outobj.quicklybuilt.so: melt-stage2/warmelt-outobj.c \ $(wildcard melt-stage2/warmelt-outobj+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2809,22 +2810,22 @@ melt-stage2/warmelt-outobj.quicklybuilt.so: melt-stage2/warmelt-outobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-outobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-outobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-outobj-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-outobj-module.stamp-tmp melt-stage2-warmelt-outobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-outobj-module.stamp: melt-stage2/warmelt-outobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-outobj for melt-stage2 melt-stage2/warmelt-outobj.debugnoline.so: melt-stage2/warmelt-outobj.c \ $(wildcard melt-stage2/warmelt-outobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2834,12 +2835,12 @@ melt-stage2/warmelt-outobj.debugnoline.so: melt-stage2/warmelt-outobj.c \ -### the C source of melt-stage2 for warmelt-modes from melt-build.tpl line 312 +### the C source of melt-stage2 for warmelt-modes from melt-build.tpl line 313 -## the timestamp C header file for warmelt-modes from melt-build.tpl line 314 +## the timestamp C header file for warmelt-modes from melt-build.tpl line 315 melt-stage2/warmelt-modes+melttime.h: melt-stage2/warmelt-modes+meltdesc.c; @true -## the descriptive C of melt-stage2 for warmelt-modes from melt-build.tpl line 317 +## the descriptive C of melt-stage2 for warmelt-modes from melt-build.tpl line 318 melt-stage2/warmelt-modes+meltdesc.c melt-stage2/warmelt-modes.c: \ $(melt_make_source_dir)/warmelt-modes.melt \ melt-stage2-directory.stamp \ @@ -2854,7 +2855,7 @@ melt-stage2/warmelt-modes+meltdesc.c melt-stage2/warmelt-modes.c: \ melt-stage2-warmelt-outobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage2 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -2869,21 +2870,21 @@ melt-stage1/warmelt-modes.quicklybuilt > warmelt-modes+melt-stage2.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage2):$(realpath melt-stage1):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage2/warmelt-modes $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage2/warmelt-modes $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-modes+melt-stage2.args-tmp @$(melt_move_if_change) warmelt-modes+melt-stage2.args-tmp warmelt-modes+melt-stage2.args - @echo; echo; echo -n warmelt-modes+melt-stage2.args: ; cat warmelt-modes+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-modes+melt-stage2 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-modes+melt-stage2.args: ; cat warmelt-modes+melt-stage2.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-modes+melt-stage2 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-modes+melt-stage2.args - @ls -l melt-stage2/warmelt-modes.c || ( echo "*@*MISSING " melt-stage2/warmelt-modes.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage2/warmelt-modes.c || ( echo "*@*MISSING " melt-stage2/warmelt-modes.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-modes for melt-stage2 melt-stage2/warmelt-modes.quicklybuilt.so: melt-stage2/warmelt-modes.c \ $(wildcard melt-stage2/warmelt-modes+*.c) melt-stage1-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -2891,22 +2892,22 @@ melt-stage2/warmelt-modes.quicklybuilt.so: melt-stage2/warmelt-modes.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage2/warmelt-modes \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage2)/warmelt-modes touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage2-warmelt-modes-module.stamp-tmp $(melt_move_if_change) melt-stage2-warmelt-modes-module.stamp-tmp melt-stage2-warmelt-modes-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage2-warmelt-modes-module.stamp: melt-stage2/warmelt-modes.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-modes for melt-stage2 melt-stage2/warmelt-modes.debugnoline.so: melt-stage2/warmelt-modes.c \ $(wildcard melt-stage2/warmelt-modes+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -2917,7 +2918,7 @@ melt-stage2/warmelt-modes.debugnoline.so: melt-stage2/warmelt-modes.c \ -#@ from melt-build.tpl line 391 +#@ from melt-build.tpl line 392 ## the module list in melt-stage2 melt-stage2/warmelt.modlis: \ melt-stage2/warmelt-first.quicklybuilt.so \ @@ -2942,7 +2943,7 @@ melt-stage2/warmelt.modlis: \ $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 403 +#@ from melt-build.tpl line 404 melt-stage2/warmelt.debugnoline.modlis: \ melt-stage2/warmelt-first.debugnoline.so \ melt-stage2/warmelt-base.debugnoline.so \ @@ -2967,7 +2968,7 @@ melt-stage2/warmelt.debugnoline.modlis: \ ## the stamp for melt-stage2 -#@ from melt-build.tpl line 415 +#@ from melt-build.tpl line 416 melt-stage2-fullstage.stamp: melt-run.h melt-stage2/warmelt.modlis \ melt-stage2-warmelt-first-module.stamp melt-stage2/warmelt-first.c \ melt-stage2-warmelt-base-module.stamp melt-stage2/warmelt-base.c \ @@ -2994,40 +2995,40 @@ melt-stage2-fullstage.stamp: melt-run.h melt-stage2/warmelt.modlis \ ### phony targets for melt-stage2 -#@ from melt-build.tpl line 426 +#@ from melt-build.tpl line 427 .PHONY: warmelt2 warmelt2n warmelt2: melt-stage2-fullstage.stamp melt-stage2/warmelt.modlis @echo MELT build made $@ warmelt2n: melt-stage2-fullstage.stamp melt-stage2/warmelt.debugnoline.modlis @echo MELT build made $@ -#@ from melt-build.tpl line 433 melt-stage2 directory and stamp +#@ from melt-build.tpl line 434 melt-stage2 directory and stamp melt-stage2: test -d melt-stage2/ || mkdir melt-stage2 ls -ld $$PWD/melt-stage2 > melt-stage2-directory.stamp melt-stage2-directory.stamp: melt-stage2 ; @true -### end of melt-stage2 from melt-build.tpl line 440 +### end of melt-stage2 from melt-build.tpl line 441 -#@ for melt-stage3 from melt-build.tpl line 302 +#@ for melt-stage3 from melt-build.tpl line 303 #### rules for melt-stage3, previous melt-stage2 -### the C source of melt-stage3 for warmelt-first from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-first from melt-build.tpl line 313 -## the timestamp C header file for warmelt-first from melt-build.tpl line 314 +## the timestamp C header file for warmelt-first from melt-build.tpl line 315 melt-stage3/warmelt-first+melttime.h: melt-stage3/warmelt-first+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-first from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-first from melt-build.tpl line 318 melt-stage3/warmelt-first+meltdesc.c melt-stage3/warmelt-first.c: \ $(melt_make_source_dir)/warmelt-first.melt \ melt-stage3-directory.stamp \ melt-stage2-fullstage.stamp melt-stage2/warmelt.modlis \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCINIT1ARGS) $(meltarg_init)=\ melt-stage2/warmelt-first.quicklybuilt:\ @@ -3042,21 +3043,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-first+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-first $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-first $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-first+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-first+melt-stage3.args-tmp warmelt-first+melt-stage3.args - @echo; echo; echo -n warmelt-first+melt-stage3.args: ; cat warmelt-first+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-first+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-first+melt-stage3.args: ; cat warmelt-first+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-first+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-first+melt-stage3.args - @ls -l melt-stage3/warmelt-first.c || ( echo "*@*MISSING " melt-stage3/warmelt-first.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-first.c || ( echo "*@*MISSING " melt-stage3/warmelt-first.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-first for melt-stage3 melt-stage3/warmelt-first.quicklybuilt.so: melt-stage3/warmelt-first.c \ $(wildcard melt-stage3/warmelt-first+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3064,22 +3065,22 @@ melt-stage3/warmelt-first.quicklybuilt.so: melt-stage3/warmelt-first.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-first \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-first touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-first-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-first-module.stamp-tmp melt-stage3-warmelt-first-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-first-module.stamp: melt-stage3/warmelt-first.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-first for melt-stage3 melt-stage3/warmelt-first.debugnoline.so: melt-stage3/warmelt-first.c \ $(wildcard melt-stage3/warmelt-first+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3089,12 +3090,12 @@ melt-stage3/warmelt-first.debugnoline.so: melt-stage3/warmelt-first.c \ -### the C source of melt-stage3 for warmelt-base from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-base from melt-build.tpl line 313 -## the timestamp C header file for warmelt-base from melt-build.tpl line 314 +## the timestamp C header file for warmelt-base from melt-build.tpl line 315 melt-stage3/warmelt-base+melttime.h: melt-stage3/warmelt-base+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-base from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-base from melt-build.tpl line 318 melt-stage3/warmelt-base+meltdesc.c melt-stage3/warmelt-base.c: \ $(melt_make_source_dir)/warmelt-base.melt \ melt-stage3-directory.stamp \ @@ -3102,7 +3103,7 @@ melt-stage3/warmelt-base+meltdesc.c melt-stage3/warmelt-base.c: \ melt-stage3-warmelt-first-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3117,21 +3118,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-base+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-base $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-base $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-base+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-base+melt-stage3.args-tmp warmelt-base+melt-stage3.args - @echo; echo; echo -n warmelt-base+melt-stage3.args: ; cat warmelt-base+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-base+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-base+melt-stage3.args: ; cat warmelt-base+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-base+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-base+melt-stage3.args - @ls -l melt-stage3/warmelt-base.c || ( echo "*@*MISSING " melt-stage3/warmelt-base.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-base.c || ( echo "*@*MISSING " melt-stage3/warmelt-base.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-base for melt-stage3 melt-stage3/warmelt-base.quicklybuilt.so: melt-stage3/warmelt-base.c \ $(wildcard melt-stage3/warmelt-base+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3139,22 +3140,22 @@ melt-stage3/warmelt-base.quicklybuilt.so: melt-stage3/warmelt-base.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-base \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-base touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-base-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-base-module.stamp-tmp melt-stage3-warmelt-base-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-base-module.stamp: melt-stage3/warmelt-base.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-base for melt-stage3 melt-stage3/warmelt-base.debugnoline.so: melt-stage3/warmelt-base.c \ $(wildcard melt-stage3/warmelt-base+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3164,12 +3165,12 @@ melt-stage3/warmelt-base.debugnoline.so: melt-stage3/warmelt-base.c \ -### the C source of melt-stage3 for warmelt-debug from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-debug from melt-build.tpl line 313 -## the timestamp C header file for warmelt-debug from melt-build.tpl line 314 +## the timestamp C header file for warmelt-debug from melt-build.tpl line 315 melt-stage3/warmelt-debug+melttime.h: melt-stage3/warmelt-debug+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-debug from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-debug from melt-build.tpl line 318 melt-stage3/warmelt-debug+meltdesc.c melt-stage3/warmelt-debug.c: \ $(melt_make_source_dir)/warmelt-debug.melt \ melt-stage3-directory.stamp \ @@ -3178,7 +3179,7 @@ melt-stage3/warmelt-debug+meltdesc.c melt-stage3/warmelt-debug.c: \ melt-stage3-warmelt-base-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3193,21 +3194,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-debug+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-debug $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-debug $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-debug+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-debug+melt-stage3.args-tmp warmelt-debug+melt-stage3.args - @echo; echo; echo -n warmelt-debug+melt-stage3.args: ; cat warmelt-debug+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-debug+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-debug+melt-stage3.args: ; cat warmelt-debug+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-debug+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-debug+melt-stage3.args - @ls -l melt-stage3/warmelt-debug.c || ( echo "*@*MISSING " melt-stage3/warmelt-debug.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-debug.c || ( echo "*@*MISSING " melt-stage3/warmelt-debug.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-debug for melt-stage3 melt-stage3/warmelt-debug.quicklybuilt.so: melt-stage3/warmelt-debug.c \ $(wildcard melt-stage3/warmelt-debug+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3215,22 +3216,22 @@ melt-stage3/warmelt-debug.quicklybuilt.so: melt-stage3/warmelt-debug.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-debug \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-debug touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-debug-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-debug-module.stamp-tmp melt-stage3-warmelt-debug-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-debug-module.stamp: melt-stage3/warmelt-debug.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-debug for melt-stage3 melt-stage3/warmelt-debug.debugnoline.so: melt-stage3/warmelt-debug.c \ $(wildcard melt-stage3/warmelt-debug+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3240,12 +3241,12 @@ melt-stage3/warmelt-debug.debugnoline.so: melt-stage3/warmelt-debug.c \ -### the C source of melt-stage3 for warmelt-macro from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-macro from melt-build.tpl line 313 -## the timestamp C header file for warmelt-macro from melt-build.tpl line 314 +## the timestamp C header file for warmelt-macro from melt-build.tpl line 315 melt-stage3/warmelt-macro+melttime.h: melt-stage3/warmelt-macro+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-macro from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-macro from melt-build.tpl line 318 melt-stage3/warmelt-macro+meltdesc.c melt-stage3/warmelt-macro.c: \ $(melt_make_source_dir)/warmelt-macro.melt \ melt-stage3-directory.stamp \ @@ -3255,7 +3256,7 @@ melt-stage3/warmelt-macro+meltdesc.c melt-stage3/warmelt-macro.c: \ melt-stage3-warmelt-debug-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3270,21 +3271,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-macro+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-macro $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-macro $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-macro+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-macro+melt-stage3.args-tmp warmelt-macro+melt-stage3.args - @echo; echo; echo -n warmelt-macro+melt-stage3.args: ; cat warmelt-macro+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-macro+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-macro+melt-stage3.args: ; cat warmelt-macro+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-macro+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-macro+melt-stage3.args - @ls -l melt-stage3/warmelt-macro.c || ( echo "*@*MISSING " melt-stage3/warmelt-macro.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-macro.c || ( echo "*@*MISSING " melt-stage3/warmelt-macro.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-macro for melt-stage3 melt-stage3/warmelt-macro.quicklybuilt.so: melt-stage3/warmelt-macro.c \ $(wildcard melt-stage3/warmelt-macro+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3292,22 +3293,22 @@ melt-stage3/warmelt-macro.quicklybuilt.so: melt-stage3/warmelt-macro.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-macro \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-macro touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-macro-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-macro-module.stamp-tmp melt-stage3-warmelt-macro-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-macro-module.stamp: melt-stage3/warmelt-macro.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-macro for melt-stage3 melt-stage3/warmelt-macro.debugnoline.so: melt-stage3/warmelt-macro.c \ $(wildcard melt-stage3/warmelt-macro+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3317,12 +3318,12 @@ melt-stage3/warmelt-macro.debugnoline.so: melt-stage3/warmelt-macro.c \ -### the C source of melt-stage3 for warmelt-normal from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-normal from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normal from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normal from melt-build.tpl line 315 melt-stage3/warmelt-normal+melttime.h: melt-stage3/warmelt-normal+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-normal from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-normal from melt-build.tpl line 318 melt-stage3/warmelt-normal+meltdesc.c melt-stage3/warmelt-normal.c: \ $(melt_make_source_dir)/warmelt-normal.melt \ melt-stage3-directory.stamp \ @@ -3334,7 +3335,7 @@ melt-stage3/warmelt-normal+meltdesc.c melt-stage3/warmelt-normal.c: \ melt-stage3-warmelt-macro-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3349,21 +3350,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-normal+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-normal $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-normal $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normal+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-normal+melt-stage3.args-tmp warmelt-normal+melt-stage3.args - @echo; echo; echo -n warmelt-normal+melt-stage3.args: ; cat warmelt-normal+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normal+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normal+melt-stage3.args: ; cat warmelt-normal+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normal+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normal+melt-stage3.args - @ls -l melt-stage3/warmelt-normal.c || ( echo "*@*MISSING " melt-stage3/warmelt-normal.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-normal.c || ( echo "*@*MISSING " melt-stage3/warmelt-normal.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normal for melt-stage3 melt-stage3/warmelt-normal.quicklybuilt.so: melt-stage3/warmelt-normal.c \ $(wildcard melt-stage3/warmelt-normal+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3371,22 +3372,22 @@ melt-stage3/warmelt-normal.quicklybuilt.so: melt-stage3/warmelt-normal.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-normal \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-normal touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-normal-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-normal-module.stamp-tmp melt-stage3-warmelt-normal-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-normal-module.stamp: melt-stage3/warmelt-normal.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normal for melt-stage3 melt-stage3/warmelt-normal.debugnoline.so: melt-stage3/warmelt-normal.c \ $(wildcard melt-stage3/warmelt-normal+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3396,12 +3397,12 @@ melt-stage3/warmelt-normal.debugnoline.so: melt-stage3/warmelt-normal.c \ -### the C source of melt-stage3 for warmelt-normatch from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-normatch from melt-build.tpl line 313 -## the timestamp C header file for warmelt-normatch from melt-build.tpl line 314 +## the timestamp C header file for warmelt-normatch from melt-build.tpl line 315 melt-stage3/warmelt-normatch+melttime.h: melt-stage3/warmelt-normatch+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-normatch from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-normatch from melt-build.tpl line 318 melt-stage3/warmelt-normatch+meltdesc.c melt-stage3/warmelt-normatch.c: \ $(melt_make_source_dir)/warmelt-normatch.melt \ melt-stage3-directory.stamp \ @@ -3413,7 +3414,7 @@ melt-stage3/warmelt-normatch+meltdesc.c melt-stage3/warmelt-normatch.c: \ melt-stage3-warmelt-normal-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3428,21 +3429,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-normatch+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-normatch $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-normatch $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-normatch+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-normatch+melt-stage3.args-tmp warmelt-normatch+melt-stage3.args - @echo; echo; echo -n warmelt-normatch+melt-stage3.args: ; cat warmelt-normatch+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-normatch+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-normatch+melt-stage3.args: ; cat warmelt-normatch+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-normatch+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-normatch+melt-stage3.args - @ls -l melt-stage3/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage3/warmelt-normatch.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-normatch.c || ( echo "*@*MISSING " melt-stage3/warmelt-normatch.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-normatch for melt-stage3 melt-stage3/warmelt-normatch.quicklybuilt.so: melt-stage3/warmelt-normatch.c \ $(wildcard melt-stage3/warmelt-normatch+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3450,22 +3451,22 @@ melt-stage3/warmelt-normatch.quicklybuilt.so: melt-stage3/warmelt-normatch.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-normatch \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-normatch touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-normatch-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-normatch-module.stamp-tmp melt-stage3-warmelt-normatch-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-normatch-module.stamp: melt-stage3/warmelt-normatch.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-normatch for melt-stage3 melt-stage3/warmelt-normatch.debugnoline.so: melt-stage3/warmelt-normatch.c \ $(wildcard melt-stage3/warmelt-normatch+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3475,12 +3476,12 @@ melt-stage3/warmelt-normatch.debugnoline.so: melt-stage3/warmelt-normatch.c \ -### the C source of melt-stage3 for warmelt-genobj from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-genobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-genobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-genobj from melt-build.tpl line 315 melt-stage3/warmelt-genobj+melttime.h: melt-stage3/warmelt-genobj+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-genobj from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-genobj from melt-build.tpl line 318 melt-stage3/warmelt-genobj+meltdesc.c melt-stage3/warmelt-genobj.c: \ $(melt_make_source_dir)/warmelt-genobj.melt \ melt-stage3-directory.stamp \ @@ -3493,7 +3494,7 @@ melt-stage3/warmelt-genobj+meltdesc.c melt-stage3/warmelt-genobj.c: \ melt-stage3-warmelt-normatch-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3508,21 +3509,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-genobj+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-genobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-genobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-genobj+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-genobj+melt-stage3.args-tmp warmelt-genobj+melt-stage3.args - @echo; echo; echo -n warmelt-genobj+melt-stage3.args: ; cat warmelt-genobj+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-genobj+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-genobj+melt-stage3.args: ; cat warmelt-genobj+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-genobj+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-genobj+melt-stage3.args - @ls -l melt-stage3/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage3/warmelt-genobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-genobj.c || ( echo "*@*MISSING " melt-stage3/warmelt-genobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-genobj for melt-stage3 melt-stage3/warmelt-genobj.quicklybuilt.so: melt-stage3/warmelt-genobj.c \ $(wildcard melt-stage3/warmelt-genobj+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3530,22 +3531,22 @@ melt-stage3/warmelt-genobj.quicklybuilt.so: melt-stage3/warmelt-genobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-genobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-genobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-genobj-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-genobj-module.stamp-tmp melt-stage3-warmelt-genobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-genobj-module.stamp: melt-stage3/warmelt-genobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-genobj for melt-stage3 melt-stage3/warmelt-genobj.debugnoline.so: melt-stage3/warmelt-genobj.c \ $(wildcard melt-stage3/warmelt-genobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3555,12 +3556,12 @@ melt-stage3/warmelt-genobj.debugnoline.so: melt-stage3/warmelt-genobj.c \ -### the C source of melt-stage3 for warmelt-outobj from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-outobj from melt-build.tpl line 313 -## the timestamp C header file for warmelt-outobj from melt-build.tpl line 314 +## the timestamp C header file for warmelt-outobj from melt-build.tpl line 315 melt-stage3/warmelt-outobj+melttime.h: melt-stage3/warmelt-outobj+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-outobj from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-outobj from melt-build.tpl line 318 melt-stage3/warmelt-outobj+meltdesc.c melt-stage3/warmelt-outobj.c: \ $(melt_make_source_dir)/warmelt-outobj.melt \ melt-stage3-directory.stamp \ @@ -3574,7 +3575,7 @@ melt-stage3/warmelt-outobj+meltdesc.c melt-stage3/warmelt-outobj.c: \ melt-stage3-warmelt-genobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3589,21 +3590,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-outobj+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-outobj $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-outobj $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-outobj+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-outobj+melt-stage3.args-tmp warmelt-outobj+melt-stage3.args - @echo; echo; echo -n warmelt-outobj+melt-stage3.args: ; cat warmelt-outobj+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-outobj+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-outobj+melt-stage3.args: ; cat warmelt-outobj+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-outobj+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-outobj+melt-stage3.args - @ls -l melt-stage3/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage3/warmelt-outobj.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-outobj.c || ( echo "*@*MISSING " melt-stage3/warmelt-outobj.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-outobj for melt-stage3 melt-stage3/warmelt-outobj.quicklybuilt.so: melt-stage3/warmelt-outobj.c \ $(wildcard melt-stage3/warmelt-outobj+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3611,22 +3612,22 @@ melt-stage3/warmelt-outobj.quicklybuilt.so: melt-stage3/warmelt-outobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-outobj \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-outobj touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-outobj-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-outobj-module.stamp-tmp melt-stage3-warmelt-outobj-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-outobj-module.stamp: melt-stage3/warmelt-outobj.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-outobj for melt-stage3 melt-stage3/warmelt-outobj.debugnoline.so: melt-stage3/warmelt-outobj.c \ $(wildcard melt-stage3/warmelt-outobj+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3636,12 +3637,12 @@ melt-stage3/warmelt-outobj.debugnoline.so: melt-stage3/warmelt-outobj.c \ -### the C source of melt-stage3 for warmelt-modes from melt-build.tpl line 312 +### the C source of melt-stage3 for warmelt-modes from melt-build.tpl line 313 -## the timestamp C header file for warmelt-modes from melt-build.tpl line 314 +## the timestamp C header file for warmelt-modes from melt-build.tpl line 315 melt-stage3/warmelt-modes+melttime.h: melt-stage3/warmelt-modes+meltdesc.c; @true -## the descriptive C of melt-stage3 for warmelt-modes from melt-build.tpl line 317 +## the descriptive C of melt-stage3 for warmelt-modes from melt-build.tpl line 318 melt-stage3/warmelt-modes+meltdesc.c melt-stage3/warmelt-modes.c: \ $(melt_make_source_dir)/warmelt-modes.melt \ melt-stage3-directory.stamp \ @@ -3656,7 +3657,7 @@ melt-stage3/warmelt-modes+meltdesc.c melt-stage3/warmelt-modes.c: \ melt-stage3-warmelt-outobj-module.stamp \ empty-file-for-melt.c melt-run.h melt-runtime.h melt-predef.h \ $(melt_make_cc1_dependency) -## from melt-build.tpl line 331 +## from melt-build.tpl line 332 @echo generating $< for melt-stage3 @echo $(MELTCCFILE1ARGS) $(meltarg_init)=\ melt-stage3/warmelt-first.quicklybuilt:\ @@ -3671,21 +3672,21 @@ melt-stage2/warmelt-modes.quicklybuilt > warmelt-modes+melt-stage3.args-tmp @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath melt-stage3):$(realpath melt-stage2):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=melt-stage3/warmelt-modes $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=melt-stage3/warmelt-modes $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> warmelt-modes+melt-stage3.args-tmp @$(melt_move_if_change) warmelt-modes+melt-stage3.args-tmp warmelt-modes+melt-stage3.args - @echo; echo; echo -n warmelt-modes+melt-stage3.args: ; cat warmelt-modes+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 346 - @echo doing warmelt-modes+melt-stage3 from melt-build.tpl line 347 + @echo; echo; echo -n warmelt-modes+melt-stage3.args: ; cat warmelt-modes+melt-stage3.args ; echo; echo; echo "***** doing " $@ from melt-build.tpl line 347 + @echo doing warmelt-modes+melt-stage3 from melt-build.tpl line 348 $(melt_make_cc1) @warmelt-modes+melt-stage3.args - @ls -l melt-stage3/warmelt-modes.c || ( echo "*@*MISSING " melt-stage3/warmelt-modes.c from melt-build.tpl line 349 ; exit 1 ) + @ls -l melt-stage3/warmelt-modes.c || ( echo "*@*MISSING " melt-stage3/warmelt-modes.c from melt-build.tpl line 350 ; exit 1 ) -#@ from melt-build.tpl line 351 +#@ from melt-build.tpl line 352 ################## quicklybuilt module warmelt-modes for melt-stage3 melt-stage3/warmelt-modes.quicklybuilt.so: melt-stage3/warmelt-modes.c \ $(wildcard melt-stage3/warmelt-modes+*.c) melt-stage2-fullstage.stamp \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 357 + @echo doing $@ from melt-build.tpl line 358 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3693,22 +3694,22 @@ melt-stage3/warmelt-modes.quicklybuilt.so: melt-stage3/warmelt-modes.c \ GCCMELT_MODULE_SOURCEBASE=melt-stage3/warmelt-modes \ GCCMELT_MODULE_BINARYBASE=$(realpath melt-stage3)/warmelt-modes touch -c $@ - @echo '@@touched' $@ from melt-build.tpl line 365 + @echo '@@touched' $@ from melt-build.tpl line 366 $(MD5SUM) $@ > melt-stage3-warmelt-modes-module.stamp-tmp $(melt_move_if_change) melt-stage3-warmelt-modes-module.stamp-tmp melt-stage3-warmelt-modes-module.stamp -#@ from melt-build.tpl line 370 time stamp for module +#@ from melt-build.tpl line 371 time stamp for module melt-stage3-warmelt-modes-module.stamp: melt-stage3/warmelt-modes.quicklybuilt.so; @true -#@ from melt-build.tpl line 374 +#@ from melt-build.tpl line 375 ################## debugnoline module warmelt-modes for melt-stage3 melt-stage3/warmelt-modes.debugnoline.so: melt-stage3/warmelt-modes.c \ $(wildcard melt-stage3/warmelt-modes+*.c) \ melt-run.h melt-runtime.h melt-predef.h melt-workdir-directory.stamp \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 380 + @echo doing $@ from melt-build.tpl line 381 +$(MELT_MAKE_MODULE) melt_module_withoutline \ GCCMELT_MODULE_WORKSPACE=melt-workdir \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3719,7 +3720,7 @@ melt-stage3/warmelt-modes.debugnoline.so: melt-stage3/warmelt-modes.c \ -#@ from melt-build.tpl line 391 +#@ from melt-build.tpl line 392 ## the module list in melt-stage3 melt-stage3/warmelt.modlis: \ melt-stage3/warmelt-first.quicklybuilt.so \ @@ -3744,7 +3745,7 @@ melt-stage3/warmelt.modlis: \ $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 403 +#@ from melt-build.tpl line 404 melt-stage3/warmelt.debugnoline.modlis: \ melt-stage3/warmelt-first.debugnoline.so \ melt-stage3/warmelt-base.debugnoline.so \ @@ -3769,7 +3770,7 @@ melt-stage3/warmelt.debugnoline.modlis: \ ## the stamp for melt-stage3 -#@ from melt-build.tpl line 415 +#@ from melt-build.tpl line 416 melt-stage3-fullstage.stamp: melt-run.h melt-stage3/warmelt.modlis \ melt-stage3-warmelt-first-module.stamp melt-stage3/warmelt-first.c \ melt-stage3-warmelt-base-module.stamp melt-stage3/warmelt-base.c \ @@ -3796,25 +3797,25 @@ melt-stage3-fullstage.stamp: melt-run.h melt-stage3/warmelt.modlis \ ### phony targets for melt-stage3 -#@ from melt-build.tpl line 426 +#@ from melt-build.tpl line 427 .PHONY: warmelt3 warmelt3n warmelt3: melt-stage3-fullstage.stamp melt-stage3/warmelt.modlis @echo MELT build made $@ warmelt3n: melt-stage3-fullstage.stamp melt-stage3/warmelt.debugnoline.modlis @echo MELT build made $@ -#@ from melt-build.tpl line 433 melt-stage3 directory and stamp +#@ from melt-build.tpl line 434 melt-stage3 directory and stamp melt-stage3: test -d melt-stage3/ || mkdir melt-stage3 ls -ld $$PWD/melt-stage3 > melt-stage3-directory.stamp melt-stage3-directory.stamp: melt-stage3 ; @true -### end of melt-stage3 from melt-build.tpl line 440 +### end of melt-stage3 from melt-build.tpl line 441 -#@ from melt-build.tpl line 444 +#@ from melt-build.tpl line 445 ######## last stage melt-stage3 MELT_LAST_STAGE=melt-stage3 WARMELT_LAST= warmelt3 @@ -3823,32 +3824,32 @@ WARMELT_LAST_MODLIS= melt-stage3/warmelt.modlis -#@ from melt-build.tpl line 453 +#@ from melt-build.tpl line 454 .PHONY: warmelt warmelt: $(WARMELT_LAST) -#@ from melt-build.tpl line 459 -####### final targets from melt-build.tpl line 460 +#@ from melt-build.tpl line 460 +####### final targets from melt-build.tpl line 461 .PHONY: all-melt melt-all-modules melt-all-sources melt-tiny-tests all-melt: melt-workdir-directory.stamp melt-modules-directory.stamp melt-sources-directory.stamp \ melt-all-modules melt-all-sources melt-tiny-tests -### the final module directory from melt-build.tpl line 465 +### the final module directory from melt-build.tpl line 466 melt-modules: test -d melt-modules/ || mkdir melt-modules/ ls -ld $$PWD/melt-modules > melt-modules-directory.stamp melt-modules-directory.stamp: melt-modules; @true -### the final source directory from melt-build.tpl line 471 +### the final source directory from melt-build.tpl line 472 melt-sources: test -d melt-sources/ || mkdir melt-sources/ ls -ld $$PWD/melt-sources > melt-sources-directory.stamp melt-sources-directory.stamp: melt-sources; @true -### all sources from melt-build.tpl line 478 +### all sources from melt-build.tpl line 479 melt-all-sources: $(WARMELT_LAST_MODLIS) $(WARMELT_LAST_STAGESTAMP) empty-file-for-melt.c \ melt-run.h melt-runtime.h melt-predef.h melt-sources-directory.stamp \ $(melt_make_cc1_dependency) \ @@ -3887,49 +3888,49 @@ melt-all-sources: $(WARMELT_LAST_MODLIS) $(WARMELT_LAST_STAGESTAMP) empty-file-f melt-sources/xtramelt-opengpu+melttime.h -#### melt-sources translator files from melt-build.tpl line 490 +#### melt-sources translator files from melt-build.tpl line 491 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-first # 0 from melt-build.tpl line 495 +## melt translator warmelt-first # 0 from melt-build.tpl line 496 melt-sources/warmelt-first.melt: $(melt_make_source_dir)/warmelt-first.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-first.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-first.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-first.melt warmelt-first.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-first in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-first in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-first+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-first.c melt-sources/warmelt-first+meltdesc.c; @true -# MELT translator warmelt-first in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-first in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-first.c melt-sources/warmelt-first+meltdesc.c: \ melt-sources/warmelt-first.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCINIT1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-first empty-file-for-melt.c > warmelt-first+sources.args-tmp @$(melt_move_if_change) warmelt-first+sources.args-tmp warmelt-first+sources.args - @echo; echo; echo; echo -n warmelt-first+sources.args: ; cat warmelt-first+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-first+sources.args: ; cat warmelt-first+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-first+sources.args -#@ base= warmelt-first from melt-build.tpl line 534 +#@ base= warmelt-first from melt-build.tpl line 535 melt-modules/warmelt-first.optimized.so: melt-sources/warmelt-first.c \ $(wildcard melt-sources/warmelt-first+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -3937,12 +3938,12 @@ melt-modules/warmelt-first.optimized.so: melt-sources/warmelt-first.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-first \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-first -#@ base= warmelt-first from melt-build.tpl line 547 +#@ base= warmelt-first from melt-build.tpl line 548 melt-modules/warmelt-first.debugnoline.so: melt-sources/warmelt-first.c \ $(wildcard melt-sources/warmelt-first+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -3950,12 +3951,12 @@ melt-modules/warmelt-first.debugnoline.so: melt-sources/warmelt-first.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-first \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-first -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-first.quicklybuilt.so: melt-sources/warmelt-first.c \ $(wildcard melt-sources/warmelt-first+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -3964,49 +3965,49 @@ melt-modules/warmelt-first.quicklybuilt.so: melt-sources/warmelt-first.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-first -#@ warmelt-first from melt-build.tpl line 574 +#@ warmelt-first from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-base # 1 from melt-build.tpl line 495 +## melt translator warmelt-base # 1 from melt-build.tpl line 496 melt-sources/warmelt-base.melt: $(melt_make_source_dir)/warmelt-base.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-base.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-base.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-base.melt warmelt-base.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-base in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-base in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-base+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-base.c melt-sources/warmelt-base+meltdesc.c; @true -# MELT translator warmelt-base in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-base in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-base.c melt-sources/warmelt-base+meltdesc.c: \ melt-sources/warmelt-base.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-base empty-file-for-melt.c > warmelt-base+sources.args-tmp @$(melt_move_if_change) warmelt-base+sources.args-tmp warmelt-base+sources.args - @echo; echo; echo; echo -n warmelt-base+sources.args: ; cat warmelt-base+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-base+sources.args: ; cat warmelt-base+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-base+sources.args -#@ base= warmelt-base from melt-build.tpl line 534 +#@ base= warmelt-base from melt-build.tpl line 535 melt-modules/warmelt-base.optimized.so: melt-sources/warmelt-base.c \ $(wildcard melt-sources/warmelt-base+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4014,12 +4015,12 @@ melt-modules/warmelt-base.optimized.so: melt-sources/warmelt-base.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-base \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-base -#@ base= warmelt-base from melt-build.tpl line 547 +#@ base= warmelt-base from melt-build.tpl line 548 melt-modules/warmelt-base.debugnoline.so: melt-sources/warmelt-base.c \ $(wildcard melt-sources/warmelt-base+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4027,12 +4028,12 @@ melt-modules/warmelt-base.debugnoline.so: melt-sources/warmelt-base.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-base \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-base -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-base.quicklybuilt.so: melt-sources/warmelt-base.c \ $(wildcard melt-sources/warmelt-base+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4041,49 +4042,49 @@ melt-modules/warmelt-base.quicklybuilt.so: melt-sources/warmelt-base.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-base -#@ warmelt-base from melt-build.tpl line 574 +#@ warmelt-base from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-debug # 2 from melt-build.tpl line 495 +## melt translator warmelt-debug # 2 from melt-build.tpl line 496 melt-sources/warmelt-debug.melt: $(melt_make_source_dir)/warmelt-debug.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-debug.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-debug.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-debug.melt warmelt-debug.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-debug in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-debug in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-debug+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-debug.c melt-sources/warmelt-debug+meltdesc.c; @true -# MELT translator warmelt-debug in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-debug in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-debug.c melt-sources/warmelt-debug+meltdesc.c: \ melt-sources/warmelt-debug.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-debug empty-file-for-melt.c > warmelt-debug+sources.args-tmp @$(melt_move_if_change) warmelt-debug+sources.args-tmp warmelt-debug+sources.args - @echo; echo; echo; echo -n warmelt-debug+sources.args: ; cat warmelt-debug+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-debug+sources.args: ; cat warmelt-debug+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-debug+sources.args -#@ base= warmelt-debug from melt-build.tpl line 534 +#@ base= warmelt-debug from melt-build.tpl line 535 melt-modules/warmelt-debug.optimized.so: melt-sources/warmelt-debug.c \ $(wildcard melt-sources/warmelt-debug+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4091,12 +4092,12 @@ melt-modules/warmelt-debug.optimized.so: melt-sources/warmelt-debug.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-debug \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-debug -#@ base= warmelt-debug from melt-build.tpl line 547 +#@ base= warmelt-debug from melt-build.tpl line 548 melt-modules/warmelt-debug.debugnoline.so: melt-sources/warmelt-debug.c \ $(wildcard melt-sources/warmelt-debug+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4104,12 +4105,12 @@ melt-modules/warmelt-debug.debugnoline.so: melt-sources/warmelt-debug.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-debug \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-debug -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-debug.quicklybuilt.so: melt-sources/warmelt-debug.c \ $(wildcard melt-sources/warmelt-debug+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4118,49 +4119,49 @@ melt-modules/warmelt-debug.quicklybuilt.so: melt-sources/warmelt-debug.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-debug -#@ warmelt-debug from melt-build.tpl line 574 +#@ warmelt-debug from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-macro # 3 from melt-build.tpl line 495 +## melt translator warmelt-macro # 3 from melt-build.tpl line 496 melt-sources/warmelt-macro.melt: $(melt_make_source_dir)/warmelt-macro.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-macro.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-macro.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-macro.melt warmelt-macro.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-macro in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-macro in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-macro+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-macro.c melt-sources/warmelt-macro+meltdesc.c; @true -# MELT translator warmelt-macro in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-macro in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-macro.c melt-sources/warmelt-macro+meltdesc.c: \ melt-sources/warmelt-macro.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-macro empty-file-for-melt.c > warmelt-macro+sources.args-tmp @$(melt_move_if_change) warmelt-macro+sources.args-tmp warmelt-macro+sources.args - @echo; echo; echo; echo -n warmelt-macro+sources.args: ; cat warmelt-macro+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-macro+sources.args: ; cat warmelt-macro+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-macro+sources.args -#@ base= warmelt-macro from melt-build.tpl line 534 +#@ base= warmelt-macro from melt-build.tpl line 535 melt-modules/warmelt-macro.optimized.so: melt-sources/warmelt-macro.c \ $(wildcard melt-sources/warmelt-macro+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4168,12 +4169,12 @@ melt-modules/warmelt-macro.optimized.so: melt-sources/warmelt-macro.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-macro \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-macro -#@ base= warmelt-macro from melt-build.tpl line 547 +#@ base= warmelt-macro from melt-build.tpl line 548 melt-modules/warmelt-macro.debugnoline.so: melt-sources/warmelt-macro.c \ $(wildcard melt-sources/warmelt-macro+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4181,12 +4182,12 @@ melt-modules/warmelt-macro.debugnoline.so: melt-sources/warmelt-macro.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-macro \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-macro -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-macro.quicklybuilt.so: melt-sources/warmelt-macro.c \ $(wildcard melt-sources/warmelt-macro+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4195,55 +4196,55 @@ melt-modules/warmelt-macro.quicklybuilt.so: melt-sources/warmelt-macro.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-macro -#@ warmelt-macro from melt-build.tpl line 574 +#@ warmelt-macro from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-normal # 4 from melt-build.tpl line 495 +## melt translator warmelt-normal # 4 from melt-build.tpl line 496 melt-sources/warmelt-normal.melt: $(melt_make_source_dir)/warmelt-normal.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-normal.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-normal.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-normal.melt warmelt-normal.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# included warmelt-predef.melt from melt-build.tpl line 502 +# included warmelt-predef.melt from melt-build.tpl line 503 melt-sources/warmelt-predef.melt: warmelt-predef.melt melt-sources-directory.stamp rm -f melt-sources/warmelt-predef.melt* cp -v $< melt-sources/warmelt-predef.melt-tmp mv melt-sources/warmelt-predef.melt-tmp melt-sources/warmelt-predef.melt -# MELT translator warmelt-normal in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-normal in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-normal+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-normal.c melt-sources/warmelt-normal+meltdesc.c; @true -# MELT translator warmelt-normal in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-normal in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-normal.c melt-sources/warmelt-normal+meltdesc.c: \ melt-sources/warmelt-normal.melt melt-sources-directory.stamp melt-sources/warmelt-predef.melt \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-normal empty-file-for-melt.c > warmelt-normal+sources.args-tmp @$(melt_move_if_change) warmelt-normal+sources.args-tmp warmelt-normal+sources.args - @echo; echo; echo; echo -n warmelt-normal+sources.args: ; cat warmelt-normal+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-normal+sources.args: ; cat warmelt-normal+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-normal+sources.args -#@ base= warmelt-normal from melt-build.tpl line 534 +#@ base= warmelt-normal from melt-build.tpl line 535 melt-modules/warmelt-normal.optimized.so: melt-sources/warmelt-normal.c \ $(wildcard melt-sources/warmelt-normal+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4251,12 +4252,12 @@ melt-modules/warmelt-normal.optimized.so: melt-sources/warmelt-normal.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-normal \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-normal -#@ base= warmelt-normal from melt-build.tpl line 547 +#@ base= warmelt-normal from melt-build.tpl line 548 melt-modules/warmelt-normal.debugnoline.so: melt-sources/warmelt-normal.c \ $(wildcard melt-sources/warmelt-normal+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4264,12 +4265,12 @@ melt-modules/warmelt-normal.debugnoline.so: melt-sources/warmelt-normal.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-normal \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-normal -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-normal.quicklybuilt.so: melt-sources/warmelt-normal.c \ $(wildcard melt-sources/warmelt-normal+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4278,49 +4279,49 @@ melt-modules/warmelt-normal.quicklybuilt.so: melt-sources/warmelt-normal.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-normal -#@ warmelt-normal from melt-build.tpl line 574 +#@ warmelt-normal from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-normatch # 5 from melt-build.tpl line 495 +## melt translator warmelt-normatch # 5 from melt-build.tpl line 496 melt-sources/warmelt-normatch.melt: $(melt_make_source_dir)/warmelt-normatch.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-normatch.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-normatch.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-normatch.melt warmelt-normatch.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-normatch in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-normatch in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-normatch+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-normatch.c melt-sources/warmelt-normatch+meltdesc.c; @true -# MELT translator warmelt-normatch in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-normatch in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-normatch.c melt-sources/warmelt-normatch+meltdesc.c: \ melt-sources/warmelt-normatch.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-normatch empty-file-for-melt.c > warmelt-normatch+sources.args-tmp @$(melt_move_if_change) warmelt-normatch+sources.args-tmp warmelt-normatch+sources.args - @echo; echo; echo; echo -n warmelt-normatch+sources.args: ; cat warmelt-normatch+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-normatch+sources.args: ; cat warmelt-normatch+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-normatch+sources.args -#@ base= warmelt-normatch from melt-build.tpl line 534 +#@ base= warmelt-normatch from melt-build.tpl line 535 melt-modules/warmelt-normatch.optimized.so: melt-sources/warmelt-normatch.c \ $(wildcard melt-sources/warmelt-normatch+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4328,12 +4329,12 @@ melt-modules/warmelt-normatch.optimized.so: melt-sources/warmelt-normatch.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-normatch \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-normatch -#@ base= warmelt-normatch from melt-build.tpl line 547 +#@ base= warmelt-normatch from melt-build.tpl line 548 melt-modules/warmelt-normatch.debugnoline.so: melt-sources/warmelt-normatch.c \ $(wildcard melt-sources/warmelt-normatch+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4341,12 +4342,12 @@ melt-modules/warmelt-normatch.debugnoline.so: melt-sources/warmelt-normatch.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-normatch \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-normatch -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-normatch.quicklybuilt.so: melt-sources/warmelt-normatch.c \ $(wildcard melt-sources/warmelt-normatch+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4355,49 +4356,49 @@ melt-modules/warmelt-normatch.quicklybuilt.so: melt-sources/warmelt-normatch.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-normatch -#@ warmelt-normatch from melt-build.tpl line 574 +#@ warmelt-normatch from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-genobj # 6 from melt-build.tpl line 495 +## melt translator warmelt-genobj # 6 from melt-build.tpl line 496 melt-sources/warmelt-genobj.melt: $(melt_make_source_dir)/warmelt-genobj.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-genobj.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-genobj.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-genobj.melt warmelt-genobj.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-genobj in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-genobj in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-genobj+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-genobj.c melt-sources/warmelt-genobj+meltdesc.c; @true -# MELT translator warmelt-genobj in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-genobj in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-genobj.c melt-sources/warmelt-genobj+meltdesc.c: \ melt-sources/warmelt-genobj.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-genobj empty-file-for-melt.c > warmelt-genobj+sources.args-tmp @$(melt_move_if_change) warmelt-genobj+sources.args-tmp warmelt-genobj+sources.args - @echo; echo; echo; echo -n warmelt-genobj+sources.args: ; cat warmelt-genobj+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-genobj+sources.args: ; cat warmelt-genobj+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-genobj+sources.args -#@ base= warmelt-genobj from melt-build.tpl line 534 +#@ base= warmelt-genobj from melt-build.tpl line 535 melt-modules/warmelt-genobj.optimized.so: melt-sources/warmelt-genobj.c \ $(wildcard melt-sources/warmelt-genobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4405,12 +4406,12 @@ melt-modules/warmelt-genobj.optimized.so: melt-sources/warmelt-genobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-genobj \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-genobj -#@ base= warmelt-genobj from melt-build.tpl line 547 +#@ base= warmelt-genobj from melt-build.tpl line 548 melt-modules/warmelt-genobj.debugnoline.so: melt-sources/warmelt-genobj.c \ $(wildcard melt-sources/warmelt-genobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4418,12 +4419,12 @@ melt-modules/warmelt-genobj.debugnoline.so: melt-sources/warmelt-genobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-genobj \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-genobj -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-genobj.quicklybuilt.so: melt-sources/warmelt-genobj.c \ $(wildcard melt-sources/warmelt-genobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4432,49 +4433,49 @@ melt-modules/warmelt-genobj.quicklybuilt.so: melt-sources/warmelt-genobj.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-genobj -#@ warmelt-genobj from melt-build.tpl line 574 +#@ warmelt-genobj from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-outobj # 7 from melt-build.tpl line 495 +## melt translator warmelt-outobj # 7 from melt-build.tpl line 496 melt-sources/warmelt-outobj.melt: $(melt_make_source_dir)/warmelt-outobj.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-outobj.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-outobj.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-outobj.melt warmelt-outobj.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-outobj in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-outobj in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-outobj+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-outobj.c melt-sources/warmelt-outobj+meltdesc.c; @true -# MELT translator warmelt-outobj in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-outobj in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-outobj.c melt-sources/warmelt-outobj+meltdesc.c: \ melt-sources/warmelt-outobj.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-outobj empty-file-for-melt.c > warmelt-outobj+sources.args-tmp @$(melt_move_if_change) warmelt-outobj+sources.args-tmp warmelt-outobj+sources.args - @echo; echo; echo; echo -n warmelt-outobj+sources.args: ; cat warmelt-outobj+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-outobj+sources.args: ; cat warmelt-outobj+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-outobj+sources.args -#@ base= warmelt-outobj from melt-build.tpl line 534 +#@ base= warmelt-outobj from melt-build.tpl line 535 melt-modules/warmelt-outobj.optimized.so: melt-sources/warmelt-outobj.c \ $(wildcard melt-sources/warmelt-outobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4482,12 +4483,12 @@ melt-modules/warmelt-outobj.optimized.so: melt-sources/warmelt-outobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-outobj \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-outobj -#@ base= warmelt-outobj from melt-build.tpl line 547 +#@ base= warmelt-outobj from melt-build.tpl line 548 melt-modules/warmelt-outobj.debugnoline.so: melt-sources/warmelt-outobj.c \ $(wildcard melt-sources/warmelt-outobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4495,12 +4496,12 @@ melt-modules/warmelt-outobj.debugnoline.so: melt-sources/warmelt-outobj.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-outobj \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-outobj -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-outobj.quicklybuilt.so: melt-sources/warmelt-outobj.c \ $(wildcard melt-sources/warmelt-outobj+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4509,49 +4510,49 @@ melt-modules/warmelt-outobj.quicklybuilt.so: melt-sources/warmelt-outobj.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-outobj -#@ warmelt-outobj from melt-build.tpl line 574 +#@ warmelt-outobj from melt-build.tpl line 575 -#@ from melt-build.tpl line 492 +#@ from melt-build.tpl line 493 -## melt translator warmelt-modes # 8 from melt-build.tpl line 495 +## melt translator warmelt-modes # 8 from melt-build.tpl line 496 melt-sources/warmelt-modes.melt: $(melt_make_source_dir)/warmelt-modes.melt melt-sources-directory.stamp - @echo from melt-build.tpl line 497; ls -l $(melt_make_source_dir)/warmelt-modes.melt + @echo from melt-build.tpl line 498; ls -l $(melt_make_source_dir)/warmelt-modes.melt cd melt-sources; $(LN_S) -v -f $(realpath $(melt_make_source_dir))/warmelt-modes.melt warmelt-modes.melt -### melt included files with (load ...) macro from melt-build.tpl line 500 +### melt included files with (load ...) macro from melt-build.tpl line 501 -# MELT translator warmelt-modes in melt-sources/ timestamp from melt-build.tpl line 509 +# MELT translator warmelt-modes in melt-sources/ timestamp from melt-build.tpl line 510 melt-sources/warmelt-modes+melttime.h: melt-sources-directory.stamp \ melt-sources/warmelt-modes.c melt-sources/warmelt-modes+meltdesc.c; @true -# MELT translator warmelt-modes in melt-sources/ C files from melt-build.tpl line 513 +# MELT translator warmelt-modes in melt-sources/ C files from melt-build.tpl line 514 melt-sources/warmelt-modes.c melt-sources/warmelt-modes+meltdesc.c: \ melt-sources/warmelt-modes.melt melt-sources-directory.stamp \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 520 + @echo doing $@ from melt-build.tpl line 521 @echo $(MELTCCFILE1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/warmelt-modes empty-file-for-melt.c > warmelt-modes+sources.args-tmp @$(melt_move_if_change) warmelt-modes+sources.args-tmp warmelt-modes+sources.args - @echo; echo; echo; echo -n warmelt-modes+sources.args: ; cat warmelt-modes+sources.args ; echo "***** doing " $@ from melt-build.tpl line 529 + @echo; echo; echo; echo -n warmelt-modes+sources.args: ; cat warmelt-modes+sources.args ; echo "***** doing " $@ from melt-build.tpl line 530 $(melt_make_cc1) @warmelt-modes+sources.args -#@ base= warmelt-modes from melt-build.tpl line 534 +#@ base= warmelt-modes from melt-build.tpl line 535 melt-modules/warmelt-modes.optimized.so: melt-sources/warmelt-modes.c \ $(wildcard melt-sources/warmelt-modes+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 539 + @echo doing $@ from melt-build.tpl line 540 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=optimized \ @@ -4559,12 +4560,12 @@ melt-modules/warmelt-modes.optimized.so: melt-sources/warmelt-modes.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-modes \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-modes -#@ base= warmelt-modes from melt-build.tpl line 547 +#@ base= warmelt-modes from melt-build.tpl line 548 melt-modules/warmelt-modes.debugnoline.so: melt-sources/warmelt-modes.c \ $(wildcard melt-sources/warmelt-modes+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 552 + @echo doing $@ from melt-build.tpl line 553 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_CFLAGS="$(melt_cflags)" \ GCCMELT_MODULE_FLAVOR=debugnoline \ @@ -4572,12 +4573,12 @@ melt-modules/warmelt-modes.debugnoline.so: melt-sources/warmelt-modes.c \ GCCMELT_MODULE_SOURCEBASE=melt-sources/warmelt-modes \ GCCMELT_MODULE_BINARYBASE=melt-modules/warmelt-modes -#@ from melt-build.tpl line 560 +#@ from melt-build.tpl line 561 melt-modules/warmelt-modes.quicklybuilt.so: melt-sources/warmelt-modes.c \ $(wildcard melt-sources/warmelt-modes+*.c) \ melt-modules-directory.stamp melt-sources-directory.stamp melt-workdir-directory.stamp \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 565 + @echo doing $@ from melt-build.tpl line 566 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4586,13 +4587,13 @@ melt-modules/warmelt-modes.quicklybuilt.so: melt-sources/warmelt-modes.c \ GCCMELT_MODULE_WORKSPACE=melt-workdir # end translator warmelt-modes -#@ warmelt-modes from melt-build.tpl line 574 +#@ warmelt-modes from melt-build.tpl line 575 -#@ from melt-build.tpl line 577 +#@ from melt-build.tpl line 578 -#@ from melt-build.tpl line 580 +#@ from melt-build.tpl line 581 #### melt-sources warmelt-quicklybuilt is the sequence of translator files: melt-sources/warmelt-quicklybuilt.modlis: melt-modules/warmelt-first.optimized.so \ melt-modules/warmelt-base.optimized.so \ @@ -4603,7 +4604,7 @@ melt-modules/warmelt-normatch.optimized.so \ melt-modules/warmelt-genobj.optimized.so \ melt-modules/warmelt-outobj.optimized.so \ melt-modules/warmelt-modes.optimized.so - @echo building quicklybuilt module list $@ from melt-build.tpl line 583 + @echo building quicklybuilt module list $@ from melt-build.tpl line 584 date +"# MELT warmelt-quicklybuilt list $@ generated %F" > $@-tmp echo "# quicklybuilt translator files" >> $@-tmp echo warmelt-first.quicklybuilt >> $@-tmp @@ -4620,7 +4621,7 @@ melt-modules/warmelt-modes.optimized.so $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 580 +#@ from melt-build.tpl line 581 #### melt-sources warmelt-optimized is the sequence of translator files: melt-sources/warmelt-optimized.modlis: melt-modules/warmelt-first.optimized.so \ melt-modules/warmelt-base.optimized.so \ @@ -4631,7 +4632,7 @@ melt-modules/warmelt-normatch.optimized.so \ melt-modules/warmelt-genobj.optimized.so \ melt-modules/warmelt-outobj.optimized.so \ melt-modules/warmelt-modes.optimized.so - @echo building optimized module list $@ from melt-build.tpl line 583 + @echo building optimized module list $@ from melt-build.tpl line 584 date +"# MELT warmelt-optimized list $@ generated %F" > $@-tmp echo "# optimized translator files" >> $@-tmp echo warmelt-first.optimized >> $@-tmp @@ -4648,7 +4649,7 @@ melt-modules/warmelt-modes.optimized.so $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 580 +#@ from melt-build.tpl line 581 #### melt-sources warmelt-debugnoline is the sequence of translator files: melt-sources/warmelt-debugnoline.modlis: melt-modules/warmelt-first.optimized.so \ melt-modules/warmelt-base.optimized.so \ @@ -4659,7 +4660,7 @@ melt-modules/warmelt-normatch.optimized.so \ melt-modules/warmelt-genobj.optimized.so \ melt-modules/warmelt-outobj.optimized.so \ melt-modules/warmelt-modes.optimized.so - @echo building debugnoline module list $@ from melt-build.tpl line 583 + @echo building debugnoline module list $@ from melt-build.tpl line 584 date +"# MELT warmelt-debugnoline list $@ generated %F" > $@-tmp echo "# debugnoline translator files" >> $@-tmp echo warmelt-first.debugnoline >> $@-tmp @@ -4681,13 +4682,13 @@ melt-modules/warmelt-modes.optimized.so -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-ana-base melt-sources/xtramelt-ana-base.melt: $(melt_make_source_dir)/xtramelt-ana-base.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-ana-base.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-ana-base generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -4700,40 +4701,40 @@ melt-sources/xtramelt-ana-base.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt: \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized: \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-ana-base various flavors of modules -## melt application xtramelt-ana-base flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-ana-base flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-ana-base.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-base.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-base+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4741,14 +4742,14 @@ melt-modules/xtramelt-ana-base.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-base \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-base -#@ from melt-build.tpl line 658 xtramelt-ana-base.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-ana-base.quicklybuilt -## melt application xtramelt-ana-base flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-ana-base flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-ana-base.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-base.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-base+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4756,14 +4757,14 @@ melt-modules/xtramelt-ana-base.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-base \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-base -#@ from melt-build.tpl line 658 xtramelt-ana-base.optimized +#@ from melt-build.tpl line 659 xtramelt-ana-base.optimized -## melt application xtramelt-ana-base flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-ana-base flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-ana-base.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-base.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-base+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4771,22 +4772,22 @@ melt-modules/xtramelt-ana-base.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-base \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-base -#@ from melt-build.tpl line 658 xtramelt-ana-base.debugnoline +#@ from melt-build.tpl line 659 xtramelt-ana-base.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-ana-base -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-ana-tree melt-sources/xtramelt-ana-tree.melt: $(melt_make_source_dir)/xtramelt-ana-tree.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-ana-tree.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-ana-tree generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -4799,40 +4800,40 @@ melt-sources/xtramelt-ana-tree.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-ana-tree various flavors of modules -## melt application xtramelt-ana-tree flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-ana-tree flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-ana-tree.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-tree.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-tree+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4840,14 +4841,14 @@ melt-modules/xtramelt-ana-tree.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-tree \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-tree -#@ from melt-build.tpl line 658 xtramelt-ana-tree.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-ana-tree.quicklybuilt -## melt application xtramelt-ana-tree flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-ana-tree flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-ana-tree.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-tree.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-tree+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4855,14 +4856,14 @@ melt-modules/xtramelt-ana-tree.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-tree \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-tree -#@ from melt-build.tpl line 658 xtramelt-ana-tree.optimized +#@ from melt-build.tpl line 659 xtramelt-ana-tree.optimized -## melt application xtramelt-ana-tree flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-ana-tree flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-ana-tree.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-tree.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-tree+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4870,22 +4871,22 @@ melt-modules/xtramelt-ana-tree.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-tree \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-tree -#@ from melt-build.tpl line 658 xtramelt-ana-tree.debugnoline +#@ from melt-build.tpl line 659 xtramelt-ana-tree.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-ana-tree -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-ana-gimple melt-sources/xtramelt-ana-gimple.melt: $(melt_make_source_dir)/xtramelt-ana-gimple.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-ana-gimple.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-ana-gimple generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -4898,40 +4899,40 @@ melt-sources/xtramelt-ana-gimple.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base:xtramelt-ana-tree \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base:xtramelt-ana-tree \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-ana-gimple various flavors of modules -## melt application xtramelt-ana-gimple flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-ana-gimple flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-ana-gimple.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-gimple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-gimple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4939,14 +4940,14 @@ melt-modules/xtramelt-ana-gimple.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-gimple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-gimple -#@ from melt-build.tpl line 658 xtramelt-ana-gimple.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-ana-gimple.quicklybuilt -## melt application xtramelt-ana-gimple flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-ana-gimple flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-ana-gimple.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-gimple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-gimple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4954,14 +4955,14 @@ melt-modules/xtramelt-ana-gimple.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-gimple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-gimple -#@ from melt-build.tpl line 658 xtramelt-ana-gimple.optimized +#@ from melt-build.tpl line 659 xtramelt-ana-gimple.optimized -## melt application xtramelt-ana-gimple flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-ana-gimple flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-ana-gimple.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-gimple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-gimple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -4969,22 +4970,22 @@ melt-modules/xtramelt-ana-gimple.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-gimple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-gimple -#@ from melt-build.tpl line 658 xtramelt-ana-gimple.debugnoline +#@ from melt-build.tpl line 659 xtramelt-ana-gimple.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-ana-gimple -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-probe melt-sources/xtramelt-probe.melt: $(melt_make_source_dir)/xtramelt-probe.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-probe.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-probe generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -4997,40 +4998,40 @@ melt-sources/xtramelt-probe.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-probe various flavors of modules -## melt application xtramelt-probe flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-probe flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-probe.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-probe.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-probe+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5038,14 +5039,14 @@ melt-modules/xtramelt-probe.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-probe \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-probe -#@ from melt-build.tpl line 658 xtramelt-probe.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-probe.quicklybuilt -## melt application xtramelt-probe flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-probe flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-probe.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-probe.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-probe+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5053,14 +5054,14 @@ melt-modules/xtramelt-probe.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-probe \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-probe -#@ from melt-build.tpl line 658 xtramelt-probe.optimized +#@ from melt-build.tpl line 659 xtramelt-probe.optimized -## melt application xtramelt-probe flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-probe flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-probe.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-probe.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-probe+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5068,22 +5069,22 @@ melt-modules/xtramelt-probe.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-probe \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-probe -#@ from melt-build.tpl line 658 xtramelt-probe.debugnoline +#@ from melt-build.tpl line 659 xtramelt-probe.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-probe -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-ana-simple melt-sources/xtramelt-ana-simple.melt: $(melt_make_source_dir)/xtramelt-ana-simple.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-ana-simple.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-ana-simple generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -5096,40 +5097,40 @@ melt-sources/xtramelt-ana-simple.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-ana-simple various flavors of modules -## melt application xtramelt-ana-simple flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-ana-simple flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-ana-simple.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-simple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-simple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5137,14 +5138,14 @@ melt-modules/xtramelt-ana-simple.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-simple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-simple -#@ from melt-build.tpl line 658 xtramelt-ana-simple.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-ana-simple.quicklybuilt -## melt application xtramelt-ana-simple flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-ana-simple flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-ana-simple.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-simple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-simple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5152,14 +5153,14 @@ melt-modules/xtramelt-ana-simple.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-simple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-simple -#@ from melt-build.tpl line 658 xtramelt-ana-simple.optimized +#@ from melt-build.tpl line 659 xtramelt-ana-simple.optimized -## melt application xtramelt-ana-simple flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-ana-simple flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-ana-simple.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-ana-simple.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-ana-simple+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5167,22 +5168,22 @@ melt-modules/xtramelt-ana-simple.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-ana-simple \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-ana-simple -#@ from melt-build.tpl line 658 xtramelt-ana-simple.debugnoline +#@ from melt-build.tpl line 659 xtramelt-ana-simple.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-ana-simple -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-c-generator melt-sources/xtramelt-c-generator.melt: $(melt_make_source_dir)/xtramelt-c-generator.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-c-generator.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-c-generator generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -5195,40 +5196,40 @@ melt-sources/xtramelt-c-generator.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe:xtramelt-ana-simple \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe:xtramelt-ana-simple \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-c-generator various flavors of modules -## melt application xtramelt-c-generator flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-c-generator flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-c-generator.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-c-generator.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-c-generator+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5236,14 +5237,14 @@ melt-modules/xtramelt-c-generator.quicklybuilt.so: melt-sources-directory.stamp GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-c-generator \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-c-generator -#@ from melt-build.tpl line 658 xtramelt-c-generator.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-c-generator.quicklybuilt -## melt application xtramelt-c-generator flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-c-generator flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-c-generator.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-c-generator.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-c-generator+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5251,14 +5252,14 @@ melt-modules/xtramelt-c-generator.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-c-generator \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-c-generator -#@ from melt-build.tpl line 658 xtramelt-c-generator.optimized +#@ from melt-build.tpl line 659 xtramelt-c-generator.optimized -## melt application xtramelt-c-generator flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-c-generator flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-c-generator.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-c-generator.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-c-generator+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5266,22 +5267,22 @@ melt-modules/xtramelt-c-generator.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-c-generator \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-c-generator -#@ from melt-build.tpl line 658 xtramelt-c-generator.debugnoline +#@ from melt-build.tpl line 659 xtramelt-c-generator.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-c-generator -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 -#@ from melt-build.tpl line 597 +#@ from melt-build.tpl line 598 ## melt application xtramelt-opengpu melt-sources/xtramelt-opengpu.melt: $(melt_make_source_dir)/xtramelt-opengpu.melt cd melt-sources; $(LN_S) -v -f $(realpath $^) xtramelt-opengpu.melt -#@ from melt-build.tpl line 603 +#@ from melt-build.tpl line 604 ## melt application xtramelt-opengpu generated files ## we translate them twice, first with a quicklybuilt, then with an optimized warmelt ## to exercise the optimized warmelt... @@ -5294,40 +5295,40 @@ melt-sources/xtramelt-opengpu.c: \ $(WARMELT_LAST_STAGESTAMP) $(WARMELT_LAST_MODLIS) \ empty-file-for-melt.c melt-run.h melt-runtime.h \ $(melt_make_cc1_dependency) - @echo doing $@ from melt-build.tpl line 617 with quicklybuilt warmelt + @echo doing $@ from melt-build.tpl line 618 with quicklybuilt warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe:xtramelt-ana-simple:xtramelt-c-generator \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 626 + @echo; echo; echo; echo -n $(notdir $(basename $@))-quickb.args: ; cat $(notdir $(basename $@))-quickb.args ; echo "***** doing " $@ from melt-build.tpl line 627 $(melt_make_cc1) @$(notdir $(basename $@))-quickb.args -#@ from melt-build.tpl line 628 - @echo doing $@ from melt-build.tpl line 629 with optimized warmelt +#@ from melt-build.tpl line 629 + @echo doing $@ from melt-build.tpl line 630 with optimized warmelt @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:xtramelt-ana-base:xtramelt-ana-tree:xtramelt-ana-gimple:xtramelt-probe:xtramelt-ana-simple:xtramelt-c-generator \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args - @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 638 + @echo; echo; echo; echo -n $(notdir $(basename $@))-optim.args: ; cat $(notdir $(basename $@))-optim.args ; echo "***** doing " $@ from melt-build.tpl line 639 $(melt_make_cc1) @$(notdir $(basename $@))-optim.args -#@ from melt-build.tpl line 641 +#@ from melt-build.tpl line 642 ## melt application xtramelt-opengpu various flavors of modules -## melt application xtramelt-opengpu flavor quicklybuilt from melt-build.tpl line 645 +## melt application xtramelt-opengpu flavor quicklybuilt from melt-build.tpl line 646 melt-modules/xtramelt-opengpu.quicklybuilt.so: melt-sources-directory.stamp \ melt-sources/xtramelt-opengpu.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-opengpu+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=quicklybuilt \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5335,14 +5336,14 @@ melt-modules/xtramelt-opengpu.quicklybuilt.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-opengpu \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-opengpu -#@ from melt-build.tpl line 658 xtramelt-opengpu.quicklybuilt +#@ from melt-build.tpl line 659 xtramelt-opengpu.quicklybuilt -## melt application xtramelt-opengpu flavor optimized from melt-build.tpl line 645 +## melt application xtramelt-opengpu flavor optimized from melt-build.tpl line 646 melt-modules/xtramelt-opengpu.optimized.so: melt-sources-directory.stamp \ melt-sources/xtramelt-opengpu.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-opengpu+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=optimized \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5350,14 +5351,14 @@ melt-modules/xtramelt-opengpu.optimized.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-opengpu \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-opengpu -#@ from melt-build.tpl line 658 xtramelt-opengpu.optimized +#@ from melt-build.tpl line 659 xtramelt-opengpu.optimized -## melt application xtramelt-opengpu flavor debugnoline from melt-build.tpl line 645 +## melt application xtramelt-opengpu flavor debugnoline from melt-build.tpl line 646 melt-modules/xtramelt-opengpu.debugnoline.so: melt-sources-directory.stamp \ melt-sources/xtramelt-opengpu.c melt-modules-directory.stamp melt-workdir-directory.stamp \ $(wildcard melt-sources/xtramelt-opengpu+*.c) \ melt-run.h melt-runtime.h - @echo doing $@ from melt-build.tpl line 650 + @echo doing $@ from melt-build.tpl line 651 +$(MELT_MAKE_MODULE) melt_module \ GCCMELT_MODULE_FLAVOR=debugnoline \ GCCMELT_CFLAGS="$(melt_cflags)" \ @@ -5365,50 +5366,50 @@ melt-modules/xtramelt-opengpu.debugnoline.so: melt-sources-directory.stamp \ GCCMELT_MODULE_SOURCEBASE=melt-sources/xtramelt-opengpu \ GCCMELT_MODULE_BINARYBASE=melt-modules/xtramelt-opengpu -#@ from melt-build.tpl line 658 xtramelt-opengpu.debugnoline +#@ from melt-build.tpl line 659 xtramelt-opengpu.debugnoline -#@ from melt-build.tpl line 660 +#@ from melt-build.tpl line 661 # end application xtramelt-opengpu -#@ from melt-build.tpl line 664 +#@ from melt-build.tpl line 665 ################ -#@ from melt-build.tpl line 669 +#@ from melt-build.tpl line 670 melt-sayhello.melt: $(melt_default_modules_list).modlis @date +'(code_chunk say%YM%mhello #{printf("hello_from_MELT on %c pid %%d\n", (int) getpid());}#)' > $@ -#@ from melt-build.tpl line 672 +#@ from melt-build.tpl line 673 melt-tiny-tests: melt-sayhello.melt melt-modules melt-sources \ melt-all-modules melt-all-sources \ melt-default-modules-quicklybuilt.modlis melt-runtime.args \ $(MELT_RUNTIME_C) -# test that a helloworld can be translated from melt-build.tpl line 678 - @echo doing $@ from melt-build.tpl line 679 +# test that a helloworld can be translated from melt-build.tpl line 679 + @echo doing $@ from melt-build.tpl line 680 @echo $(MELTCCAPPLICATION1ARGS) \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=$(basename $<) empty-file-for-melt.c > $(basename $<).args-tmp @$(melt_move_if_change) $(basename $<).args-tmp $(basename $<).args - @echo; echo; echo; echo -n $(basename $<).args: ; cat $(basename $<).args ; echo "***** doing " $(basename $<) from melt-build.tpl line 687 + @echo; echo; echo; echo -n $(basename $<).args: ; cat $(basename $<).args ; echo "***** doing " $(basename $<) from melt-build.tpl line 688 $(melt_make_cc1) @$(basename $<).args -# test that a helloworld can be run from melt-build.tpl line 689 +# test that a helloworld can be run from melt-build.tpl line 690 @echo $(MELTCCRUNFILE1ARGS) $(meltarg_init)=@melt-default-modules-quicklybuilt \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=$(basename $<) empty-file-for-melt.c > $(basename $<)-run.args-tmp @$(melt_move_if_change) $(basename $<)-run.args-tmp $(basename $<)-run.args - @echo; echo; echo; echo -n $(basename $<)-run.args: ; cat $(basename $<)-run.args ; echo "***** doing " $(basename $<)-run from melt-build.tpl line 697 + @echo; echo; echo; echo -n $(basename $<)-run.args: ; cat $(basename $<)-run.args ; echo "***** doing " $(basename $<)-run from melt-build.tpl line 698 $(melt_make_cc1) @$(basename $<)-run.args # test that the melt-runtime follows MELT coding rules; this also tests # a real MELT pass on real code, like our melt-runtime.c -# test melt-runtime from melt-build.tpl line 701 +# test melt-runtime from melt-build.tpl line 702 @echo $(melt_make_cc1flags) > meltframe.args-tmp @echo $(meltarg_mode)=meltframe \ $(meltarg_makefile)=$(melt_make_module_makefile) \ @@ -5417,24 +5418,24 @@ melt-tiny-tests: melt-sayhello.melt melt-modules melt-sources \ $(meltarg_tempdir)=. $(MELT_DEBUG) $(meltarg_init)=@melt-default-modules-quicklybuilt \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) >> meltframe.args-tmp + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) >> meltframe.args-tmp @echo -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) -o /dev/null >> meltframe.args-tmp @echo -Iinclude/ >> meltframe.args-tmp @if [ -d include-fixed ] ; then echo -Iinclude-fixed/ >> meltframe.args-tmp ; fi @echo -O -Wno-shadow >> meltframe.args-tmp @cat melt-runtime.args >> meltframe.args-tmp @$(melt_move_if_change) meltframe.args-tmp meltframe.args - @echo; echo; echo; echo -n meltframe.args: ; cat meltframe.args ; echo "***** doing " meltframe from melt-build.tpl line 717 + @echo; echo; echo; echo -n meltframe.args: ; cat meltframe.args ; echo "***** doing " meltframe from melt-build.tpl line 718 $(melt_make_cc1) @meltframe.args -#@ from melt-build.tpl line 721 +#@ from melt-build.tpl line 722 ################ -#@ from melt-build.tpl line 727 +#@ from melt-build.tpl line 728 melt-all-modules: melt-workdir \ melt-modules/warmelt-first.optimized.so \ melt-modules/warmelt-base.optimized.so \ @@ -5499,11 +5500,11 @@ $(melt_default_modules_list).modlis: melt-all-modules \ cd $(dir $@) ; $(LN_S) -v -f $(melt_default_modules_list)-$(melt_default_variant).modlis $(notdir $@) -#@ from melt-build.tpl line 750 +#@ from melt-build.tpl line 751 ## MELT various variants of module lists -#@ from melt-build.tpl line 754 +#@ from melt-build.tpl line 755 ### quicklybuilt default module list $(melt_default_modules_list)-quicklybuilt.modlis: melt-all-modules melt-modules/ $(wildcard melt-modules/*.quicklybuilt.so) @echo building quicklybuilt module list $@ @@ -5532,7 +5533,7 @@ $(melt_default_modules_list)-quicklybuilt.modlis: melt-all-modules melt-module $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 754 +#@ from melt-build.tpl line 755 ### optimized default module list $(melt_default_modules_list)-optimized.modlis: melt-all-modules melt-modules/ $(wildcard melt-modules/*.optimized.so) @echo building optimized module list $@ @@ -5561,7 +5562,7 @@ $(melt_default_modules_list)-optimized.modlis: melt-all-modules melt-modules/ $(melt_move_if_change) $@-tmp $@ -#@ from melt-build.tpl line 754 +#@ from melt-build.tpl line 755 ### debugnoline default module list $(melt_default_modules_list)-debugnoline.modlis: melt-all-modules melt-modules/ $(wildcard melt-modules/*.debugnoline.so) @echo building debugnoline module list $@ @@ -5591,19 +5592,19 @@ $(melt_default_modules_list)-debugnoline.modlis: melt-all-modules melt-modules -#@ from melt-build.tpl line 770 +#@ from melt-build.tpl line 771 ### MELT upgrade .PHONY: warmelt-upgrade-translator meltrun-generate -#@ from melt-build.tpl line 775 +#@ from melt-build.tpl line 776 ####### generate the runtime support files meltrunsup.h meltrunsup-inc.c meltrun-generate: $(WARMELT_LAST) $(WARMELT_LAST_MODLIS) $(WARMELT_LAST_STAGESTAMP) empty-file-for-melt.c \ $(melt_make_cc1_dependency) @rm -f $(wildcard meltrunsup*) @echo $(melt_make_cc1flags) \ $(meltarg_mode)=runtypesupport \ - $(meltarg_workdir)=melt-workdir $(meltarg_bootstrapping) $(MELT_DEBUG) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_bootstrapping) $(MELT_DEBUG) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ $(meltarg_module_path)=$(MELT_LAST_STAGE):. \ $(meltarg_source_path)=$(MELT_LAST_STAGE):$(melt_source_dir):. \ @@ -5622,7 +5623,7 @@ meltrun-generate: $(WARMELT_LAST) $(WARMELT_LAST_MODLIS) $(WARMELT_LAST_STAGEST ###### generate the translator files warmelt*.c -#@ from melt-build.tpl line 801 +#@ from melt-build.tpl line 802 warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-generate \ $(MELT_LAST_STAGE)/warmelt-first.c \ $(wildcard $(MELT_LAST_STAGE)/warmelt-first+*.c) \ @@ -5648,11 +5649,11 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g ls -l meltrunsup.h meltrunsup-inc.c indent meltrunsup.h indent meltrunsup-inc.c -#@ from melt-build.tpl line 813 +#@ from melt-build.tpl line 814 -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-first -## dont indent the warmelt-first+meltdesc.c or warmelt-first+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-first+meltdesc.c or warmelt-first+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-first+meltdesc.c $(MELT_LAST_STAGE)/warmelt-first+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-first+meltdesc.c > $(srcdir)/melt/generated/warmelt-first+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-first+melttime.h $(MELT_LAST_STAGE)/warmelt-first+melttime.h~; \ @@ -5671,12 +5672,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-first*.so $(MELT_STAGE_ZERO)/warmelt-first*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-base -## dont indent the warmelt-base+meltdesc.c or warmelt-base+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-base+meltdesc.c or warmelt-base+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-base+meltdesc.c $(MELT_LAST_STAGE)/warmelt-base+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-base+meltdesc.c > $(srcdir)/melt/generated/warmelt-base+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-base+melttime.h $(MELT_LAST_STAGE)/warmelt-base+melttime.h~; \ @@ -5695,12 +5696,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-base*.so $(MELT_STAGE_ZERO)/warmelt-base*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-debug -## dont indent the warmelt-debug+meltdesc.c or warmelt-debug+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-debug+meltdesc.c or warmelt-debug+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-debug+meltdesc.c $(MELT_LAST_STAGE)/warmelt-debug+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-debug+meltdesc.c > $(srcdir)/melt/generated/warmelt-debug+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-debug+melttime.h $(MELT_LAST_STAGE)/warmelt-debug+melttime.h~; \ @@ -5719,12 +5720,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-debug*.so $(MELT_STAGE_ZERO)/warmelt-debug*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-macro -## dont indent the warmelt-macro+meltdesc.c or warmelt-macro+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-macro+meltdesc.c or warmelt-macro+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-macro+meltdesc.c $(MELT_LAST_STAGE)/warmelt-macro+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-macro+meltdesc.c > $(srcdir)/melt/generated/warmelt-macro+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-macro+melttime.h $(MELT_LAST_STAGE)/warmelt-macro+melttime.h~; \ @@ -5743,12 +5744,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-macro*.so $(MELT_STAGE_ZERO)/warmelt-macro*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-normal -## dont indent the warmelt-normal+meltdesc.c or warmelt-normal+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-normal+meltdesc.c or warmelt-normal+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-normal+meltdesc.c $(MELT_LAST_STAGE)/warmelt-normal+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-normal+meltdesc.c > $(srcdir)/melt/generated/warmelt-normal+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-normal+melttime.h $(MELT_LAST_STAGE)/warmelt-normal+melttime.h~; \ @@ -5767,12 +5768,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-normal*.so $(MELT_STAGE_ZERO)/warmelt-normal*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-normatch -## dont indent the warmelt-normatch+meltdesc.c or warmelt-normatch+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-normatch+meltdesc.c or warmelt-normatch+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-normatch+meltdesc.c $(MELT_LAST_STAGE)/warmelt-normatch+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-normatch+meltdesc.c > $(srcdir)/melt/generated/warmelt-normatch+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-normatch+melttime.h $(MELT_LAST_STAGE)/warmelt-normatch+melttime.h~; \ @@ -5791,12 +5792,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-normatch*.so $(MELT_STAGE_ZERO)/warmelt-normatch*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-genobj -## dont indent the warmelt-genobj+meltdesc.c or warmelt-genobj+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-genobj+meltdesc.c or warmelt-genobj+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-genobj+meltdesc.c $(MELT_LAST_STAGE)/warmelt-genobj+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-genobj+meltdesc.c > $(srcdir)/melt/generated/warmelt-genobj+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-genobj+melttime.h $(MELT_LAST_STAGE)/warmelt-genobj+melttime.h~; \ @@ -5815,12 +5816,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-genobj*.so $(MELT_STAGE_ZERO)/warmelt-genobj*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-outobj -## dont indent the warmelt-outobj+meltdesc.c or warmelt-outobj+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-outobj+meltdesc.c or warmelt-outobj+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-outobj+meltdesc.c $(MELT_LAST_STAGE)/warmelt-outobj+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-outobj+meltdesc.c > $(srcdir)/melt/generated/warmelt-outobj+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-outobj+melttime.h $(MELT_LAST_STAGE)/warmelt-outobj+melttime.h~; \ @@ -5839,12 +5840,12 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-outobj*.so $(MELT_STAGE_ZERO)/warmelt-outobj*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # -#@ from melt-build.tpl line 815 +#@ from melt-build.tpl line 816 @echo upgrading MELT translator warmelt-modes -## dont indent the warmelt-modes+meltdesc.c or warmelt-modes+melttime.h ::: from melt-build.tpl line 817 +## dont indent the warmelt-modes+meltdesc.c or warmelt-modes+melttime.h ::: from melt-build.tpl line 818 cp $(MELT_LAST_STAGE)/warmelt-modes+meltdesc.c $(MELT_LAST_STAGE)/warmelt-modes+meltdesc.c~; \ sed s/$(MELT_LAST_STAGE)/MELT-STAGE-ZERO/g $(MELT_LAST_STAGE)/warmelt-modes+meltdesc.c > $(srcdir)/melt/generated/warmelt-modes+meltdesc.c cp $(MELT_LAST_STAGE)/warmelt-modes+melttime.h $(MELT_LAST_STAGE)/warmelt-modes+melttime.h~; \ @@ -5863,18 +5864,18 @@ warmelt-upgrade-translator: $(WARMELT_LAST) $(WARMELT_LAST_STAGESTAMP) meltrun-g $(srcdir)/melt/generated/$$bf ; \ done rm -f $(MELT_STAGE_ZERO)/warmelt-modes*.so $(MELT_STAGE_ZERO)/warmelt-modes*.c -#@ from melt-build.tpl line 836 +#@ from melt-build.tpl line 837 # cp -v meltrunsup*.[ch] $(srcdir)/melt/generated/ -#@ from melt-build.tpl line 840 +#@ from melt-build.tpl line 841 ### Generated MELT documentation -#@ from melt-build.tpl line 847 +#@ from melt-build.tpl line 848 meltgendoc.texi: $(melt_default_modules_list).modlis \ melt-sources/warmelt-first.melt \ melt-sources/warmelt-base.melt \ @@ -5897,7 +5898,7 @@ meltgendoc.texi: $(melt_default_modules_list).modlis \ echo $(melt_make_cc1flags) $(meltarg_mode)=makedoc \ $(meltarg_makefile)=$(melt_make_module_makefile) \ $(meltarg_makecmd)=$(MAKE) \ - $(meltarg_workdir)=melt-workdir $(meltarg_bootstrapping) $(MELT_DEBUG) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_bootstrapping) $(MELT_DEBUG) \ $(meltarg_init)=@$(melt_default_modules_list) \ $(meltarg_module_path)=$(realpath melt-modules):. \ $(meltarg_source_path)=$(realpath melt-sources):. \ @@ -5913,7 +5914,7 @@ xtramelt-ana-base.melt,xtramelt-ana-tree.melt,xtramelt-ana-gimple.melt,xtramelt- -### MELT cleanup from melt-build.tpl line 872 +### MELT cleanup from melt-build.tpl line 873 .PHONY: melt-clean melt-clean: rm -rf *melt*.args melt-workdir melt-stage0-* melt-sayhello* \ @@ -5924,5 +5925,5 @@ melt-clean: melt-stage3 \ melt-sources melt-modules -#@ from melt-build.tpl line 881 +#@ from melt-build.tpl line 882 ## eof melt-build.mk generated from melt-build.tpl & melt-melt-build.def diff --git a/gcc/melt-build.tpl b/gcc/melt-build.tpl index 3b985a681eb..7106a8801ea 100644 --- a/gcc/melt-build.tpl +++ b/gcc/melt-build.tpl @@ -86,6 +86,7 @@ meltarg_tempdir=$(if $(melt_is_plugin),-fplugin-arg-melt-tempdir,-fmelt-tempdir) meltarg_workdir=$(if $(melt_is_plugin),-fplugin-arg-melt-workdir,-fmelt-workdir) meltarg_arg=$(if $(melt_is_plugin),-fplugin-arg-melt-arg,-fmelt-arg) meltarg_bootstrapping=$(if $(melt_is_plugin),-fplugin-arg-melt-bootstrapping,-fmelt-bootstrapping) +meltarg_genworklink=$(if $(melt_is_plugin),-fplugin-arg-melt-generate-work-link,-fmelt-generate-work-link) meltarg_makefile=$(if $(melt_is_plugin),-fplugin-arg-melt-module-makefile,-fmelt-module-makefile) meltarg_makecmd=$(if $(melt_is_plugin),-fplugin-arg-melt-module-make-command,-fmelt-module-make-command) meltarg_arglist=$(if $(melt_is_plugin),-fplugin-arg-melt-arglist,-fmelt-arglist) @@ -340,7 +341,7 @@ melt-stage0-[+zeroflavor+]-fullstage.stamp: \ @echo $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath .):$(realpath [+melt_stage+]):$(realpath [+ (. prevstage)+]):$(realpath $(melt_make_module_dir)) \ $(meltarg_source_path)=$(realpath .):$(realpath [+melt_stage+]):$(realpath [+ (. prevstage)+]):$(realpath $(melt_make_source_dir)):$(realpath $(melt_make_source_dir)/generated):$(realpath $(melt_source_dir)) \ - $(meltarg_output)=[+melt_stage+]/[+ (. outbase)+] $(meltarg_workdir)=melt-workdir \ + $(meltarg_output)=[+melt_stage+]/[+ (. outbase)+] $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) \ empty-file-for-melt.c >> [+ (. outbase)+]+[+melt_stage+].args-tmp @$(melt_move_if_change) [+ (. outbase)+]+[+melt_stage+].args-tmp [+ (. outbase)+]+[+melt_stage+].args @echo; echo; echo -n [+ (. outbase)+]+[+melt_stage+].args: ; cat [+ (. outbase)+]+[+melt_stage+].args ; echo; echo; echo "***** doing " $@ [+ (. (tpl-file-line))+] @@ -523,7 +524,7 @@ melt-sources/[+base+].c melt-sources/[+base+]+meltdesc.c: \ $(meltarg_module_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-modules): \ $(meltarg_source_path)=$(realpath $(MELT_LAST_STAGE)):$(realpath melt-sources):$(realpath $(melt_source_dir)) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=melt-sources/[+base+] empty-file-for-melt.c > [+base+]+sources.args-tmp @$(melt_move_if_change) [+base+]+sources.args-tmp [+base+]+sources.args @echo; echo; echo; echo -n [+base+]+sources.args: ; cat [+base+]+sources.args ; echo "***** doing " $@ [+ (. (tpl-file-line))+] @@ -619,7 +620,7 @@ melt-sources/[+base+].c: \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-quicklybuilt:[+ (. (join ":" (reverse prevapplbase)))+] \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-quickb.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-quickb.args-tmp $(notdir $(basename $@))-quickb.args @@ -631,7 +632,7 @@ melt-sources/[+base+].c: \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_init)=@warmelt-optimized:[+ (. (join ":" (reverse prevapplbase)))+] \ $(meltarg_output)=$(basename $@) empty-file-for-melt.c > $(notdir $(basename $@))-optim.args-tmp @$(melt_move_if_change) $(notdir $(basename $@))-optim.args-tmp $(notdir $(basename $@))-optim.args @@ -681,7 +682,7 @@ melt-tiny-tests: melt-sayhello.melt melt-modules melt-sources \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=$(basename $<) empty-file-for-melt.c > $(basename $<).args-tmp @$(melt_move_if_change) $(basename $<).args-tmp $(basename $<).args @echo; echo; echo; echo -n $(basename $<).args: ; cat $(basename $<).args ; echo "***** doing " $(basename $<) [+ (. (tpl-file-line))+] @@ -691,7 +692,7 @@ melt-tiny-tests: melt-sayhello.melt melt-modules melt-sources \ $(meltarg_arg)=$< -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) \ $(meltarg_output)=$(basename $<) empty-file-for-melt.c > $(basename $<)-run.args-tmp @$(melt_move_if_change) $(basename $<)-run.args-tmp $(basename $<)-run.args @echo; echo; echo; echo -n $(basename $<)-run.args: ; cat $(basename $<)-run.args ; echo "***** doing " $(basename $<)-run [+ (. (tpl-file-line))+] @@ -707,7 +708,7 @@ melt-tiny-tests: melt-sayhello.melt melt-modules melt-sources \ $(meltarg_tempdir)=. $(MELT_DEBUG) $(meltarg_init)=@melt-default-modules-quicklybuilt \ $(meltarg_module_path)=$(realpath melt-modules) \ $(meltarg_source_path)=$(realpath melt-sources) \ - $(meltarg_workdir)=melt-workdir $(meltarg_inhibitautobuild) >> meltframe.args-tmp + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_inhibitautobuild) >> meltframe.args-tmp @echo -frandom-seed=$(shell $(MD5SUM) $< | cut -b-24) -o /dev/null >> meltframe.args-tmp @echo -Iinclude/ >> meltframe.args-tmp @if [ -d include-fixed ] ; then echo -Iinclude-fixed/ >> meltframe.args-tmp ; fi @@ -779,7 +780,7 @@ meltrun-generate: $(WARMELT_LAST) $(WARMELT_LAST_MODLIS) $(WARMELT_LAST_STAGEST @rm -f $(wildcard meltrunsup*) @echo $(melt_make_cc1flags) \ $(meltarg_mode)=runtypesupport \ - $(meltarg_workdir)=melt-workdir $(meltarg_bootstrapping) $(MELT_DEBUG) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_bootstrapping) $(MELT_DEBUG) \ $(meltarg_init)=@$(basename $(WARMELT_LAST_MODLIS)) \ $(meltarg_module_path)=$(MELT_LAST_STAGE):. \ $(meltarg_source_path)=$(MELT_LAST_STAGE):$(melt_source_dir):. \ @@ -853,7 +854,7 @@ meltgendoc.texi: $(melt_default_modules_list).modlis \ echo $(melt_make_cc1flags) $(meltarg_mode)=makedoc \ $(meltarg_makefile)=$(melt_make_module_makefile) \ $(meltarg_makecmd)=$(MAKE) \ - $(meltarg_workdir)=melt-workdir $(meltarg_bootstrapping) $(MELT_DEBUG) \ + $(meltarg_workdir)=melt-workdir $(meltarg_genworklink) $(meltarg_bootstrapping) $(MELT_DEBUG) \ $(meltarg_init)=@$(melt_default_modules_list) \ $(meltarg_module_path)=$(realpath melt-modules):. \ $(meltarg_source_path)=$(realpath melt-sources):. \ diff --git a/gcc/melt/warmelt-base.melt b/gcc/melt/warmelt-base.melt index 3a11891fffe..46929bef2dd 100644 --- a/gcc/melt/warmelt-base.melt +++ b/gcc/melt/warmelt-base.melt @@ -692,7 +692,7 @@ an integer $I if $I is lower than $N.}# (defprimitive checkval_dbg (val :cstring msg) :void :doc #{Low-level costly check of value $VAL with message $MSG. Mostly useful for gurus.}# - #{{if ($VAL) melt_checked_assignmsg ((melt_ptr_t) ($VAL),($MSG));}}#) + #{{if ($VAL) melt_checked_assignmsg ((melt_ptr_t) ($VAL),($MSG));else (void)$MSG;}}#) (defprimitive debugcstring (:cstring msg str) :void :doc #{Debug cstring $MSG $STR.}# |