Makefile.am 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ## Process this file with automake to produce Makefile.in.
  2. ##
  3. ## Copyright (C) 2000, 2006, 2009 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
  8. ## it under the terms of the GNU General Public License as
  9. ## published by the Free Software Foundation; either version 2, 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 General Public License for more details.
  16. ##
  17. ## You should have received a copy of the GNU General Public
  18. ## License along with GUILE; see the file COPYING. If not, write
  19. ## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  20. ## Floor, Boston, MA 02110-1301 USA
  21. AUTOMAKE_OPTIONS = gnu
  22. # These should be installed and distributed.
  23. elisp_sources = \
  24. elisp/base.scm \
  25. elisp/example.el \
  26. elisp/interface.scm \
  27. elisp/transform.scm \
  28. elisp/variables.scm \
  29. \
  30. elisp/primitives/buffers.scm \
  31. elisp/primitives/char-table.scm \
  32. elisp/primitives/features.scm \
  33. elisp/primitives/fns.scm \
  34. elisp/primitives/format.scm \
  35. elisp/primitives/guile.scm \
  36. elisp/primitives/keymaps.scm \
  37. elisp/primitives/lists.scm \
  38. elisp/primitives/load.scm \
  39. elisp/primitives/match.scm \
  40. elisp/primitives/numbers.scm \
  41. elisp/primitives/pure.scm \
  42. elisp/primitives/read.scm \
  43. elisp/primitives/signal.scm \
  44. elisp/primitives/strings.scm \
  45. elisp/primitives/symprop.scm \
  46. elisp/primitives/syntax.scm \
  47. elisp/primitives/system.scm \
  48. elisp/primitives/time.scm \
  49. \
  50. elisp/internals/evaluation.scm \
  51. elisp/internals/format.scm \
  52. elisp/internals/fset.scm \
  53. elisp/internals/lambda.scm \
  54. elisp/internals/load.scm \
  55. elisp/internals/null.scm \
  56. elisp/internals/set.scm \
  57. elisp/internals/signal.scm \
  58. elisp/internals/time.scm \
  59. elisp/internals/trace.scm
  60. subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang
  61. nobase_subpkgdata_DATA = $(elisp_sources)
  62. TAGS_FILES = $(nobase_subpkgdata_DATA)
  63. EXTRA_DIST = $(elisp_sources) elisp/ChangeLog-2008