~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to tunefs.ocfs2/Cscope.make

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2009-07-06 07:26:30 UTC
  • mfrom: (1.1.7 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090706072630-59335sl51k3rvu74
Tags: 1.4.2-1
* New upstream release (Closes: #535471).
* Drop patch for limits.h, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.PHONY: cscope
2
 
cscope:
3
 
        rm -f cscope.*
4
 
        echo "-k" >> cscope.files
5
 
        echo "-I inc" >> cscope.files
6
 
        find . -maxdepth 2 -name '*.c' -print >>cscope.files
7
 
        find . -maxdepth 2 -name '*.h' -print >>cscope.files
8
 
        find ../libocfs2/ -maxdepth 2 -name '*.c' -print >>cscope.files
9
 
        find ../libocfs2/ -maxdepth 2 -name '*.h' -print >>cscope.files
10
 
        find ../libocfs2/ -maxdepth 2 -name '*.et' -print >>cscope.files
11
 
        find ../libo2cb/ -maxdepth 2 -name '*.c' -print >>cscope.files
12
 
        find ../libo2cb/ -maxdepth 2 -name '*.c' -print >>cscope.files
13
 
        find ../libo2dlm/ -maxdepth 2 -name '*.h' -print >>cscope.files
14
 
        find ../libo2dlm/ -maxdepth 2 -name '*.h' -print >>cscope.files
15
 
        cscope -b