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 4, 2025
1 parent 1a64ccb commit 68c01b9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions contrib/githwxi/BOOTJS1/Makefile_xjsemit
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ dynexp3_sats: \
$(SRCGEN2)/SATS/dynexp3.sats; \
$(NODE) --stack-size=4096 $(XATSOPT_TCHECK00) $<
########################################################################
boot_sats:: \
trans23_sats
trans23_sats: \
$(SRCGEN2)/SATS/trans23.sats; \
$(NODE) --stack-size=4096 $(XATSOPT_TCHECK00) $<
########################################################################
########################################################################
boot_dats:: \
xbasics_dats
Expand Down Expand Up @@ -805,6 +811,32 @@ dynexp3_utils0_dats: \
$(SRCGEN2)/DATS/dynexp3_utils0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
boot_dats:: \
trans23_dats
trans23_dats: \
$(SRCGEN2)/DATS/trans23.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
trans23_myenv0_dats
trans23_myenv0_dats: \
$(SRCGEN2)/DATS/trans23_myenv0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
trans23_utils0_dats
trans23_utils0_dats: \
$(SRCGEN2)/DATS/trans23_utils0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
trans23_dynexp_dats
trans23_dynexp_dats: \
$(SRCGEN2)/DATS/trans23_dynexp.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
trans23_decl00_dats
trans23_decl00_dats: \
$(SRCGEN2)/DATS/trans23_decl00.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
########################################################################
clean:: ; rm -f *~
cleanall:: ; rm -f *~
Expand Down Expand Up @@ -923,6 +955,7 @@ cleanall:: ; rm -f BUILD/trans12_gmacro_dats_out.js
cleanall:: ; rm -f BUILD/trans12_staexp_dats_out.js
cleanall:: ; rm -f BUILD/trans12_dynexp_dats_out.js
cleanall:: ; rm -f BUILD/trans12_decl00_dats_out.js
########################################################################
cleanall:: ; rm -f BUILD/tread12_dats_out.js
cleanall:: ; rm -f BUILD/tread12_staexp_dats_out.js
cleanall:: ; rm -f BUILD/tread12_dynexp_dats_out.js
Expand Down Expand Up @@ -952,6 +985,12 @@ cleanall:: ; rm -f BUILD/dynexp3_dats_out.js
cleanall:: ; rm -f BUILD/dynexp3_print0_dats_out.js
cleanall:: ; rm -f BUILD/dynexp3_utils0_dats_out.js
########################################################################
cleanall:: ; rm -f BUILD/trans23_dats_out.js
cleanall:: ; rm -f BUILD/trans23_myenv0_dats_out.js
cleanall:: ; rm -f BUILD/trans23_utils0_dats_out.js
cleanall:: ; rm -f BUILD/trans23_dynexp_dats_out.js
cleanall:: ; rm -f BUILD/trans23_decl00_dats_out.js
########################################################################
########################################################################
SRCGEN2_XSHARED=$(SRCGEN2)/xats2js/srcgenx/xshared/runtime
########################################################################
Expand Down

0 comments on commit 68c01b9

Please sign in to comment.