Makefile.am 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # Makefile.am
  2. #
  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 of the License, or
  7. # (at your option) 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. ACLOCAL_AMFLAGS = -I m4
  17. export GMP_INC=@gmp_inc@
  18. export GMP_LIB=@gmp_lib@
  19. SUBDIRS = gml4gtk-plugin
  20. EXTRA_DIST = example
  21. #
  22. MAINTAINERCLEANFILES = \
  23. Makefile \
  24. Makefile.in \
  25. aclocal.m4 \
  26. configure \
  27. config.sub \
  28. config.guess \
  29. config.status \
  30. compile \
  31. depcomp \
  32. install-sh \
  33. ltmain.sh \
  34. missing \
  35. config.h.in \
  36. dmake.output \
  37. dsmake.output \
  38. dsmake.errors \
  39. dsmake.warnings \
  40. autoscan.log \
  41. configure.scan \
  42. config.h.in~ \
  43. config.log \
  44. stamp-h1 \
  45. config.h \
  46. gml4gtk-plugin/Makefile.in \
  47. gml4gtk-plugin/Makefile \
  48. src/*.i \
  49. src/*.s \
  50. autom4te.cache/* \
  51. m4/*.m4 \
  52. ylwrap \
  53. $(NULL)
  54. #
  55. cleaner:
  56. make distclean
  57. #
  58. distclean:
  59. make maintainer-clean-generic
  60. rm -vfr autom4te.cache
  61. rm -vfr gml4gtk-plugin/.deps
  62. rm -vfr gml4gtk-plugin/.libs
  63. rm -vf ./libtool
  64. rm -vfr ./m4
  65. rm -vf ./*~
  66. rm -vf ./O1
  67. rm -vf ./O2