Home | History | Annotate | Download | only in harfbuzz_ng

Lines Matching refs:git

0 # git.mk
12 # https://raw.github.com/behdad/git.mk/master/git.mk
14 # https://github.com/behdad/git.mk
16 # To use in your project, import this file in your git repo's toplevel,
17 # then do "make -f git.mk". This modifies all Makefile.am files in
18 # your project to -include git.mk. Remember to add that line to new
20 # "make -f git.mk".
36 # by this script (that is, if "git status" shows untracked files still), send
37 # me the output of "git status" as well as your Makefile.am and Makefile for
41 # Makefile.am.sample in the git.mk git repo.
43 # Don't EXTRA_DIST this file. It is supposed to only live in git clones,
59 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
61 # subdirs, add a proxy git.mk file in those dirs that simply does:
62 # "include $(top_srcdir)/../git.mk". Add more ..'s to your taste.
63 # And add those files to git. See vte/gnome-pty-helper/git.mk for
126 git-all: git-mk-install
128 git-mk-install:
129 @echo "Installing git makefile"
132 if grep 'include .*/git.mk' $$x >/dev/null; then \
133 echo "$$x already includes git.mk"; \
139 echo '-include $$(top_srcdir)/git.mk'; \
150 .PHONY: git-all git-mk-install
158 $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
159 @echo "git.mk: Generating $@"
299 *) test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || echo "Skipping $$subdir");; \
304 test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || echo "Skipping $$subdir"); \