Lines Matching refs:top_srcdir
62 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
65 # "include $(top_srcdir)/../git.mk". Add more ..'s to your taste.
83 `AUX_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_AUX_DIR:$$1' ./configure.ac); \
98 `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_HEADERS:$$1' ./configure.ac | \
104 `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_FILES:$$1' ./configure.ac | \
113 `MACRO_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_MACRO_DIR:$$1' ./configure.ac); \
135 find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \
143 echo '-include $$(top_srcdir)/git.mk'; \
155 wget $(GIT_MK_URL) -O $(top_srcdir)/git.mk
165 $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
178 FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \