From: Matt Birkholz Date: Fri, 5 Feb 2016 23:51:59 +0000 (-0700) Subject: Chain TAGS files via includes: gtk > cairo > pango > glib > sos,9.2. X-Git-Tag: mit-scheme-pucked-9.2.12~366^2^2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ce4ab548eaa2f3b271588615830339395fb46064;p=mit-scheme.git Chain TAGS files via includes: gtk > cairo > pango > glib > sos,9.2. --- diff --git a/src/cairo/Makefile.in b/src/cairo/Makefile.in index 8e5344c2d..c5ac883db 100644 --- a/src/cairo/Makefile.in +++ b/src/cairo/Makefile.in @@ -83,6 +83,7 @@ tags: `echo *.c | sed 's/ cairo-const.c//; s/ cairo-shim.c//'` \ `echo *.scm | sed 's/ cairo-const.scm//'` \ -r '/^([^iI].*/' Includes/*.cdecl + echo "\f\n../pango/TAGS,include" >>TAGS .PHONY: clean distclean maintainer-clean tags diff --git a/src/glib/Makefile.in b/src/glib/Makefile.in index cfffa169c..689da83d4 100644 --- a/src/glib/Makefile.in +++ b/src/glib/Makefile.in @@ -83,6 +83,8 @@ tags: `echo *.c | sed 's/ glib-const.c//; s/ glib-shim.c//'` \ `echo *.scm | sed 's/ glib-const.scm//'` \ -r '/^([^iI].*/' Includes/*.cdecl + ( echo "\f\n../sos/TAGS,include" \ + echo "\f\n../TAGS,include") >>TAGS .PHONY: clean distclean maintainer-clean tags diff --git a/src/gtk/Makefile.in b/src/gtk/Makefile.in index b69a041e0..743a817d6 100644 --- a/src/gtk/Makefile.in +++ b/src/gtk/Makefile.in @@ -84,6 +84,7 @@ tags: `echo *.c | sed 's/ gtk-const.c//; s/ gtk-shim.c//'` \ `echo *.scm | sed 's/ gtk-const.scm//'` \ -r '/^([^iI].*/' Includes/*.cdecl + echo "\f\n../cairo/TAGS,include" >>TAGS .PHONY: clean distclean maintainer-clean tags diff --git a/src/pango/Makefile.in b/src/pango/Makefile.in index 09404e70e..890b6bc52 100644 --- a/src/pango/Makefile.in +++ b/src/pango/Makefile.in @@ -83,6 +83,7 @@ tags: `echo *.c | sed 's/ pango-const.c//; s/ pango-shim.c//'` \ `echo *.scm | sed 's/ pango-const.scm//'` \ -r '/^([^iI].*/' Includes/*.cdecl + echo "\f\n../glib/TAGS,include" >>TAGS .PHONY: clean distclean maintainer-clean tags