Lines Matching refs:mk
1 # git.mk
12 # https://raw.github.com/behdad/git.mk/master/git.mk
14 # https://github.com/behdad/git.mk
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".
41 # Makefile.am.sample in the git.mk git repo.
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
114 git-all: git-mk-install
116 git-mk-install:
120 if grep 'include .*/git.mk' $$x >/dev/null; then \
121 echo $$x already includes git.mk; \
127 echo '-include $$(top_srcdir)/git.mk'; \
138 .PHONY: git-all git-mk-install
146 $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk