diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-16 15:12:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-16 15:12:18 +0000 |
commit | 037314e5f031270904c882200bdbeb9460e73ec8 (patch) | |
tree | c8eb9dbbb4602b2c0dcc202a1a180779a59fb476 /Makefile | |
parent | aaa58223583f3e195161c2268b10974f9264d177 (diff) |
added PD_INCLUDE and .tcl files to the etags
svn path=/trunk/externals/template/; revision=15761
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -386,7 +386,9 @@ dpkg-source: cd .. && dpkg-source -b $(LIBRARY_NAME) etags: - etags *.h $(SOURCES) ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h + etags $(wildcard $(PD_INCLUDE)/*.h) + etags -a *.h $(SOURCES) + etags -a --language=none --regex="/proc[ \t]+\([^ \t]+\)/\1/" *.tcl showsetup: @echo "CC: $(CC)" |