Makefile.am.in 387 B

123456789101112
  1. ## This is a template from which Makefile.am is generated. -*-Makefile-*-
  2. Makefile.am: Makefile.am.in
  3. rm -f $@ $@t
  4. (echo "## Process this file with automake to produce Makefile.in."; \
  5. echo EXTRA_DIST =; \
  6. echo "EXTRA_DIST += Makefile.am.in"; \
  7. ls -1 *.m4 | sed 's/^/EXTRA_DIST += /'; echo ) \
  8. >> $@t
  9. sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t
  10. chmod a-w $@t
  11. mv $@t $@