6b5442d0e3
Oberon-2 is clean and simple programming language. This is portable compiler that translates Oberon-2 into bytecode, which can be either interpreted or dynamically translated into machine code. Dynamic translation uses a portable interface modelled on the one in GNU Lightning, but is so far implemented only on x86 machines. The implementation includes a full garbage collector, and comes with profiling tools and a simple GUI debugger. [...] from Alexander Shiryaev (MAINTAINER) with tweaks by me ok landry@
22 lines
614 B
Plaintext
22 lines
614 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2011/01/15 13:07:50 jasper Exp $
|
|
--- Makefile.in.orig Wed Jan 5 13:11:55 2011
|
|
+++ Makefile.in Thu Jan 13 01:08:31 2011
|
|
@@ -94,7 +94,7 @@ else
|
|
endif
|
|
|
|
ifdef ENABLE_DEBUGGER
|
|
- PREDIRS += lablgtk
|
|
+# PREDIRS += lablgtk
|
|
SUBDIRS += debugger
|
|
BUILD += obxdeb obdb
|
|
DEBUILD += obdb0
|
|
@@ -195,7 +195,7 @@ LIB = runtime/obx.a runtime/obx-j.a runtime/obx-p.a li
|
|
$(MODULES:%=lib/%.k) $(CHECKMODS:%=lib/%-b.k)
|
|
|
|
# Man pages
|
|
-MAN = $(wildcard $(srcdir)/doc/*.1)
|
|
+MAN = $(wildcard $(srcdir)/man/*.1)
|
|
|
|
# Installation directories
|
|
DIRS = $(bindir) $(libdir)/obc $(mandir)/man1
|