Skip to content

Commit

Permalink
Makefile parallel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-serrano committed Dec 13, 2024
1 parent 6bb07cb commit 3ad98e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions hopscheme/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#*=====================================================================*/
#* serrano/prgm/project/hop/3.0.x/hopscheme/Makefile */
#* serrano/prgm/project/hop/hop/hopscheme/Makefile */
#* ------------------------------------------------------------- */
#* Author : Florian Loitsch */
#* Creation : Wed Mar 15 07:27:50 2006 */
#* Last change : Sat May 24 08:58:26 2014 (serrano) */
#* Copyright : 2006-20 Manuel Serrano */
#* Last change : Fri Dec 13 17:10:08 2024 (serrano) */
#* Copyright : 2006-24 Manuel Serrano */
#* ------------------------------------------------------------- */
#* The Makefile to build the hopscheme library. */
#*=====================================================================*/
Expand Down Expand Up @@ -60,7 +60,8 @@ include ../etc/Makefile.library

.PHONY: build native jvm

build: $(BACKEND)
build: .afile
$(MAKE) $(BACKEND)

native: o heap-c lib-c
jvm: heap-jvm lib-jvm
Expand Down
5 changes: 3 additions & 2 deletions js2scheme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#* ------------------------------------------------------------- */
#* Author : Manuel Serrano */
#* Creation : Wed Apr 1 18:45:46 1998 */
#* Last change : Fri Jul 5 12:31:50 2024 (serrano) */
#* Last change : Fri Dec 13 17:09:40 2024 (serrano) */
#* ------------------------------------------------------------- */
#* The makefile to build the JS2SCHEME library. */
#*=====================================================================*/
Expand Down Expand Up @@ -73,7 +73,8 @@ include ../etc/Makefile.library

.PHONY: build native jvm

build: $(BACKEND)
build: .afile
$(MAKE) $(BACKEND)

native: o heap-c lib-c
jvm: heap-jvm lib-jvm
Expand Down

0 comments on commit 3ad98e3

Please sign in to comment.