OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WITH_MODULES
(Results
1 - 7
of
7
) sorted by null
/external/ltp/include/mk/
config.mk.in
82
WITH_MODULES
:= @
WITH_MODULES
@
config.mk.default
79
WITH_MODULES
:= no
module.mk
26
ifeq ($(
WITH_MODULES
),no)
/external/libxml2/
xml2-config.in
81
echo @
WITH_MODULES
@
/external/libxml2/os400/
initscript.sh
93
setenv
WITH_MODULES
1 # Compile module interfaces.
312
-e "s#@
WITH_MODULES
@#${
WITH_MODULES
}#g" \
/external/libxml2/include/libxml/
xmlversion.h.in
384
#if @
WITH_MODULES
@
/external/libxml2/win32/
configure.js
250
vf.WriteLine("
WITH_MODULES
=" + (withModules? "1" : "0"));
362
} else if (s.search(/\@
WITH_MODULES
\@/) != -1) {
363
of.WriteLine(s.replace(/\@
WITH_MODULES
\@/, withModules? "1" : "0"));
Completed in 272 milliseconds