Remove unused file
* cross/ndk-build/ndk-build.in: Delete unused file.
This commit is contained in:
parent
0b1ef9ea31
commit
8125e26a32
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
|||
### @configure_input@
|
||||
|
||||
# Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GNU Emacs.
|
||||
|
||||
# GNU Emacs is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# GNU Emacs is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# This file is included all over the place to build prerequisites.
|
||||
|
||||
NDK_BUILD_MODULES = @NDK_BUILD_MODULES@
|
||||
NDK_BUILD_SHARED =
|
||||
NDK_BUILD_STATIC =
|
||||
|
||||
define subr-1
|
||||
|
||||
.PHONY $(top_builddir)/cross/ndk-build/$(0)
|
||||
$(top_builddir)/cross/ndk-build/$(0):
|
||||
$(MAKE) -C $(top_builddir)/cross/ndk-build $(0)
|
||||
|
||||
ifeq ($(suffix $(0)),.so)
|
||||
NDK_BUILD_SHARED += $(top_builddir)/cross/ndk-build/$(0)
|
||||
else
|
||||
ifeq ($(suffix $(0)),.a)
|
||||
NDK_BUILD_STATIC += $(top_builddir)/cross/ndk-build/$(0)
|
||||
endif
|
||||
endif
|
||||
|
||||
endef
|
||||
|
||||
# Generate rules for each module.
|
||||
|
||||
$(foreach module,$(NDK_BUILD_MODULES),$(eval $(call subr-1,$(module))))
|
Loading…
Add table
Reference in a new issue