@@ -113,17 +113,11 @@ cleanmost-qcert-compiler:
113113
114114# # Configure
115115
116- runtimes/javascript/qcert_runtime.ml :
117- $(MAKE ) -C runtimes/javascript
118-
119- compiler/lib/js_runtime.ml : runtimes/javascript/qcert_runtime.ml
120- cp runtimes/javascript/qcert_runtime.ml compiler/lib/js_runtime.ml
121-
122116compiler/lib/static_config.ml :
123117 echo " (* This file is generated *)" > compiler/lib/static_config.ml
124118 echo " let qcert_home = \" $( CURDIR) \" " >> compiler/lib/static_config.ml
125119
126- prepare : compiler/lib/js_runtime.ml compiler/lib/ static_config.ml Makefile.coq
120+ prepare : compiler/lib/static_config.ml Makefile.coq
127121
128122configure :
129123 @echo " [Q*cert] "
@@ -134,8 +128,6 @@ configure:
134128clean-configure :
135129
136130cleanall-configure :
137- $(MAKE ) -C runtimes/javascript cleanall
138- rm -rf compiler/lib/js_runtime.ml
139131 rm -rf compiler/lib/static_config.ml
140132 rm -f compiler/.merlin compiler/* /.merlin
141133
@@ -243,22 +235,13 @@ qcert-runtimes:
243235 @echo " [Q*cert] "
244236 @echo " [Q*cert] Building runtimes"
245237 @echo " [Q*cert] "
246- ifneq ($(JAVASCRIPT ) ,)
247- @$(MAKE) javascript-runtime
248- endif
249238ifneq ($(JAVA ) ,)
250239 @$(MAKE) java-runtime
251240endif
252241ifneq ($(SPARK ) ,)
253242 @$(MAKE) spark2-runtime
254243endif
255244
256- javascript-runtime :
257- @echo " [Q*cert] "
258- @echo " [Q*cert] JavaScript runtime"
259- @echo " [Q*cert] "
260- @$(MAKE ) -C runtimes/javascript
261-
262245java-runtime :
263246 @echo " [Q*cert] "
264247 @echo " [Q*cert] Java runtime"
@@ -272,14 +255,12 @@ spark2-runtime:
272255 @$(MAKE ) -C runtimes/spark2
273256
274257clean-runtimes :
275- - @$(MAKE ) -C runtimes/javascript clean
276258 - @$(MAKE ) -C runtimes/java clean
277259 - @$(MAKE ) -C runtimes/spark2 clean
278260 - @rm -rf bin/lib
279261 - @rm -f bin/javaRunner.jar
280262
281263cleanall-runtimes :
282- - @$(MAKE ) -C runtimes/javascript cleanall
283264 - @$(MAKE ) -C runtimes/java cleanall
284265 - @$(MAKE ) -C runtimes/spark2 cleanall
285266 - @rm -rf bin/lib
@@ -337,10 +318,7 @@ demo:
337318bin/qcertJS.js :
338319 @$(MAKE ) qcert-javascript
339320
340- runtimes/javascript/qcert-runtime.js :
341- @$(MAKE ) javascript-runtime
342-
343- qcert-demo : bin/qcertJS.js runtimes/javascript/qcert-runtime.js
321+ qcert-demo : bin/qcertJS.js
344322 @echo " [Q*cert] "
345323 @echo " [Q*cert] Compiling Web Demo in TypeScript"
346324 @echo " [Q*cert] "
0 commit comments