mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Cscope support: Works with build dir now, cscope files ignore by git.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16813 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,6 +12,8 @@ Makefile.in
|
||||
TAGS
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
cscope.files
|
||||
cscope.out
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
|
||||
@@ -105,9 +105,12 @@ DISTCLEANFILES = \
|
||||
|
||||
cscope.files:
|
||||
find src lib -name '*.[ch]' > cscope.files
|
||||
if GNUCASH_SEPARATE_BUILDDIR
|
||||
find ${srcdir}/src ${srcdir}/lib -name '*.[ch]' >> cscope.files
|
||||
endif
|
||||
|
||||
cscope.out: cscope.files
|
||||
cscope -b
|
||||
${srcdir}/cscope.out: cscope.files
|
||||
cscope -b -f ${srcdir}/cscope.out
|
||||
|
||||
|
||||
# make sure etags.files is up to date.
|
||||
|
||||
Reference in New Issue
Block a user