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
This commit is contained in:
parent
849512f565
commit
ee3aeb8177
12 changed files with 8 additions and 61 deletions
|
|
@ -805,45 +805,6 @@ android_clean:
|
|||
rm -f `find $(PACKAGEDIR) -name \*.java | grep -v $(PROJECTNAME).java`
|
||||
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 ######
|
||||
##################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue