mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Renamed to `Mmakefile'.
Estimated hours taken: 0.5 Branches: main mercury/java/Makefile: Renamed to `Mmakefile'. mercury/Mmakefile: Invoke mmake in the mercury/java directory to create symbolic links for java class directories at build time.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995-2001 The University of Melbourne.
|
||||
# Copyright (C) 1995-2002 The University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public Licence - see the file COPYING in the Mercury distribution.
|
||||
#-----------------------------------------------------------------------------#
|
||||
@@ -31,6 +31,7 @@ SUBDIRS = \
|
||||
trace \
|
||||
browser \
|
||||
compiler \
|
||||
java \
|
||||
doc \
|
||||
profiler \
|
||||
deep_profiler
|
||||
@@ -157,6 +158,10 @@ trace: scripts boehm_gc runtime library browser
|
||||
compiler: dep_compiler scripts util boehm_gc runtime library browser trace
|
||||
+cd compiler && $(SUBDIR_MMAKE)
|
||||
|
||||
.PHONY: java
|
||||
java:
|
||||
+cd java && $(SUBDIR_MMAKE)
|
||||
|
||||
.PHONY: libmmc
|
||||
libmmc: dep_compiler scripts util boehm_gc runtime library browser trace
|
||||
+cd compiler && $(SUBDIR_MMAKE) libmmc
|
||||
|
||||
Reference in New Issue
Block a user