Makefile.am 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Makefile.am - Top level Makefile for scute.
  2. # Copyright (C) 2006 g10 Code GmbH
  3. #
  4. # This file is part of Scute.
  5. #
  6. # Scute is free software; you can redistribute it and/or modify it
  7. # under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # Scute is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, see <http://www.gnu.org/licenses/>.
  18. #
  19. # In addition, as a special exception, g10 Code GmbH gives permission
  20. # to link this library: with the Mozilla Foundation's code for
  21. # Mozilla (or with modified versions of it that use the same license
  22. # as the "Mozilla" code), and distribute the linked executables. You
  23. # must obey the GNU General Public License in all respects for all of
  24. # the code used other than "Mozilla". If you modify this file, you
  25. # may extend this exception to your version of the file, but you are
  26. # not obligated to do so. If you do not wish to do so, delete this
  27. # exception statement from your version.
  28. ## Process this file with automake to produce Makefile.in
  29. ACLOCAL_AMFLAGS = -I m4
  30. AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
  31. EXTRA_DIST = autogen.sh README.GIT
  32. if RUN_TESTS
  33. tests = tests
  34. else
  35. tests =
  36. endif
  37. SUBDIRS = m4 src ${tests} doc