Makefile.am 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #----------------------------------------------------------------
  2. #
  3. # Makefile.am
  4. #
  5. # Automake source file for the sgraph "supergraph"
  6. # for BLT graph widgets.
  7. #
  8. # This file, along with aclocal, configure.ac autoconf,
  9. # and automake can produce a highly functional configuration
  10. # script and Makefile.
  11. #
  12. # Bob Techentin
  13. # November 17, 2003
  14. #
  15. # Copyright 2003 (C) Mayo Foundation. All Rights Reserved
  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 subdir-objects
  30. #---------------------------------------------------------------
  31. # tcl/tk scripts that may need to be installed.
  32. #---------------------------------------------------------------
  33. pkglib_SCRIPTS = \
  34. sgraph.tcl \
  35. pkgIndex.tcl
  36. #---------------------------------------------------------------
  37. # Define an installation directory that includes
  38. # the version number (from AC_INIT) like "sgraph1.0"
  39. #---------------------------------------------------------------
  40. pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)