home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TKNEW / RTR / TK. < prev    next >
Encoding:
Text File  |  1998-07-24  |  2.8 KB  |  91 lines

  1. --- ./unix/Makefile.in.orig    Thu Jan 30 19:42:11 1997
  2. +++ ./unix/Makefile.in    Thu Feb 13 10:39:30 1997
  3. @@ -38,7 +38,7 @@
  4.  # Directory from which applications will reference the library of Tcl
  5.  # scripts (note: you can set the TK_LIBRARY environment variable at
  6.  # run-time to override the compiled-in location):
  7. -TK_LIBRARY =        $(prefix)/lib/tk$(VERSION)
  8. +TK_LIBRARY =        <installsharedir>/slib/tk$(VERSION)
  9.  
  10.  # Path name to use when installing library scripts:
  11.  SCRIPT_INSTALL_DIR =    $(INSTALL_ROOT)$(TK_LIBRARY)
  12. @@ -56,7 +56,7 @@
  13.  BIN_DIR =        $(exec_prefix)/bin
  14.  
  15.  # Directory in which to install the include file tk.h:
  16. -INCLUDE_INSTALL_DIR =    $(INSTALL_ROOT)$(prefix)/include
  17. +INCLUDE_INSTALL_DIR =    $(INSTALL_ROOT)<installsharedir>/sinclude
  18.  
  19.  # Top-level directory for manual entries:
  20.  MAN_INSTALL_DIR =    $(INSTALL_ROOT)<installsharedir>/man
  21. --- ./library/demos/browse.orig    Mon Aug 26 13:08:12 1996
  22. +++ ./library/demos/browse    Thu Feb 13 10:28:15 1997
  23. @@ -1,4 +1,4 @@
  24. -#!/bin/sh
  25. +#!<installdir>/bin/wish -f
  26.  # the next line restarts using wish \
  27.  exec wish "$0" "$@"
  28.  
  29. --- ./library/demos/hello.orig    Mon Aug 26 13:08:13 1996
  30. +++ ./library/demos/hello    Thu Feb 13 10:28:25 1997
  31. @@ -2,7 +2,7 @@
  32.  # the next line restarts using wish \
  33.  exec wish "$0" "$@"
  34.  
  35. -# hello --
  36. +#!<installdir>/bin/wish -f
  37.  # Simple Tk script to create a button that prints "Hello, world".
  38.  # Click on the button to terminate the program.
  39.  #
  40. --- ./library/demos/ixset.orig    Mon Aug 26 13:08:13 1996
  41. +++ ./library/demos/ixset    Thu Feb 13 10:28:25 1997
  42. @@ -9,7 +9,7 @@
  43.  #   91/11/23 : pda@masi.ibp.fr, jt@ratp.fr : design
  44.  #   92/08/01 : pda@masi.ibp.fr : cleaning
  45.  #
  46. -# SCCS: @(#) ixset 1.7 96/02/16 10:49:19
  47. +#!<installdir>/bin/wish -f
  48.  
  49.  #
  50.  # Button actions
  51. --- ./library/demos/rolodex.orig    Mon Aug 26 13:08:14 1996
  52. +++ ./library/demos/rolodex    Thu Feb 13 10:28:25 1997
  53. @@ -1,4 +1,4 @@
  54. -#!/bin/sh
  55. +#!<installdir>/bin/wish -f
  56.  # the next line restarts using wish \
  57.  exec wish "$0" "$@"
  58.  
  59. --- ./library/demos/timer.orig    Mon Aug 26 13:08:13 1996
  60. +++ ./library/demos/timer    Thu Feb 13 10:28:28 1997
  61. @@ -1,4 +1,4 @@
  62. -#!/bin/sh
  63. +#!<installdir>/bin/wish -f
  64.  # the next line restarts using wish \
  65.  exec wish "$0" "$@"
  66.  
  67. --- ./library/demos/widget.orig    Mon Oct  7 14:37:13 1996
  68. +++ ./library/demos/widget    Thu Feb 13 10:28:28 1997
  69. @@ -1,4 +1,4 @@
  70. -#!/bin/sh
  71. +#!<installdir>/bin/wish -f
  72.  # the next line restarts using wish \
  73.  exec wish "$0" "$@"
  74.  
  75. --- ./library/demos/rmt.orig    Mon Aug 26 13:08:13 1996
  76. +++ ./library/demos/rmt    Thu Feb 13 10:28:28 1997
  77. @@ -1,4 +1,4 @@
  78. -#!/bin/sh
  79. +#!<installdir>/bin/wish -f
  80.  # the next line restarts using wish \
  81.  exec wish "$0" "$@"
  82.  
  83. --- ./library/demos/tcolor.orig    Mon Aug 26 13:08:14 1996
  84. +++ ./library/demos/tcolor    Thu Feb 13 10:28:28 1997
  85. @@ -1,4 +1,4 @@
  86. -#!/bin/sh
  87. +#!<installdir>/bin/wish -f
  88.  # the next line restarts using wish \
  89.  exec wish "$0" "$@"
  90.  
  91.