libx52/lib/libx52util
nirenjan c4acd0ce49 Update makefiles to use Python 3
Prior to this change, generation of the character lookup table could use
Python 2 or Python 3, depending on what the first instance of python in
the PATH pointed to.  On most systems, python is a symbolic link to
python2.7. However, given that Python 2 is EOL, it makes sense to switch
the code to use Python 3 now, rather than later.

This change updates the requirements to use Python 3.6 or later, and
updates the Makefile to invoke the script with the detected python
binary, rather than relying on the shebang to use the system Python.
2020-06-16 15:17:53 -07:00
..
Makefile.am Update makefiles to use Python 3 2020-06-16 15:17:53 -07:00
libx52util.h Update Doxygen comments 2020-04-18 02:21:12 -07:00
x52_char_map.cfg Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52_char_map.h Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52_char_map_gen.py Update paths of scripts to allow building on BSD 2020-06-12 23:26:51 -07:00
x52_char_map_lookup.c Add config header to all C files 2020-06-05 15:19:56 -07:00