Makefile.am 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.4 2004/02/09 18:56:00 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. csdl.tcl \
  34. csdl_hlcsdl.itcl \
  35. csdl_llcsdl.itcl \
  36. csdl_shapes.itcl \
  37. pkgIndex.tcl
  38. #---------------------------------------------------------------
  39. # Define an installation directory that includes
  40. # the version number (from AC_INIT) like "bltmath1.0"
  41. #---------------------------------------------------------------
  42. pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)