OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALL_TARGETS
(Results
1 - 2
of
2
) 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/libvpx/libvpx/build/make/
Makefile
381
INSTALL_TARGETS
+= .install-projects
384
INSTALL_TARGETS
+= .install-docs .install-srcs .install-libs .install-bins
386
install:: $(
INSTALL_TARGETS
)
387
dist: $(
INSTALL_TARGETS
)
Completed in 347 milliseconds