1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
emacs/cross
Po Lu fcf53bf9f5 Fix doc file generation on Android
* .gitignore: Ignore cross/etc/DOC.
* configure.ac: Make the directory `cross/etc'.
* cross/Makefile.in (CLEAN_SUBDIRS): Clean files inside `etc' as
well.
* java/Makefile.in (install_temp): Copy cross/etc/DOC to the
package if it is available.
* src/Makefile.in (SOME_MACHINE_OBJECTS): Add androidselect.c,
sfntfont-android.c and sfntfont.c.
(libemacs.so): Depend on $(etc)/DOC.
2023-07-11 16:47:13 +08:00
..
ndk-build Fix x86_64 builds of libjpeg on Android 2023-03-04 21:05:02 +08:00
langinfo.h Update android port 2023-01-24 10:24:13 +08:00
Makefile.in Fix doc file generation on Android 2023-07-11 16:47:13 +08:00
README ; * cross/README: Update. 2023-03-05 10:22:49 +08:00
verbose.mk.android Fix doc file generation on Android 2023-07-11 16:47:13 +08:00

This directory holds Makefiles and other required assets to build an
Emacs binary independently for another toolchain.

The directory ndk-build also contains an implementation of the Android
`ndk-build' build system.