Makefile.inc 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ## Included by top-level Makefile for Automake.
  2. ## Copyright (C) 1995-2017 Free Software Foundation, Inc.
  3. ##
  4. ## This program is free software; you can redistribute it and/or modify
  5. ## it under the terms of the GNU General Public License as published by
  6. ## the Free Software Foundation; either version 2, or (at your option)
  7. ## any later version.
  8. ##
  9. ## This program is distributed in the hope that it will be useful,
  10. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. ## GNU General Public License for more details.
  13. ##
  14. ## You should have received a copy of the GNU General Public License
  15. ## along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. ## --------------------- ##
  17. ## Makefile fragments. ##
  18. ## --------------------- ##
  19. amdir = @amdir@
  20. dist_am_DATA = \
  21. %D%/check.am \
  22. %D%/check2.am \
  23. %D%/clean-hdr.am \
  24. %D%/clean.am \
  25. %D%/compile.am \
  26. %D%/configure.am \
  27. %D%/data.am \
  28. %D%/dejagnu.am \
  29. %D%/depend.am \
  30. %D%/depend2.am \
  31. %D%/distdir.am \
  32. %D%/footer.am \
  33. %D%/header-vars.am \
  34. %D%/header.am \
  35. %D%/install.am \
  36. %D%/inst-vars.am \
  37. %D%/java.am \
  38. %D%/lang-compile.am \
  39. %D%/lex.am \
  40. %D%/library.am \
  41. %D%/libs.am \
  42. %D%/libtool.am \
  43. %D%/lisp.am \
  44. %D%/ltlib.am \
  45. %D%/ltlibrary.am \
  46. %D%/mans-vars.am \
  47. %D%/mans.am \
  48. %D%/program.am \
  49. %D%/progs.am \
  50. %D%/python.am \
  51. %D%/remake-hdr.am \
  52. %D%/scripts.am \
  53. %D%/subdirs.am \
  54. %D%/tags.am \
  55. %D%/texi-vers.am \
  56. %D%/texibuild.am \
  57. %D%/texinfos.am \
  58. %D%/vala.am \
  59. %D%/yacc.am
  60. # vim: ft=automake noet