diff: delete Prolog support from Mmake.common.in

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Mar 22 02:59:57 AEDT 1999


Mmake.common.in:
	Delete the stuff relating to NU-Prolog and SICStus Prolog,
	since we don't support them anymore.

Index: Mmake.common.in
===================================================================
RCS file: /home/staff/zs/imp/mercury/Mmake.common.in,v
retrieving revision 1.35
diff -u -r1.35 Mmake.common.in
--- Mmake.common.in	1998/12/21 11:33:49	1.35
+++ Mmake.common.in	1999/03/21 15:54:40
@@ -71,9 +71,6 @@
 # Specify the additional compilation models to install the library for
 LIBGRADES  		= @LIBGRADES@
 
-# Specify the name of the Sicstus Prolog interpreter.
-SP			= @SP@
-
 # Specify EXT_FOR_SHARED_LIB as `so' if the operating system
 # supports `.so' shared libraries,
 # `.dll' if it supports DLLs,
@@ -132,18 +129,6 @@
 # objects.
 SHARED_LIBS		= @SHARED_LIBS@
 
-# Set NUPROLOG to `nuprolog' and set INSTALL_NUPROLOG to `install_nuprolog'
-# if you have NU-Prolog and want use it for debugging Mercury programs.
-# Otherwise, leave them blank.
-NUPROLOG		= @NUPROLOG@
-INSTALL_NUPROLOG	= @INSTALL_NUPROLOG@
-
-# Set SICSTUS to `sicstus' and set INSTALL_SICSTUS to `install_sicstus'
-# if you have SICStus Prolog and want use it for debugging Mercury programs.
-# Otherwise, leave them blank.
-SICSTUS			= @SICSTUS@
-INSTALL_SICSTUS		= @INSTALL_SICSTUS@
-
 # You should not need to modify anything below here
 
 #-----------------------------------------------------------------------------#
@@ -158,10 +143,6 @@
 FINAL_INSTALL_MERC_GC_LIB_DIR = $(FINAL_INSTALL_LIBDIR)/lib/$(FULLARCH)
 INSTALL_MERC_LIB_DIR	= $(INSTALL_LIBDIR)/lib/$(GRADE)/$(FULLARCH)
 FINAL_INSTALL_MERC_LIB_DIR = $(FINAL_INSTALL_LIBDIR)/lib/$(GRADE)/$(FULLARCH)
-INSTALL_NU_DIR		= $(INSTALL_LIBDIR)/nuprolog
-INSTALL_NU_ARCH_DIR 	= $(INSTALL_LIBDIR)/nuprolog/$(FULLARCH)
-INSTALL_SP_DIR		= $(INSTALL_LIBDIR)/sicstus
-INSTALL_SP_ARCH_DIR 	= $(INSTALL_LIBDIR)/sicstus/$(FULLARCH)
 
 SCRIPTS_DIR = $(MERCURY_DIR)/scripts
 RUNTIME_DIR = $(MERCURY_DIR)/runtime

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list