94b79d79d1
Mercury is a modern logic/functional programming language, which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features. Its highly optimized execution algorithm delivers efficiency far in excess of existing logic programming systems, and close to conventional programming systems. Mercury addresses the problems of large-scale program development, allowing modularity, separate compilation, and numerous optimization/time trade-offs. This package includes the compiler, profiler, debugger, documentation, etc. It does NOT include the "extras" distribution; that is available from <http://www.cs.mu.oz.au/mercury/download/release.html>.
21 lines
646 B
Text
21 lines
646 B
Text
$NetBSD: patch-aj,v 1.1.1.1 2001/05/15 21:09:57 jtb Exp $
|
|
|
|
--- trace/Mmakefile.orig Mon Apr 2 15:52:51 2001
|
|
+++ trace/Mmakefile
|
|
@@ -19,7 +19,6 @@
|
|
-I$(BROWSER_DIR) \
|
|
-I$(LIBRARY_DIR) \
|
|
-I$(RUNTIME_DIR) \
|
|
- -I$(BOEHM_GC_DIR) \
|
|
-I$(BOEHM_GC_DIR)/include \
|
|
"
|
|
CFLAGS = -g $(DLL_CFLAGS)
|
|
@@ -82,7 +81,7 @@
|
|
OBJ_CHECKS = $(OBJS:%=%.obj_check)
|
|
|
|
LDFLAGS = -L$(BROWSER_DIR) -L$(LIBRARY_DIR) \
|
|
- -L$(RUNTIME_DIR) -L$(BOEHM_GC_DIR)
|
|
+ -L$(RUNTIME_DIR) -L$(BOEHM_GC_DIR)/lib
|
|
LDLIBS = -l$(BROWSER_LIB_NAME) -l$(STD_LIB_NAME) -l$(RT_LIB_NAME) \
|
|
` case "$(GRADE)" in \
|
|
*.par*.gc*.prof*) echo "-lpar_gc_prof" ;; \
|