summaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-04 19:29:39 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:41:34 +0000
commitee3aeb81777084ec54a8c65a24d5967a654b382b (patch)
tree47b87eebcdd906c9d72cc579372d9194b65c712c /Examples/Makefile.in
parent849512f56568182f059ac71b3f0a508a38b83846 (diff)
downloadswig-ee3aeb81777084ec54a8c65a24d5967a654b382b.tar.gz
Disable Modula3 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
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in39
1 files changed, 0 insertions, 39 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index e0f1ce20d..a5a0e9477 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -806,45 +806,6 @@ android_clean:
rm -rf obj
##################################################################
-##### MODULA3 ######
-##################################################################
-
-MODULA3_INCLUDE= @MODULA3INC@
-
-# ----------------------------------------------------------------
-# Build a modula3 dynamically loadable module (C)
-# ----------------------------------------------------------------
-
-modula3: $(SRCDIR_SRCS)
- $(SWIG) -modula3 $(SWIGOPT) -o $(ISRCS) $(INTERFACEPATH)
-
-modula3_cpp: $(SRCDIR_SRCS)
- $(SWIG) -modula3 -c++ $(SWIGOPT) -o $(ICXXSRCS) $(INTERFACEPATH)
-
-# -----------------------------------------------------------------
-# Run modula3 example
-# -----------------------------------------------------------------
-
-modula3_run:
- $(RUNTOOL) false $(RUNPIPE)
-
-# -----------------------------------------------------------------
-# Version display
-# -----------------------------------------------------------------
-
-modula3_version:
- echo "Unknown modula3 version"
-
-# -----------------------------------------------------------------
-# Cleaning the modula3 examples
-# -----------------------------------------------------------------
-
-modula3_clean:
- rm -f *_wrap* *.i3 *.m3
- rm -f core @EXTRA_CLEAN@
- rm -f *.@OBJEXT@ *@SO@
-
-##################################################################
##### MZSCHEME ######
##################################################################