Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 25 of 32) sorted by relevance

12

/external/libnl/
DMakefile.am18 .PHONY: cscope
19 cscope: target
20 cscope -b -q -R -Iinclude -slib -ssrc;
D.gitignore15 cscope.*
/external/iproute2/
DMakefile78 rm -f Config cscope.*
82 cscope: target
83 cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc
D.gitignore10 # cscope
11 cscope.*
/external/lldb/
DMakefile103 cscope.files:
107 -or -name '*.h' > cscope.files
109 .PHONY: test report clean cscope.files
/external/libedit/
DMakefile.in163 cscope distdir dist dist-all distcheck
184 CSCOPE = cscope
517 cscope: cscope.files
518 test ! -s cscope.files \
519 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
520 clean-cscope:
521 -rm -f cscope.files
522 cscope.files: clean-cscope cscopelist
537 done >> $(top_builddir)/cscope.files
541 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/clang/
DMakefile113 cscope.files:
117 -or -name '*.h' > cscope.files
119 .PHONY: test report clean cscope.files
D.gitignore25 cscope.files
26 cscope.out
/external/llvm/
D.gitignore29 cscope.files
30 cscope.out
/external/fio/
D.gitignore8 /cscope.out
DMakefile208 .PHONY: FORCE cscope
280 @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf
282 cscope: target
283 @cscope -b -R
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dmake25 make_cscope := cscope
79 ifneq ($(call has,cscope),)
93 test_make_cscope = test -f cscope.out
/external/mesa3d/
D.gitignore33 cscope*
/external/bison/
DMakefile.in238 cscope distdir dist dist-all distcheck
241 CSCOPE = cscope
1634 cscope: cscope.files
1635 test ! -s cscope.files \
1636 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1638 clean-cscope:
1639 -rm -f cscope.files
1641 cscope.files: clean-cscope cscopelist-recursive cscopelist
1655 done >> $(top_builddir)/cscope.files
1659 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/libpng/
DMakefile.in290 CSCOPE = cscope
291 AM_RECURSIVE_TARGETS = cscope check recheck
1274 cscope: cscope.files
1275 test ! -s cscope.files \
1276 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1277 clean-cscope:
1278 -rm -f cscope.files
1279 cscope.files: clean-cscope cscopelist
1294 done >> $(top_builddir)/cscope.files
1298 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
DMakefile94 NON_CONFIG_TARGETS := clean TAGS tags cscope help
736 cscope: target
737 $(RM) cscope*
738 $(FIND) . -name '*.[hcS]' -print | xargs cscope -b
810 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
819 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope .FORCE-PERF-CFLAGS
/external/chromium_org/v8/src/
Dmksnapshot.cc318 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context)); in main() local
Dd8.cc1204 Context::Scope cscope(context); in ExecuteInThread() local
1371 Context::Scope cscope(context); in RunMain() local
/external/chromium_org/
D.gitignore38 cscope.*
/external/libedit/doc/
DMakefile.in401 cscope cscopelist:
/external/libedit/examples/
DMakefile.in440 done >> $(top_builddir)/cscope.files
/external/libedit/src/
DMakefile.in572 done >> $(top_builddir)/cscope.files
/external/bison/etc/
DMakefile.in1378 cscope cscopelist:
/external/bison/build-aux/
DMakefile.in1380 cscope cscopelist:
/external/bison/data/
DMakefile.in1482 cscope cscopelist:

12