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

#
# This file is a Makefile for Tcl. If it has the name "Makefile.in" then it is
# a template for a Makefile; to generate the actual Makefile, run
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.

#--------------------------------------------------------------------------
# Things you can change to personalize the Makefile for your own site (you can
# make these changes in either Makefile.in or Makefile, but changes to
# Makefile will get lost if you re-run the configuration script).
#--------------------------------------------------------------------------

# Default top-level directories in which to install architecture-specific
# files (exec_prefix) and machine-independent files such as scripts (prefix).
# The values specified here may be overridden at configure-time with the
# --exec-prefix and --prefix options to the "configure" script. The *dir vars
# are standard configure substitutions that are based off prefix and
# exec_prefix.

prefix=/home/pedrog/odie
exec_prefix=/home/pedrog/odie
bindir=${exec_prefix}/bin
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
mandir=${datarootdir}/man

# The following definition can be set to non-null for special systems like AFS
# with replication. It allows the pathnames used for installation to be
# different than those used for actually reference files at run-time.
# INSTALL_ROOT is prepended to $prefix and $exec_prefix when installing files.
INSTALL_ROOT=${DESTDIR}
ODIE_SRC_DIR=/home/pedrog/odie/sandbox/odie
TCL_VERSION=8.6
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=6
TCL_FOSSIL_BRANCH=trunk
TK_FOSSIL_BRANCH=trunk
ODIE_TCL_CONFIG_FLAGS=''
ODIE_TK_CONFIG_FLAGS=''
ODIE_ROOT=/home/pedrog/odie
LOCAL_REPO=/home/pedrog/odie
ODIE_PLATFORM=unix
ODIE_TCLSRC_DIR=unix
ODIE_PLATFORM_DIR=unix
ODIE_SYSTEM=Linux-3.13.0-34-generic
ODIE_OS=linux
FOSSIL_CHECKOUT=.fslckout
PLATFORM=${ODIE_PLATFORM}
RC=
RES=
TK_RES=

###
# Variables needed by build systems
###
ODIE_SANDBOX_PATH=${prefix}/sandbox
SANDBOX=${ODIE_SANDBOX_PATH}
ODIE_DOWNLOAD_PATH=${prefix}/download
DOWNLOAD=${ODIE_DOWNLOAD_PATH}

ODIEMIRRORURL=http://fossil.etoyoc.com/fossil

# ODIE_TCLSH is the name of a tclsh executable produced
# my make tcltk
EXE_SUFFIX=
EXE=${EXE_SUFFIX}
TCL_EXE=tclsh${EXE_SUFFIX}
TCLTEST_EXE=tcltest${EXE_SUFFIX}
ODIE_BUILD_TCLSH=@BUILD_TCLSH@
ODIE_TCLSH=/home/pedrog/odie/bin/tclsh8.6
ODIE_WISH=/home/pedrog/odie/bin/wish8.6
TCLSH=${ODIE_TCLSH}
TCL_SHELL=${ODIE_TCLSH}

ODIE_HOST=
ODIE_TARGET=
ODIE_BUILD_SYSTEM=Linux-x86_64
ODIE_BUILD_OS=linux
ODIE_BUILD_64BIT=no
CC=gcc
#CC=purify -best-effort gcc -DPURIFY

ODIE_WISHKIT=${ODIE_ROOT}/bin/wishkit${EXE_SUFFIX}
ODIE_TCLKIT=${ODIE_ROOT}/bin/tclkit${EXE_SUFFIX}
ODIE_ZIPKIT=${ODIE_ROOT}/bin/zipkit.zip

TOADKIT=${ODIE_WISHKIT}
ODIE_MKHDR=${ODIE_ROOT}/bin/mkhdr${EXE_SUFFIX}
ZIPSETUP=${ODIE_ROOT}/bin/zzipsetupstub${EXE_SUFFIX}
SHERPA=${ODIE_ROOT}/bin/sherpa${EXE_SUFFIX}
FOSSIL=/home/pedrog/bin/fossil
MKHDR=${exec_prefix}/bin/mkhdr${EXEEXT}
ZIP=/usr/bin/zip
VFS_CP=cp -a