OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCLUDEDIR
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bgenlocations.py
25
INCLUDEDIR
="/Users/jack/src/Universal/Interfaces/CIncludes"
47
if not os.path.exists(
INCLUDEDIR
):
48
raise Error, "Please fix bgenlocations.py,
INCLUDEDIR
does not exist: %s" %
INCLUDEDIR
55
if
INCLUDEDIR
[-1] != os.sep:
56
INCLUDEDIR
=
INCLUDEDIR
+ os.sep
/external/checkpolicy/test/
Makefile
7
INCLUDEDIR
?= $(PREFIX)/include
10
override CFLAGS += -I$(
INCLUDEDIR
)
/external/bison/darwin-lib/
configmake.h
12
#define
INCLUDEDIR
"/usr/local/include"
/external/bison/linux-lib/
configmake.h
12
#define
INCLUDEDIR
"/usr/local/include"
/external/checkpolicy/
Makefile
8
INCLUDEDIR
?= $(PREFIX)/include
15
override CFLAGS += -I. -I${
INCLUDEDIR
}
/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/libsepol/src/
Makefile
3
INCLUDEDIR
?= $(PREFIX)/include
32
sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBBASE):; s:@
includedir
@:$(
INCLUDEDIR
):' < $< > $@
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
110
INCLUDEDIR
= ${prefix}/include
117
INCLUDEPY= $(
INCLUDEDIR
)/python$(VERSION)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
110
INCLUDEDIR
= ${prefix}/include
117
INCLUDEPY= $(
INCLUDEDIR
)/python$(VERSION)
[
all
...]
Completed in 739 milliseconds