Makefile.am 928 B

12345678910111213141516171819202122232425262728
  1. #----------------------------------------------------------------
  2. #
  3. # Makefile.am
  4. #
  5. # This file, along with aclocal, configure.ac autoconf,
  6. # and automake can produce a highly functional configuration
  7. # script and Makefile.
  8. #
  9. # Copyright 2003 (C) Mayo Foundation. All Rights Reserved
  10. #
  11. #----------------------------------------------------------------
  12. AUTOMAKE_OPTIONS = foreign subdir-objects
  13. #---------------------------------------------------------------
  14. # tcl/tk scripts that may need to be installed.
  15. #---------------------------------------------------------------
  16. pkglib_SCRIPTS = \
  17. addressDialog.tcl \
  18. pkgIndex.tcl
  19. #---------------------------------------------------------------
  20. # Define an installation directory that includes
  21. # the version number (from AC_INIT) like "addressDialog1.0"
  22. #---------------------------------------------------------------
  23. pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)