OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_MK
(Results
1 - 7
of
7
) sorted by null
/external/dhcpcd-6.8.2/
GNUmakefile
6
CONFIG_MK
?= $(shell test -e ${TOP}/config.mk && \
iconfig.mk
6
CONFIG_MK
?= ${_CONFIG_MK}
7
include ${TOP}/${
CONFIG_MK
}
configure
194
CONFIG_MK
=config.mk
231
rm -f $CONFIG_H $
CONFIG_MK
232
echo "# $OS" >$
CONFIG_MK
241
echo "$x=$t $v" >>$
CONFIG_MK
246
echo "LIBDIR= $LIBDIR" >>$
CONFIG_MK
247
echo "MANDIR= $MANDIR" >>$
CONFIG_MK
279
echo "CFLAGS=" >>$
CONFIG_MK
280
echo "CFLAGS+= $CFLAGS" >>$
CONFIG_MK
283
echo "CPPFLAGS=" >>$
CONFIG_MK
284
echo "CPPFLAGS+= $CPPFLAGS" >>$
CONFIG_MK
[
all
...]
/external/freetype/builds/
detect.mk
124
@echo "\`$(
CONFIG_MK
)' from this directory then read the INSTALL file for help."
129
@$(COPY) $(CONFIG_RULES) $(
CONFIG_MK
)
149
@echo '$(
CONFIG_MK
)' from this directory then read the INSTALL file for help.
154
@$(COPY) $(subst /,$(SEP),$(CONFIG_RULES) $(
CONFIG_MK
)) > nul
toplevel.mk
85
CONFIG_MK
?= config.mk
96
ifeq ($(wildcard $(
CONFIG_MK
)),)
152
include $(
CONFIG_MK
)
freetype.mk
338
-$(DELETE) $(subst /,$(SEP),$(
CONFIG_MK
) $(NO_OUTPUT))
/external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh
292
CONFIG_MK
="../../include/mk/config-openposix.mk"
304
if [ -f "$
CONFIG_MK
" ]; then
305
cat "$
CONFIG_MK
" >> "$GLOBAL_BOILERPLATE"
Completed in 317 milliseconds