Makefile.am 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #----------------------------------------------------------------
  2. #
  3. # Makefile.am
  4. #
  5. # Automake source file for Boundary Element MMTL (bem).
  6. # This file, along with aclocal, configure.ac autoconf,
  7. # and automake can produce a highly functional configuration
  8. # script and Makefile.
  9. #
  10. # Sharon Zahn, Bob Techentin
  11. # October 3, 2002
  12. #
  13. # Copyright 2002-2004 Mayo Foundation. All Rights Reserved.
  14. # $Id: Makefile.am,v 1.2 2004/02/05 22:24:23 techenti Exp $
  15. #
  16. #----------------------------------------------------------------
  17. #----------------------------------------------------------------
  18. # Just for the record, this isn't a GNU project, and
  19. # doesn't have all the support files like LICENSE and
  20. # ChangeLog. We're also compiling in a subdirectory, so
  21. # we supply a couple of options to automake.
  22. #
  23. # Note that this package _does_ require some of the support
  24. # files like install-sh, so if you're running aclocal,
  25. # autoconf, and automake for the first time, you'll need to
  26. # supply command line switches --add-missing --copy.
  27. #----------------------------------------------------------------
  28. AUTOMAKE_OPTIONS = foreign subdir-objects
  29. #---------------------------------------------------------------
  30. # tcl/tk scripts that may need to be installed.
  31. #---------------------------------------------------------------
  32. pkglib_SCRIPTS = \
  33. units.tcl \
  34. pkgIndex.tcl \
  35. units.html
  36. #---------------------------------------------------------------
  37. # Define an installation directory that includes
  38. # the version number (from AC_INIT) like "bltmath1.0"
  39. #---------------------------------------------------------------
  40. pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)