Makefile.am 1.6 KB

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