OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALL_TOP
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/lua/
Makefile
10
# so take care if
INSTALL_TOP
is not an absolute path. See the local target.
13
INSTALL_TOP
= /usr/local
14
INSTALL_BIN= $(
INSTALL_TOP
)/bin
15
INSTALL_INC= $(
INSTALL_TOP
)/include
16
INSTALL_LIB= $(
INSTALL_TOP
)/lib
17
INSTALL_MAN= $(
INSTALL_TOP
)/man/man1
18
INSTALL_LMOD= $(
INSTALL_TOP
)/share/lua/$V
19
INSTALL_CMOD= $(
INSTALL_TOP
)/lib/lua/$V
74
$(MAKE) install
INSTALL_TOP
=../install
94
@echo "
INSTALL_TOP
= $(INSTALL_TOP)
[
all
...]
/external/syslinux/com32/lua/
Makefile
10
# so take care if
INSTALL_TOP
is not an absolute path. See the local target.
13
INSTALL_TOP
= /usr/local
14
INSTALL_BIN= $(
INSTALL_TOP
)/bin
15
INSTALL_INC= $(
INSTALL_TOP
)/include
16
INSTALL_LIB= $(
INSTALL_TOP
)/lib
17
INSTALL_MAN= $(
INSTALL_TOP
)/man/man1
18
INSTALL_LMOD= $(
INSTALL_TOP
)/share/lua/$V
19
INSTALL_CMOD= $(
INSTALL_TOP
)/lib/lua/$V
74
$(MAKE) install
INSTALL_TOP
=../install
94
@echo "
INSTALL_TOP
= $(INSTALL_TOP)
[
all
...]
Completed in 45 milliseconds