Posted to tcl by pgomes at Wed Aug 27 07:53:44 GMT 2014view raw

  1. #
  2. # This file is a Makefile for Tcl. If it has the name "Makefile.in" then it is
  3. # a template for a Makefile; to generate the actual Makefile, run
  4. # "./configure", which is a configuration script generated by the "autoconf"
  5. # program (constructs like "@foo@" will get replaced in the actual Makefile.
  6.  
  7. #--------------------------------------------------------------------------
  8. # Things you can change to personalize the Makefile for your own site (you can
  9. # make these changes in either Makefile.in or Makefile, but changes to
  10. # Makefile will get lost if you re-run the configuration script).
  11. #--------------------------------------------------------------------------
  12.  
  13. # Default top-level directories in which to install architecture-specific
  14. # files (exec_prefix) and machine-independent files such as scripts (prefix).
  15. # The values specified here may be overridden at configure-time with the
  16. # --exec-prefix and --prefix options to the "configure" script. The *dir vars
  17. # are standard configure substitutions that are based off prefix and
  18. # exec_prefix.
  19.  
  20. prefix=/home/pedrog/odie
  21. exec_prefix=/home/pedrog/odie
  22. bindir=${exec_prefix}/bin
  23. libdir=${exec_prefix}/lib
  24. includedir=${prefix}/include
  25. datarootdir=${prefix}/share
  26. mandir=${datarootdir}/man
  27.  
  28. # The following definition can be set to non-null for special systems like AFS
  29. # with replication. It allows the pathnames used for installation to be
  30. # different than those used for actually reference files at run-time.
  31. # INSTALL_ROOT is prepended to $prefix and $exec_prefix when installing files.
  32. INSTALL_ROOT=${DESTDIR}
  33. ODIE_SRC_DIR=/home/pedrog/odie/sandbox/odie
  34. TCL_VERSION=8.6
  35. TCL_MAJOR_VERSION=8
  36. TCL_MINOR_VERSION=6
  37. TCL_FOSSIL_BRANCH=trunk
  38. TK_FOSSIL_BRANCH=trunk
  39. ODIE_TCL_CONFIG_FLAGS=''
  40. ODIE_TK_CONFIG_FLAGS=''
  41. ODIE_ROOT=/home/pedrog/odie
  42. LOCAL_REPO=/home/pedrog/odie
  43. ODIE_PLATFORM=unix
  44. ODIE_TCLSRC_DIR=unix
  45. ODIE_PLATFORM_DIR=unix
  46. ODIE_SYSTEM=Linux-3.13.0-34-generic
  47. ODIE_OS=linux
  48. FOSSIL_CHECKOUT=.fslckout
  49. PLATFORM=${ODIE_PLATFORM}
  50. RC=
  51. RES=
  52. TK_RES=
  53.  
  54. ###
  55. # Variables needed by build systems
  56. ###
  57. ODIE_SANDBOX_PATH=${prefix}/sandbox
  58. SANDBOX=${ODIE_SANDBOX_PATH}
  59. ODIE_DOWNLOAD_PATH=${prefix}/download
  60. DOWNLOAD=${ODIE_DOWNLOAD_PATH}
  61.  
  62. ODIEMIRRORURL=http://fossil.etoyoc.com/fossil
  63.  
  64. # ODIE_TCLSH is the name of a tclsh executable produced
  65. # my make tcltk
  66. EXE_SUFFIX=
  67. EXE=${EXE_SUFFIX}
  68. TCL_EXE=tclsh${EXE_SUFFIX}
  69. TCLTEST_EXE=tcltest${EXE_SUFFIX}
  70. ODIE_BUILD_TCLSH=@BUILD_TCLSH@
  71. ODIE_TCLSH=/home/pedrog/odie/bin/tclsh8.6
  72. ODIE_WISH=/home/pedrog/odie/bin/wish8.6
  73. TCLSH=${ODIE_TCLSH}
  74. TCL_SHELL=${ODIE_TCLSH}
  75.  
  76. ODIE_HOST=
  77. ODIE_TARGET=
  78. ODIE_BUILD_SYSTEM=Linux-x86_64
  79. ODIE_BUILD_OS=linux
  80. ODIE_BUILD_64BIT=no
  81. CC=gcc
  82. #CC=purify -best-effort gcc -DPURIFY
  83.  
  84. ODIE_WISHKIT=${ODIE_ROOT}/bin/wishkit${EXE_SUFFIX}
  85. ODIE_TCLKIT=${ODIE_ROOT}/bin/tclkit${EXE_SUFFIX}
  86. ODIE_ZIPKIT=${ODIE_ROOT}/bin/zipkit.zip
  87.  
  88. TOADKIT=${ODIE_WISHKIT}
  89. ODIE_MKHDR=${ODIE_ROOT}/bin/mkhdr${EXE_SUFFIX}
  90. ZIPSETUP=${ODIE_ROOT}/bin/zzipsetupstub${EXE_SUFFIX}
  91. SHERPA=${ODIE_ROOT}/bin/sherpa${EXE_SUFFIX}
  92. FOSSIL=/home/pedrog/bin/fossil
  93. MKHDR=${exec_prefix}/bin/mkhdr${EXEEXT}
  94. ZIP=/usr/bin/zip
  95. VFS_CP=cp -a