OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCLUDEDIR
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
config.h-vms
396
#define
INCLUDEDIR
"sys$sysroot:[syslib]"
read.c
93
#if defined(WINDOWS32) && !defined(
INCLUDEDIR
)
98
#define
INCLUDEDIR
"."
100
INCLUDEDIR
,
[
all
...]
/external/llvm/tools/llvm-config/
llvm-config.in.in
67
my $
INCLUDEDIR
= "$ABS_RUN_DIR/include";
68
my $INCLUDEOPTION = "-I$
INCLUDEDIR
";
74
$
INCLUDEDIR
= "$LLVM_SRC_ROOT/include";
76
$INCLUDEOPTION = "-I$
INCLUDEDIR
-I$LLVM_OBJ_ROOT/include"
105
} elsif ($arg eq "--
includedir
") {
106
$has_opt = 1; print "$
INCLUDEDIR
\n";
184
--
includedir
Directory containing LLVM headers.
Completed in 184 milliseconds