Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Feb 2, 2025
1 parent a8ae08c commit 81c237d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions contrib/githwxi/BOOTJS1/Makefile_xjsemit
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@ tread01_sats: \
$(SRCGEN2)/SATS/tread01.sats; \
$(NODE) --stack-size=4096 $(XATSOPT_TCHECK00) $<
########################################################################
boot_sats:: \
staexp2_sats
staexp2_sats: \
$(SRCGEN2)/SATS/staexp2.sats; \
$(NODE) --stack-size=4096 $(XATSOPT_TCHECK00) $<
########################################################################
boot_sats:: \
dynexp2_sats
dynexp2_sats: \
$(SRCGEN2)/SATS/dynexp2.sats; \
$(NODE) --stack-size=4096 $(XATSOPT_TCHECK00) $<
########################################################################
########################################################################
boot_dats:: \
xbasics_dats
Expand Down Expand Up @@ -500,6 +512,28 @@ tread01_errmsg_dats: \
$(SRCGEN2)/DATS/tread01_errmsg.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
boot_dats:: \
staexp2_dats
staexp2_dats: \
$(SRCGEN2)/DATS/staexp2.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
staexp2_print0_dats
staexp2_print0_dats: \
$(SRCGEN2)/DATS/staexp2_print0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
boot_dats:: \
dynexp2_dats
dynexp2_dats: \
$(SRCGEN2)/DATS/dynexp2.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
dynexp2_print0_dats
dynexp2_print0_dats: \
$(SRCGEN2)/DATS/dynexp2_print0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
########################################################################
clean:: ; rm -f *~
cleanall:: ; rm -f *~
Expand Down Expand Up @@ -571,6 +605,10 @@ cleanall:: ; rm -f BUILD/tread01_staexp_dats_out.js
cleanall:: ; rm -f BUILD/tread01_dynexp_dats_out.js
cleanall:: ; rm -f BUILD/tread01_decl00_dats_out.js
cleanall:: ; rm -f BUILD/tread01_errmsg_dats_out.js
cleanall:: ; rm -f BUILD/staexp2_dats_out.js
cleanall:: ; rm -f BUILD/staexp2_print0_dats_out.js
cleanall:: ; rm -f BUILD/dynexp2_dats_out.js
cleanall:: ; rm -f BUILD/dynexp2_print0_dats_out.js
########################################################################
########################################################################
SRCGEN2_XSHARED=$(SRCGEN2)/xats2js/srcgenx/xshared/runtime
Expand Down

0 comments on commit 81c237d

Please sign in to comment.