5efee68205948c98aadfb9fcde301e78a7f0d450 kent Tue Apr 16 09:29:17 2013 -0700 Improving file list for tag maker. diff --git src/makefile src/makefile index 366cedb..6e2a078 100644 --- src/makefile +++ src/makefile @@ -108,31 +108,31 @@ cd hg && ${MAKE} clean cd hg && ${MAKE} clean_utils cd jkOwnLib && ${MAKE} clean cd utils && ${MAKE} clean cd webBlat && ${MAKE} clean cd isPcr && ${MAKE} clean touch non-empty-rm.o - find . -name \*.o -print | xargs rm rm -f tags TAGS testDirs = lib blat gfServer hg test:: $(testDirs:%=%.test) %.test: cd $* && ${MAKE} test -LIB_TAGS_IN = lib/*.[hc] hg/lib/*.[hc] jkOwnLib/*.c inc/*.h hg/inc/*.h +LIB_TAGS_IN = lib/*.[hc] */lib/*.[hc] */*/lib/*.[hc] jkOwnLib/*.c inc/*.h hg/inc/*.h # build tags for libraries .PHONY: tags tags: ctags ${LIB_TAGS_IN} # build emacs tags for libraries .PHONY: etags etags: etags ${LIB_TAGS_IN} # build tags for all files .PHONY: tags-all tags-all: find . -name '*.[ch]' | ctags -L -