From 6d7e3df54efd9a96164045512e41d6d7235a4c01 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 5 Feb 2019 07:21:35 +0000 Subject: Disable Allegrcol target language Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447 --- Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0c8d5daf7..f3e596f8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,6 @@ skip-ocaml = test -n "@SKIP_OCAML@" skip-octave = test -n "@SKIP_OCTAVE@" skip-csharp = test -n "@SKIP_CSHARP@" skip-lua = test -n "@SKIP_LUA@" -skip-allegrocl = test -n "@SKIP_ALLEGROCL@" skip-cffi = test -n "@SKIP_CFFI@" skip-r = test -n "@SKIP_R@" skip-scilab = test -n "@SKIP_SCILAB@" @@ -113,7 +112,6 @@ check-aliveness: @$(skip-octave) || ./$(TARGET) -octave -help @$(skip-php) || ./$(TARGET) -php7 -help @$(skip-csharp) || ./$(TARGET) -csharp -help - @$(skip-allegrocl)|| ./$(TARGET) -allegrocl -help @$(skip-cffi) || ./$(TARGET) -cffi -help @$(skip-lua) || ./$(TARGET) -lua -help @$(skip-r) || ./$(TARGET) -r -help @@ -141,7 +139,6 @@ check-versions: \ check-php-version \ check-csharp-version \ check-lua-version \ - check-allegrocl-version \ check-cffi-version \ check-r-version \ check-scilab-version \ @@ -176,7 +173,6 @@ check-examples: \ check-php-examples \ check-csharp-examples \ check-lua-examples \ - check-allegrocl-examples \ check-cffi-examples \ check-r-examples \ check-scilab-examples \ @@ -197,7 +193,6 @@ octave_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/octave/check.list) php_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/php/check.list) csharp_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/csharp/check.list) lua_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/lua/check.list) -allegrocl_examples := cffi_examples := r_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/r/check.list) scilab_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/scilab/check.list) @@ -240,7 +235,6 @@ check-test-suite: \ check-php-test-suite \ check-csharp-test-suite \ check-lua-test-suite \ - check-allegrocl-test-suite \ check-cffi-test-suite \ check-r-test-suite \ check-scilab-test-suite \ @@ -289,7 +283,6 @@ all-test-suite: \ all-php-test-suite \ all-csharp-test-suite \ all-lua-test-suite \ - all-allegrocl-test-suite \ all-cffi-test-suite \ all-r-test-suite \ all-scilab-test-suite \ @@ -314,7 +307,6 @@ broken-test-suite: \ broken-php-test-suite \ broken-csharp-test-suite \ broken-lua-test-suite \ - broken-allegrocl-test-suite \ broken-cffi-test-suite \ broken-r-test-suite \ broken-scilab-test-suite \ @@ -452,7 +444,7 @@ install-main: @$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/`echo $(TARGET_NOEXE) | sed '$(transform)'`@EXEEXT@ lib-languages = typemaps tcl perl5 python guile java mzscheme ruby php ocaml octave \ - csharp allegrocl lua cffi r go d javascript javascript/jsc \ + csharp lua cffi r go d javascript javascript/jsc \ javascript/v8 scilab xml lib-modules = std -- cgit v1.2.3