summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.subdirs
blob: 99adc7d0ddab90cd14e55ff460b3992841a428d8 (plain)
1
2
3
4
5
6
7
$(top_builddir)/src/theory/.subdirs: $(top_srcdir)/src/theory/Makefile.am
	$(AM_V_at)grep '^SUBDIRS = ' $(top_srcdir)/src/theory/Makefile.am | cut -d' ' -f3- | tr ' ' "\n" | xargs -I__D__ echo $(top_srcdir)/src/theory/__D__/kinds >$(top_builddir)/src/theory/.subdirs.tmp
	@if ! diff -q $(top_builddir)/src/theory/.subdirs $(top_builddir)/src/theory/.subdirs.tmp &>/dev/null; then \
		echo "  GEN   " $@; \
		$(am__mv) $(top_builddir)/src/theory/.subdirs.tmp $(top_builddir)/src/theory/.subdirs; \
	fi

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback