OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALLTOP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile
53
@[ -n "$(
INSTALLTOP
)" ] # should be set by top Makefile...
56
(cp $$i $(INSTALL_PREFIX)$(
INSTALLTOP
)/include/openssl/$$i; \
57
chmod 644 $(INSTALL_PREFIX)$(
INSTALLTOP
)/include/openssl/$$i ); \
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Makefile
53
@[ -n "$(
INSTALLTOP
)" ] # should be set by top Makefile...
56
(cp $$i $(INSTALL_PREFIX)$(
INSTALLTOP
)/include/openssl/$$i; \
57
chmod 644 $(INSTALL_PREFIX)$(
INSTALLTOP
)/include/openssl/$$i ); \
Completed in 137 milliseconds