OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testinstall
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/
Makefile
256
testinstall
:
258
cp
testinstall
.cc obj
259
(cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir)
testinstall
.cc -lre2 -pthread -o
testinstall
)
260
LD_LIBRARY_PATH=$(DESTDIR)$(libdir) obj/
testinstall
/external/regex-re2/
Makefile
256
testinstall
:
258
cp
testinstall
.cc obj
259
(cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir)
testinstall
.cc -lre2 -pthread -o
testinstall
)
260
LD_LIBRARY_PATH=$(DESTDIR)$(libdir) obj/
testinstall
Completed in 45 milliseconds