OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALL_TARGETS
(Results
1 - 4
of
4
) sorted by null
/external/clang/docs/tools/
Makefile
60
INSTALL_TARGETS
:= install-man
62
INSTALL_TARGETS
:= install-html install-man install-ps
108
install-local:: $(
INSTALL_TARGETS
)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile
450
INSTALL_TARGETS
+= .install-projects
453
INSTALL_TARGETS
+= .install-docs .install-srcs .install-libs .install-bins
455
install:: $(
INSTALL_TARGETS
)
456
dist: $(
INSTALL_TARGETS
)
/external/libvpx/libvpx/build/make/
Makefile
427
INSTALL_TARGETS
+= .install-projects
430
INSTALL_TARGETS
+= .install-docs .install-srcs .install-libs .install-bins
432
install:: $(
INSTALL_TARGETS
)
433
dist: $(
INSTALL_TARGETS
)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile
427
INSTALL_TARGETS
+= .install-projects
430
INSTALL_TARGETS
+= .install-docs .install-srcs .install-libs .install-bins
432
install:: $(
INSTALL_TARGETS
)
433
dist: $(
INSTALL_TARGETS
)
Completed in 655 milliseconds