OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MK
(Results
1 - 7
of
7
) sorted by null
/external/dhcpcd/dhcpcd-hooks/
Makefile
9
MK
= ../
mk
10
include ${
MK
}/os.
mk
11
include ${
MK
}/sys.
mk
12
include ${
MK
}/files.
mk
/external/dhcpcd/mk/
os-Darwin.mk
4
include ${
MK
}/os-BSD.
mk
os.mk
7
include ${
MK
}/os-${OS}.
mk
prog.mk
2
# based on FreeBSD's bsd.prog.
mk
6
include ${
MK
}/cc.
mk
52
include ${
MK
}/depend.
mk
53
include ${
MK
}/files.
mk
54
include ${
MK
}/scripts.
mk
55
include ${
MK
}/man.m
[
all
...]
/external/dhcpcd/
Makefile
2
# Our
mk
stubs also work with GNU make.
48
MK
=
mk
49
include ${
MK
}/sys.
mk
50
include ${
MK
}/os.
mk
51
include ${
MK
}/prog.
mk
/ndk/build/core/
main.mk
24
# This assumes we are located under $NDK_ROOT/build/core/main.
mk
27
NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.
mk
=%))
39
include $(NDK_ROOT)/build/core/init.
mk
45
# Each 'application' must have a corresponding Application.
mk
file
49
# See docs/ANDROID-
MK
.TXT for their specification.
68
You can also add new applications by writing an Application.
mk
file.)
70
See docs/APPLICATION-
MK
.TXT for details.)
84
# Check that all apps listed in APP have an Application.
mk
87
$(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.
mk
))) \
90
$(eval include $(BUILD_SYSTEM)/add-application.
mk
)\
[
all
...]
definitions.mk
73
# Returns : the name of the last parsed Android.
mk
file
76
local-makefile = $(lastword $(filter %Android.
mk
,$(MAKEFILE_LIST)))
154
# defined in application's Android.
mk
files.
174
# MAKEFILE -> The Android.
mk
where the module is defined.
184
# These are documented by docs/ANDROID-
MK
.TXT. Exception is LOCAL_MODULE
212
# LOCAL_MAKEFILE will contain the path to the Android.
mk
defining the module
519
# This is used to check that LOCAL_MODULE is properly defined by an Android.
mk
647
# Arguments: 1: path of Android.
mk
where this LOCAL_MODULE is defined
667
all-makefiles-under = $(wildcard $1/*/Android.
mk
)
707
# defined in the toolchain's setup.
mk
script
[
all
...]
Completed in 60 milliseconds