Makefile.am 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ## Process this file with automake to produce Makefile.in.
  2. ##
  3. ## Copyright (C) 2009-2022 Free Software Foundation, Inc.
  4. ##
  5. ## This file is part of GUILE.
  6. ##
  7. ## GUILE is free software; you can redistribute it and/or modify it
  8. ## under the terms of the GNU Lesser General Public License as
  9. ## published by the Free Software Foundation; either version 3, or
  10. ## (at your option) any later version.
  11. ##
  12. ## GUILE is distributed in the hope that it will be useful, but
  13. ## WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. ## GNU Lesser General Public License for more details.
  16. ##
  17. ## You should have received a copy of the GNU Lesser General Public
  18. ## License along with GUILE; see the file COPYING.LESSER. If not,
  19. ## write to the Free Software Foundation, Inc., 51 Franklin Street,
  20. ## Fifth Floor, Boston, MA 02110-1301 USA
  21. include $(top_srcdir)/am/bootstrap.am
  22. moddir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)
  23. nobase_mod_DATA = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
  24. EXTRA_DIST = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
  25. ETAGS_ARGS = $(SOURCES) $(ELISP_SOURCES) $(NOCOMP_SOURCES)
  26. # Don't build .go files here.
  27. nobase_noinst_DATA =
  28. ## ice-9/test.scm is not currently installed.
  29. EXTRA_DIST += \
  30. ice-9/test.scm \
  31. ice-9/compile-psyntax.scm \
  32. ice-9/ChangeLog-2008 \
  33. scripts/ChangeLog-2008 \
  34. scripts/README \
  35. oop/ChangeLog-2008
  36. ETAGS_ARGS += \
  37. ice-9/test.scm \
  38. ice-9/compile-psyntax.scm
  39. ice-9/psyntax-pp.scm.gen:
  40. $(top_builddir_absolute)/meta/guile --no-auto-compile -s $(srcdir)/ice-9/compile-psyntax.scm \
  41. $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
  42. .PHONY: ice-9/psyntax-pp.scm.gen