# Generated automatically from Makefile.in by configure.
#
# This file is a Makefile for Tix.  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.
#



SRC_DIR		=	/home/ioi/dev/tix/dev
INC_DIR		=	/home/ioi/dev/tix/dev/include
LIBRARY_DIR	=	/home/ioi/dev/tix/dev/library
DEMOS_DIR	=	/home/ioi/dev/tix/dev/demos
MANUAL_DIR	=	/home/ioi/dev/tix/dev/man

all:  unix-tk4.0 unix-tk4.1 unix-itcl2.0 unix-et-tk4.0 demos-c load

test: all

unix-tk4.0:: tk40

unix-itcl2.0:: itcl

unix-et-tk4.0::

demos-c::

unix-tk4.1:: tk41

# Some versions of make, like SGI's, use the following variable to
# determine which shell to use for executing commands:
SHELL =		/bin/sh

SUBSETS=

ENVIRON_74 = TEST_TCL_LIBRARY=/home/ioi/dev/tix/tcl7.4/library \
	TEST_TK_LIBRARY=/home/ioi/dev/tix/tk4.0/library \
	TEST_ITCL_LIBRARY=/home/ioi/dev/tix/itcl2.0/itcl/library \
	TEST_ITK_LIBRARY=/home/ioi/dev/tix/itcl2.0/itk/library \
	IWIDGETS_LIBRARY=/home/ioi/dev/tix/itcl2.0/iwidgets2.0.0 \
	TIX_LIBRARY=/home/ioi/dev/tix/dev/library

ENVIRON_75 = TEST_TCL_LIBRARY=/home/ioi/dev/tix/tcl7.5/library \
	TEST_TK_LIBRARY=/home/ioi/dev/tix/tk4.1/library \
	TEST_ITCL_LIBRARY=/home/ioi/dev/tix/itcl2.0/itcl/library \
	TEST_ITK_LIBRARY=/home/ioi/dev/tix/itcl2.0/itk/library \
	IWIDGETS_LIBRARY=/home/ioi/dev/tix/itcl2.0/iwidgets2.0.0 \
	TIX_LIBRARY=/home/ioi/dev/tix/dev/library

ENVIRON_ITCL = TEST_TCL_LIBRARY=/home/ioi/dev/tix/itcl2.0/tcl7.4/library \
	TEST_TK_LIBRARY=/home/ioi/dev/tix/itcl2.0/tk4.0/library \
	TEST_ITCL_LIBRARY=/home/ioi/dev/tix/itcl2.0/itcl/library \
	TEST_ITK_LIBRARY=/home/ioi/dev/tix/itcl2.0/itk/library \
	IWIDGETS_LIBRARY=/home/ioi/dev/tix/itcl2.0/iwidgets2.0.0 \
	TIX_LIBRARY=/home/ioi/dev/tix/dev/library


tk40::
	$(ENVIRON_74) \
	tclsh Test.tcl tk40 $(SUBSETS)

itcl::
	$(ENVIRON_ITCL) \
	tclsh Test.tcl itcl $(SUBSETS)

tk41::
	$(ENVIRON_75) \
	tclsh Test.tcl tk41 $(SUBSETS)

load::
	$(ENVIRON_75) \
	tclsh Test.tcl load $(SUBSETS)

Makefile: Makefile.in
	cd $(SRC_DIR); $(SHELL) config.status

