1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
emacs/cross
Po Lu 585ee91b21 More fixes to parallel Make
* cross/ndk-build/ndk-build.mk.in (NDK_BUILD_MODULES)
(NDK_BUILD_SHARED, NDK_BUILD_STATIC): Define group rule to build
all files so that they are built within one make process.
* java/Makefile.in: Reorganize cross compilation and make sure
there is only one make subprocess for each subdirectory of
cross.
2023-02-19 21:52:21 +08:00
..
lib Update from gnulib 2023-02-05 21:06:11 +08:00
ndk-build More fixes to parallel Make 2023-02-19 21:52:21 +08:00
langinfo.h Update android port 2023-01-24 10:24:13 +08:00
Makefile.in More parallel build fixes 2023-02-19 21:25:37 +08:00
README Update android port 2023-01-24 10:24:13 +08:00
verbose.mk.android Update android port 2023-01-24 10:24:13 +08:00

This directory holds Makefiles and other required assets to build an
Emacs binary independently for another toolchain.  It also holds
another copy of gnulib that may be modified to work on Android.

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