# This Makefile is for the Tk::pTk extension to perl.
#
# It was generated automatically by MakeMaker version
# 5.42 (Revision: 1.1.1.1) from the contents of
# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
#
#	ANY CHANGES MADE HERE WILL BE LOST!
#
#   MakeMaker Parameters:

#	DEFINE => q[-DBASEEXT=\"$(BASEEXT)\"]
#	INC => q[-I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include]
#	LINKTYPE => q[static]
#	NAME => q[Tk::pTk]
#	OBJECT => q[$(O_FILES)]
#	SKIP => [q[distclean], q[dist], q[makeaperl], q[xs_o]]
#	TYPEMAPS => [q[/var/tmp/Tk800.011/Tk/typemap]]
#	VERSION => q[800.011]
#	XS_VERSION => q[800.011]
#	clean => { FILES=>q[libpTk$(LIB_EXT) *.bak] }
#	macro => { WINARCH=>q[x], TKDIR=>q[..] }

# --- MakeMaker post_initialize section:


# --- MakeMaker const_config section:

# These definitions are from config.sh (via /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/Config.pm)

# They may have been overridden via Makefile.PL or on the command line
AR = ar
CC = gcc
CCCDLFLAGS = -fPIC
CCDLFLAGS = -rdynamic
DLEXT = so
DLSRC = dl_dlopen.xs
LD = gcc
LDDLFLAGS = -shared -L/usr/local/lib
LDFLAGS =  -L/usr/local/lib
LIBC = /lib/libc.so.5.3.12
LIB_EXT = .a
OBJ_EXT = .o
RANLIB = :
SO = so
EXE_EXT = 


# --- MakeMaker constants section:
AR_STATIC_ARGS = cr
NAME = Tk::pTk
DISTNAME = Tk-pTk
NAME_SYM = Tk_pTk
VERSION = 800.011
VERSION_SYM = 800_011
XS_VERSION = 800.011
INST_BIN = .././blib/bin
INST_EXE = .././blib/script
INST_LIB = .././blib/lib
INST_ARCHLIB = .././blib/arch
INST_SCRIPT = .././blib/script
PREFIX = /afs/athena/contrib/perl5
INSTALLDIRS = site
INSTALLPRIVLIB = /afs/.athena/contrib/perl5/arch/share/perl5.004
INSTALLARCHLIB = /afs/.athena/contrib/perl5/arch/i386_linux2/lib/perl5.004
INSTALLSITELIB = /afs/.athena/contrib/perl5/arch/share/perl5.004/site_perl
INSTALLSITEARCH = /afs/.athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/site_perl
INSTALLBIN = /afs/.athena/contrib/perl5/arch/i386_linux2/bin
INSTALLSCRIPT = /afs/.athena/contrib/perl5/arch/share/bin
PERL_LIB = /afs/athena/contrib/perl5/arch/share/perl5.004
PERL_ARCHLIB = /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004
SITELIBEXP = /afs/athena/contrib/perl5/arch/share/perl5.004/site_perl
SITEARCHEXP = /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/site_perl
LIBPERL_A = libperl.a
FIRST_MAKEFILE = Makefile
MAKE_APERL_FILE = Makefile.aperl
PERLMAINCC = $(CC)
PERL_INC = /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE
PERL = /mit/jmorzins/Bin/perl5
FULLPERL = /mit/jmorzins/Bin/perl5

VERSION_MACRO = VERSION
DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
XS_VERSION_MACRO = XS_VERSION
XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"

MAKEMAKER = /afs/athena/contrib/perl5/arch/share/perl5.004/ExtUtils/MakeMaker.pm
MM_VERSION = 5.42

# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)
# ROOTEXT = Directory part of FULLEXT with leading slash (eg /DBD)  !!! Deprecated from MM 5.32  !!!
# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.
FULLEXT = Tk/pTk
BASEEXT = pTk
PARENT_NAME = Tk::
DLBASE = $(BASEEXT)
INC = -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include
DEFINE = -DBASEEXT=\"$(BASEEXT)\"
OBJECT = $(O_FILES)
LDFROM = $(OBJECT)
LINKTYPE = static

# Handy lists of source code files:
XS_FILES= 
C_FILES = ClientWin.c \
	Lang_f.c \
	Xlib_f.c \
	XrmOption.c \
	imgBMP.c \
	imgGIF.c \
	imgInit.c \
	imgInt_f.c \
	imgXBM.c \
	imgXPM.c \
	stbDItem.c \
	stbDiStyle.c \
	tclAsync.c \
	tclEvent.c \
	tclHash.c \
	tclNotify.c \
	tclPreserve.c \
	tclTimer.c \
	tclUnixEvent.c \
	tclUnixNotfy.c \
	tclUnixTime.c \
	tixCompat.c \
	tixDItem.c \
	tixDiITxt.c \
	tixDiImg.c \
	tixDiStyle.c \
	tixDiText.c \
	tixDiWin.c \
	tixError.c \
	tixForm.c \
	tixFormMisc.c \
	tixGrData.c \
	tixGrFmt.c \
	tixGrRC.c \
	tixGrSel.c \
	tixGrSort.c \
	tixGrUtl.c \
	tixGrid.c \
	tixHLCol.c \
	tixHLHdr.c \
	tixHLInd.c \
	tixHList.c \
	tixImgCmp.c \
	tixImgXpm.c \
	tixImgXpm_f.c \
	tixInputO.c \
	tixInt_f.c \
	tixItcl.c \
	tixList.c \
	tixMwm.c \
	tixNBFrame.c \
	tixScroll.c \
	tixSmpLs.c \
	tixTList.c \
	tixUnixDraw.c \
	tixUnixWm.c \
	tixUnixXpm.c \
	tixUtils.c \
	tixVars.c \
	tix_f.c \
	tk3d.c \
	tkAtom.c \
	tkBind.c \
	tkBitmap.c \
	tkButton.c \
	tkCanvArc.c \
	tkCanvBmap.c \
	tkCanvImg.c \
	tkCanvLine.c \
	tkCanvPoly.c \
	tkCanvPs.c \
	tkCanvText.c \
	tkCanvUtil.c \
	tkCanvWind.c \
	tkCanvas.c \
	tkClipboard.c \
	tkCmds.c \
	tkColor.c \
	tkConfig.c \
	tkCursor.c \
	tkEntry.c \
	tkError.c \
	tkEvent.c \
	tkFileFilter.c \
	tkFocus.c \
	tkFont.c \
	tkFrame.c \
	tkGC.c \
	tkGeometry.c \
	tkGet.c \
	tkGrab.c \
	tkGrid.c \
	tkImage.c \
	tkImgBmap.c \
	tkImgPPM.c \
	tkImgPhoto.c \
	tkImgPhoto_f.c \
	tkInt_f.c \
	tkListbox.c \
	tkMenu.c \
	tkMenuDraw.c \
	tkMenubutton.c \
	tkMessage.c \
	tkOption.c \
	tkOption_f.c \
	tkPack.c \
	tkPlace.c \
	tkPointer.c \
	tkProperty.c \
	tkRectOval.c \
	tkScale.c \
	tkScrollbar.c \
	tkSelect.c \
	tkSquare.c \
	tkText.c \
	tkTextBTree.c \
	tkTextDisp.c \
	tkTextImage.c \
	tkTextIndex.c \
	tkTextMark.c \
	tkTextTag.c \
	tkTextWind.c \
	tkTrig.c \
	tkUnix.c \
	tkUnix3d.c \
	tkUnixButton.c \
	tkUnixColor.c \
	tkUnixCursor.c \
	tkUnixDialog.c \
	tkUnixDraw.c \
	tkUnixEmbed.c \
	tkUnixEvent.c \
	tkUnixFocus.c \
	tkUnixFont.c \
	tkUnixMenu.c \
	tkUnixMenubu.c \
	tkUnixScale.c \
	tkUnixScrlbr.c \
	tkUnixSelect.c \
	tkUnixSend.c \
	tkUnixWm.c \
	tkUnixXId.c \
	tkUtil.c \
	tkVisual.c \
	tkWin_f.c \
	tkWindow.c \
	tk_f.c
O_FILES = ClientWin.o \
	Lang_f.o \
	Xlib_f.o \
	XrmOption.o \
	imgBMP.o \
	imgGIF.o \
	imgInit.o \
	imgInt_f.o \
	imgXBM.o \
	imgXPM.o \
	stbDItem.o \
	stbDiStyle.o \
	tclAsync.o \
	tclEvent.o \
	tclHash.o \
	tclNotify.o \
	tclPreserve.o \
	tclTimer.o \
	tclUnixEvent.o \
	tclUnixNotfy.o \
	tclUnixTime.o \
	tixCompat.o \
	tixDItem.o \
	tixDiITxt.o \
	tixDiImg.o \
	tixDiStyle.o \
	tixDiText.o \
	tixDiWin.o \
	tixError.o \
	tixForm.o \
	tixFormMisc.o \
	tixGrData.o \
	tixGrFmt.o \
	tixGrRC.o \
	tixGrSel.o \
	tixGrSort.o \
	tixGrUtl.o \
	tixGrid.o \
	tixHLCol.o \
	tixHLHdr.o \
	tixHLInd.o \
	tixHList.o \
	tixImgCmp.o \
	tixImgXpm.o \
	tixImgXpm_f.o \
	tixInputO.o \
	tixInt_f.o \
	tixItcl.o \
	tixList.o \
	tixMwm.o \
	tixNBFrame.o \
	tixScroll.o \
	tixSmpLs.o \
	tixTList.o \
	tixUnixDraw.o \
	tixUnixWm.o \
	tixUnixXpm.o \
	tixUtils.o \
	tixVars.o \
	tix_f.o \
	tk3d.o \
	tkAtom.o \
	tkBind.o \
	tkBitmap.o \
	tkButton.o \
	tkCanvArc.o \
	tkCanvBmap.o \
	tkCanvImg.o \
	tkCanvLine.o \
	tkCanvPoly.o \
	tkCanvPs.o \
	tkCanvText.o \
	tkCanvUtil.o \
	tkCanvWind.o \
	tkCanvas.o \
	tkClipboard.o \
	tkCmds.o \
	tkColor.o \
	tkConfig.o \
	tkCursor.o \
	tkEntry.o \
	tkError.o \
	tkEvent.o \
	tkFileFilter.o \
	tkFocus.o \
	tkFont.o \
	tkFrame.o \
	tkGC.o \
	tkGeometry.o \
	tkGet.o \
	tkGrab.o \
	tkGrid.o \
	tkImage.o \
	tkImgBmap.o \
	tkImgPPM.o \
	tkImgPhoto.o \
	tkImgPhoto_f.o \
	tkInt_f.o \
	tkListbox.o \
	tkMenu.o \
	tkMenuDraw.o \
	tkMenubutton.o \
	tkMessage.o \
	tkOption.o \
	tkOption_f.o \
	tkPack.o \
	tkPlace.o \
	tkPointer.o \
	tkProperty.o \
	tkRectOval.o \
	tkScale.o \
	tkScrollbar.o \
	tkSelect.o \
	tkSquare.o \
	tkText.o \
	tkTextBTree.o \
	tkTextDisp.o \
	tkTextImage.o \
	tkTextIndex.o \
	tkTextMark.o \
	tkTextTag.o \
	tkTextWind.o \
	tkTrig.o \
	tkUnix.o \
	tkUnix3d.o \
	tkUnixButton.o \
	tkUnixColor.o \
	tkUnixCursor.o \
	tkUnixDialog.o \
	tkUnixDraw.o \
	tkUnixEmbed.o \
	tkUnixEvent.o \
	tkUnixFocus.o \
	tkUnixFont.o \
	tkUnixMenu.o \
	tkUnixMenubu.o \
	tkUnixScale.o \
	tkUnixScrlbr.o \
	tkUnixSelect.o \
	tkUnixSend.o \
	tkUnixWm.o \
	tkUnixXId.o \
	tkUtil.o \
	tkVisual.o \
	tkWin_f.o \
	tkWindow.o \
	tk_f.o
H_FILES = Lang.h \
	LangIO.h \
	Lang_f.h \
	Xlib.h \
	Xlib_f.h \
	default.h \
	imgInt.h \
	imgInt_f.h \
	ks_names.h \
	patchlevel.h \
	tclMath.h \
	tix.h \
	tixBitmaps.h \
	tixDef.h \
	tixForm.h \
	tixGrData.h \
	tixGrid.h \
	tixHList.h \
	tixImgXpm.h \
	tixImgXpm_f.h \
	tixInt.h \
	tixInt_f.h \
	tixItcl.h \
	tixPort.h \
	tixTList.h \
	tixUnixInt.h \
	tixUnixPort.h \
	tix_f.h \
	tk.h \
	tk3d.h \
	tkButton.h \
	tkCanvas.h \
	tkCanvases.h \
	tkColor.h \
	tkConfig.h \
	tkFileFilter.h \
	tkFont.h \
	tkImgPhoto.h \
	tkImgPhoto_f.h \
	tkInitScript.h \
	tkInt.h \
	tkInt_f.h \
	tkMenu.h \
	tkMenubutton.h \
	tkOption.h \
	tkOption_f.h \
	tkPort.h \
	tkScale.h \
	tkScrollbar.h \
	tkSelect.h \
	tkText.h \
	tkUnixDefault.h \
	tkUnixInt.h \
	tkUnixPort.h \
	tkVMacro.h \
	tkWin_f.h \
	tkXrm.h \
	tk_f.h
MAN1PODS = 
MAN3PODS = 
INST_MAN1DIR = .././blib/man1
INSTALLMAN1DIR = /afs/.athena/contrib/perl5/man/man1
MAN1EXT = 1
INST_MAN3DIR = .././blib/man3
INSTALLMAN3DIR = /afs/.athena/contrib/perl5/man/man3
MAN3EXT = 3

# work around a famous dec-osf make(1) feature(?):
makemakerdflt: all

.SUFFIXES:
.SUFFIXES: .xs .c .C .cpp .cxx .cc $(OBJ_EXT)

# Nick wanted to get rid of .PRECIOUS. I don't remember why. I seem to recall, that
# some make implementations will delete the Makefile when we rebuild it. Because
# we call false(1) when we rebuild it. So make(1) is not completely wrong when it
# does so. Our milage may vary.
# .PRECIOUS: Makefile    # seems to be not necessary anymore

.PHONY: all config static dynamic test linkext manifest

# Where is the Config information that we are using/depend on
CONFIGDEP = $(PERL_ARCHLIB)/Config.pm $(PERL_INC)/config.h

# Where to put things:
INST_LIBDIR      = $(INST_LIB)/Tk
INST_ARCHLIBDIR  = $(INST_ARCHLIB)/Tk

INST_AUTODIR     = $(INST_LIB)/auto/$(FULLEXT)
INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)

INST_STATIC  = $(INST_ARCHAUTODIR)/$(BASEEXT)$(LIB_EXT)
INST_DYNAMIC = $(INST_ARCHAUTODIR)/$(DLBASE).$(DLEXT)
INST_BOOT    = $(INST_ARCHAUTODIR)/$(BASEEXT).bs

EXPORT_LIST = 

PERL_ARCHIVE = 

TO_INST_PM = Lang.h \
	Lang.m \
	Lang.t \
	LangIO.h \
	Lang_f.h \
	Tcl-pTk \
	Xlib.h \
	Xlib.m \
	Xlib.t \
	Xlib_f.h \
	compat/limits.h \
	compat/stdlib.h \
	compat/unistd.h \
	default.h \
	imgInt.h \
	imgInt.m \
	imgInt.t \
	imgInt_f.h \
	ks_names.h \
	mkVFunc \
	patchlevel.h \
	tclMath.h \
	tix.h \
	tix.m \
	tix.t \
	tixBitmaps.h \
	tixDef.h \
	tixForm.h \
	tixGrData.h \
	tixGrid.h \
	tixHList.h \
	tixImgXpm.h \
	tixImgXpm.m \
	tixImgXpm.t \
	tixImgXpm_f.h \
	tixInt.h \
	tixInt.m \
	tixInt.t \
	tixInt_f.h \
	tixItcl.h \
	tixPort.h \
	tixTList.h \
	tixUnixInt.h \
	tixUnixPort.h \
	tix_f.h \
	tk.h \
	tk.m \
	tk.t \
	tk3d.h \
	tkButton.h \
	tkCanvas.h \
	tkCanvases.h \
	tkColor.h \
	tkConfig.h \
	tkFileFilter.h \
	tkFont.h \
	tkImgPhoto.h \
	tkImgPhoto.m \
	tkImgPhoto.t \
	tkImgPhoto_f.h \
	tkInitScript.h \
	tkInt.h \
	tkInt.m \
	tkInt.t \
	tkInt_f.h \
	tkMenu.h \
	tkMenubutton.h \
	tkOption.h \
	tkOption.m \
	tkOption.t \
	tkOption_f.h \
	tkPort.h \
	tkScale.h \
	tkScrollbar.h \
	tkSelect.h \
	tkText.h \
	tkUnixDefault.h \
	tkUnixInt.h \
	tkUnixPort.h \
	tkVMacro.h \
	tkWin.m \
	tkWin.t \
	tkWinInt.m \
	tkWinInt.t \
	tkWin_f.h \
	tkXrm.h \
	tk_f.h

PM_TO_BLIB = compat/unistd.h \
	$(INST_ARCHLIBDIR)/pTk/compat/unistd.h \
	tkInt.h \
	$(INST_ARCHLIBDIR)/pTk/tkInt.h \
	tkImgPhoto_f.h \
	$(INST_ARCHLIBDIR)/pTk/tkImgPhoto_f.h \
	tk.t \
	$(INST_ARCHLIBDIR)/pTk/tk.t \
	tixImgXpm_f.h \
	$(INST_ARCHLIBDIR)/pTk/tixImgXpm_f.h \
	imgInt.m \
	$(INST_ARCHLIBDIR)/pTk/imgInt.m \
	tkInt.m \
	$(INST_ARCHLIBDIR)/pTk/tkInt.m \
	tkCanvases.h \
	$(INST_ARCHLIBDIR)/pTk/tkCanvases.h \
	imgInt.t \
	$(INST_ARCHLIBDIR)/pTk/imgInt.t \
	tix.h \
	$(INST_ARCHLIBDIR)/pTk/tix.h \
	tkInt.t \
	$(INST_ARCHLIBDIR)/pTk/tkInt.t \
	tkFont.h \
	$(INST_ARCHLIBDIR)/pTk/tkFont.h \
	LangIO.h \
	$(INST_ARCHLIBDIR)/pTk/LangIO.h \
	tix.m \
	$(INST_ARCHLIBDIR)/pTk/tix.m \
	tkColor.h \
	$(INST_ARCHLIBDIR)/pTk/tkColor.h \
	tixUnixPort.h \
	$(INST_ARCHLIBDIR)/pTk/tixUnixPort.h \
	tkSelect.h \
	$(INST_ARCHLIBDIR)/pTk/tkSelect.h \
	tix.t \
	$(INST_ARCHLIBDIR)/pTk/tix.t \
	tkScrollbar.h \
	$(INST_ARCHLIBDIR)/pTk/tkScrollbar.h \
	mkVFunc \
	$(INST_ARCHLIBDIR)/pTk/mkVFunc \
	tk_f.h \
	$(INST_ARCHLIBDIR)/pTk/tk_f.h \
	tkText.h \
	$(INST_ARCHLIBDIR)/pTk/tkText.h \
	compat/limits.h \
	$(INST_ARCHLIBDIR)/pTk/compat/limits.h \
	tkImgPhoto.h \
	$(INST_ARCHLIBDIR)/pTk/tkImgPhoto.h \
	tkVMacro.h \
	$(INST_ARCHLIBDIR)/pTk/tkVMacro.h \
	tkScale.h \
	$(INST_ARCHLIBDIR)/pTk/tkScale.h \
	tkImgPhoto.m \
	$(INST_ARCHLIBDIR)/pTk/tkImgPhoto.m \
	tkUnixInt.h \
	$(INST_ARCHLIBDIR)/pTk/tkUnixInt.h \
	tkWin.m \
	$(INST_ARCHLIBDIR)/pTk/tkWin.m \
	tkImgPhoto.t \
	$(INST_ARCHLIBDIR)/pTk/tkImgPhoto.t \
	tkMenu.h \
	$(INST_ARCHLIBDIR)/pTk/tkMenu.h \
	tkWin.t \
	$(INST_ARCHLIBDIR)/pTk/tkWin.t \
	tixHList.h \
	$(INST_ARCHLIBDIR)/pTk/tixHList.h \
	tix_f.h \
	$(INST_ARCHLIBDIR)/pTk/tix_f.h \
	default.h \
	$(INST_ARCHLIBDIR)/pTk/default.h \
	tixInt_f.h \
	$(INST_ARCHLIBDIR)/pTk/tixInt_f.h \
	tixTList.h \
	$(INST_ARCHLIBDIR)/pTk/tixTList.h \
	Lang_f.h \
	$(INST_ARCHLIBDIR)/pTk/Lang_f.h \
	patchlevel.h \
	$(INST_ARCHLIBDIR)/pTk/patchlevel.h \
	Tcl-pTk \
	$(INST_ARCHLIBDIR)/pTk/Tcl-pTk \
	Xlib.h \
	$(INST_ARCHLIBDIR)/pTk/Xlib.h \
	tkWin_f.h \
	$(INST_ARCHLIBDIR)/pTk/tkWin_f.h \
	Xlib.m \
	$(INST_ARCHLIBDIR)/pTk/Xlib.m \
	tkConfig.h \
	$(INST_ARCHLIBDIR)/pTk/tkConfig.h \
	tkXrm.h \
	$(INST_ARCHLIBDIR)/pTk/tkXrm.h \
	Xlib.t \
	$(INST_ARCHLIBDIR)/pTk/Xlib.t \
	tixGrid.h \
	$(INST_ARCHLIBDIR)/pTk/tixGrid.h \
	tkButton.h \
	$(INST_ARCHLIBDIR)/pTk/tkButton.h \
	tkCanvas.h \
	$(INST_ARCHLIBDIR)/pTk/tkCanvas.h \
	tkOption_f.h \
	$(INST_ARCHLIBDIR)/pTk/tkOption_f.h \
	tixInt.h \
	$(INST_ARCHLIBDIR)/pTk/tixInt.h \
	tixItcl.h \
	$(INST_ARCHLIBDIR)/pTk/tixItcl.h \
	Lang.h \
	$(INST_ARCHLIBDIR)/pTk/Lang.h \
	tkPort.h \
	$(INST_ARCHLIBDIR)/pTk/tkPort.h \
	tixDef.h \
	$(INST_ARCHLIBDIR)/pTk/tixDef.h \
	tixInt.m \
	$(INST_ARCHLIBDIR)/pTk/tixInt.m \
	Lang.m \
	$(INST_ARCHLIBDIR)/pTk/Lang.m \
	tixImgXpm.h \
	$(INST_ARCHLIBDIR)/pTk/tixImgXpm.h \
	tixGrData.h \
	$(INST_ARCHLIBDIR)/pTk/tixGrData.h \
	tkInitScript.h \
	$(INST_ARCHLIBDIR)/pTk/tkInitScript.h \
	tixForm.h \
	$(INST_ARCHLIBDIR)/pTk/tixForm.h \
	tixInt.t \
	$(INST_ARCHLIBDIR)/pTk/tixInt.t \
	tixImgXpm.m \
	$(INST_ARCHLIBDIR)/pTk/tixImgXpm.m \
	tclMath.h \
	$(INST_ARCHLIBDIR)/pTk/tclMath.h \
	imgInt_f.h \
	$(INST_ARCHLIBDIR)/pTk/imgInt_f.h \
	Lang.t \
	$(INST_ARCHLIBDIR)/pTk/Lang.t \
	tkInt_f.h \
	$(INST_ARCHLIBDIR)/pTk/tkInt_f.h \
	tkMenubutton.h \
	$(INST_ARCHLIBDIR)/pTk/tkMenubutton.h \
	ks_names.h \
	$(INST_ARCHLIBDIR)/pTk/ks_names.h \
	tixImgXpm.t \
	$(INST_ARCHLIBDIR)/pTk/tixImgXpm.t \
	Xlib_f.h \
	$(INST_ARCHLIBDIR)/pTk/Xlib_f.h \
	compat/stdlib.h \
	$(INST_ARCHLIBDIR)/pTk/compat/stdlib.h \
	tk3d.h \
	$(INST_ARCHLIBDIR)/pTk/tk3d.h \
	tkOption.h \
	$(INST_ARCHLIBDIR)/pTk/tkOption.h \
	tixPort.h \
	$(INST_ARCHLIBDIR)/pTk/tixPort.h \
	tkWinInt.m \
	$(INST_ARCHLIBDIR)/pTk/tkWinInt.m \
	tkOption.m \
	$(INST_ARCHLIBDIR)/pTk/tkOption.m \
	tk.h \
	$(INST_ARCHLIBDIR)/pTk/tk.h \
	tkWinInt.t \
	$(INST_ARCHLIBDIR)/pTk/tkWinInt.t \
	tkOption.t \
	$(INST_ARCHLIBDIR)/pTk/tkOption.t \
	tixUnixInt.h \
	$(INST_ARCHLIBDIR)/pTk/tixUnixInt.h \
	tk.m \
	$(INST_ARCHLIBDIR)/pTk/tk.m \
	tixBitmaps.h \
	$(INST_ARCHLIBDIR)/pTk/tixBitmaps.h \
	tkFileFilter.h \
	$(INST_ARCHLIBDIR)/pTk/tkFileFilter.h \
	tkUnixPort.h \
	$(INST_ARCHLIBDIR)/pTk/tkUnixPort.h \
	tkUnixDefault.h \
	$(INST_ARCHLIBDIR)/pTk/tkUnixDefault.h \
	imgInt.h \
	$(INST_ARCHLIBDIR)/pTk/imgInt.h

GCCOPT = 


# --- MakeMaker tool_autosplit section:

# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
AUTOSPLITFILE = $(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -e 'use AutoSplit;autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'


# --- MakeMaker tool_xsubpp section:

XSUBPPDIR = /afs/athena/contrib/perl5/arch/share/perl5.004/ExtUtils
XSUBPP = $(XSUBPPDIR)/xsubpp
XSPROTOARG = 
XSUBPPDEPS = $(XSUBPPDIR)/typemap /var/tmp/Tk800.011/Tk/typemap
XSUBPPARGS = -typemap $(XSUBPPDIR)/typemap -typemap /var/tmp/Tk800.011/Tk/typemap


# --- MakeMaker tools_other section:

SHELL = /bin/sh
CHMOD = chmod
CP = cp
LD = gcc
MV = mv
NOOP = $(SHELL) -c true
RM_F = rm -f
RM_RF = rm -rf
TEST_F = test -f
TOUCH = touch
UMASK_NULL = umask 0
DEV_NULL = > /dev/null 2>&1

# The following is a portable way to say mkdir -p
# To see which directories are created, change the if 0 to if 1
MKPATH = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e mkpath

# This helps us to minimize the effect of the .exists files A yet
# better solution would be to have a stable file in the perl
# distribution with a timestamp of zero. But this solution doesn't
# need any changes to the core distribution and works with older perls
EQUALIZE_TIMESTAMP = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e eqtime


# --- MakeMaker dist section skipped.

# --- MakeMaker macro section:
WINARCH = x
TKDIR = ..


# --- MakeMaker depend section:


# --- MakeMaker cflags section:

CCFLAGS = -Dbool=char -DHAS_BOOL
OPTIMIZE = -O2
PERLTYPE = 
LARGE = 
SPLIT = 


# --- MakeMaker const_loadlibs section:

# Tk::pTk might depend on some other libraries:
# See ExtUtils::Liblist for details
#
LD_RUN_PATH = 


# --- MakeMaker const_cccmd section:
CCCMD = $(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) \
	$(PERLTYPE) $(LARGE) $(SPLIT) $(DEFINE_VERSION) \
	$(XS_DEFINE_VERSION)

# --- MakeMaker post_constants section:

INST_STATIC=libpTk$(LIB_EXT)


# --- MakeMaker pasthru section:

PASTHRU = LIB="$(LIB)"\
	LIBPERL_A="$(LIBPERL_A)"\
	LINKTYPE="$(LINKTYPE)"\
	PREFIX="$(PREFIX)"\
	OPTIMIZE="$(OPTIMIZE)"


# --- MakeMaker c_o section:

.c$(OBJ_EXT):
	$(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $(GCCOPT) $*.c

.C$(OBJ_EXT):
	$(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $(GCCOPT) $*.C

.cpp$(OBJ_EXT):
	$(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $(GCCOPT) $*.cpp

.cxx$(OBJ_EXT):
	$(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $(GCCOPT) $*.cxx

.cc$(OBJ_EXT):
	$(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) $(GCCOPT) $*.cc


# --- MakeMaker xs_c section:

# Rules for building .t table files from .h files
.SUFFIXES: .t .h .m 
.h.t :
	$(PERL) mkVFunc -t $(WINARCH) $< 
.h.m :
	$(PERL) mkVFunc -m $(WINARCH) $< 


# --- MakeMaker xs_o section skipped.

# --- MakeMaker top_targets section:

#all ::	config $(INST_PM) subdirs linkext manifypods

all :: pure_all manifypods
	@$(NOOP)

pure_all :: config pm_to_blib subdirs linkext
	@$(NOOP)

subdirs :: $(MYEXTLIB)
	@$(NOOP)

config :: Makefile $(INST_LIBDIR)/.exists
	@$(NOOP)

config :: $(INST_ARCHAUTODIR)/.exists
	@$(NOOP)

config :: $(INST_AUTODIR)/.exists
	@$(NOOP)

$(INST_AUTODIR)/.exists :: /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h
	@$(MKPATH) $(INST_AUTODIR)
	@$(EQUALIZE_TIMESTAMP) /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h $(INST_AUTODIR)/.exists

	-@$(CHMOD) 755 $(INST_AUTODIR)

$(INST_LIBDIR)/.exists :: /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h
	@$(MKPATH) $(INST_LIBDIR)
	@$(EQUALIZE_TIMESTAMP) /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h $(INST_LIBDIR)/.exists

	-@$(CHMOD) 755 $(INST_LIBDIR)

$(INST_ARCHAUTODIR)/.exists :: /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h
	@$(MKPATH) $(INST_ARCHAUTODIR)
	@$(EQUALIZE_TIMESTAMP) /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h $(INST_ARCHAUTODIR)/.exists

	-@$(CHMOD) 755 $(INST_ARCHAUTODIR)

# Explicit dependancies provided
# $(O_FILES): $(H_FILES)

help:
	perldoc ExtUtils::MakeMaker

Version_check:
	@$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) \
		-MExtUtils::MakeMaker=Version_check \
		-e "Version_check('$(MM_VERSION)')"


# --- MakeMaker linkext section:

linkext :: $(LINKTYPE)
	@$(NOOP)


# --- MakeMaker dlsyms section:


# --- MakeMaker dynamic section:
dynamic :: static
	@$(NOOP)


# --- MakeMaker dynamic_bs section:

BOOTSTRAP = pTk.bs

# As Mkbootstrap might not write a file (if none is required)
# we use touch to prevent make continually trying to remake it.
# The DynaLoader only reads a non-empty file.
$(BOOTSTRAP): Makefile  $(INST_ARCHAUTODIR)/.exists
	@echo "Running Mkbootstrap for $(NAME) ($(BSLOADLIBS))"
	@$(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" \
		-MExtUtils::Mkbootstrap \
		-e "Mkbootstrap('$(BASEEXT)','$(BSLOADLIBS)');"
	@$(TOUCH) $(BOOTSTRAP)
	$(CHMOD) 644 $@

$(INST_BOOT): $(BOOTSTRAP) $(INST_ARCHAUTODIR)/.exists
	@rm -rf $(INST_BOOT)
	-cp $(BOOTSTRAP) $(INST_BOOT)
	$(CHMOD) 644 $@


# --- MakeMaker dynamic_lib section:
dynamic_lib :: static_lib
	@$(NOOP)


# --- MakeMaker static section:

## $(INST_PM) has been moved to the all: target.
## It remains here for awhile to allow for old usage: "make static"
#static :: Makefile $(INST_STATIC) $(INST_PM)
static :: Makefile $(INST_STATIC)
	@$(NOOP)


# --- MakeMaker static_lib section:

$(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)/.exists
	$(RM_RF) $@
	$(AR) $(AR_STATIC_ARGS) $@ $(OBJECT) && $(RANLIB) $@
	$(CHMOD) 755 $@
	@echo "$(EXTRALIBS)" > $(INST_ARCHAUTODIR)/extralibs.ld



# --- MakeMaker manifypods section:

manifypods :
	@$(NOOP)


# --- MakeMaker processPL section:

all :: LangIO.h
	@$(NOOP)

LangIO.h :: LangIO.h.PL
	$(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) LangIO.h.PL


# --- MakeMaker installbin section:


# --- MakeMaker subdirs section:

# none

# --- MakeMaker clean section:

# Delete temporary files but do not touch installed files. We don't delete
# the Makefile here so a later make realclean still has a makefile to use.

clean ::
	-rm -rf libpTk$(LIB_EXT) *.bak ./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all perlmain.c mon.out core so_locations pm_to_blib *~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def $(BASEEXT).exp
	-mv Makefile Makefile.old $(DEV_NULL)


# --- MakeMaker realclean section:

# Delete temporary files (via clean) and also delete installed files
realclean purge ::  clean mungeclean
	rm -rf $(INST_AUTODIR) $(INST_ARCHAUTODIR)
	rm -f $(INST_DYNAMIC) $(INST_BOOT)
	rm -f $(INST_STATIC)
	rm -f $(INST_ARCHLIBDIR)/pTk/compat/unistd.h $(INST_ARCHLIBDIR)/pTk/tkInt.h $(INST_ARCHLIBDIR)/pTk/tkImgPhoto_f.h $(INST_ARCHLIBDIR)/pTk/tk.t $(INST_ARCHLIBDIR)/pTk/tixImgXpm_f.h $(INST_ARCHLIBDIR)/pTk/imgInt.m $(INST_ARCHLIBDIR)/pTk/tkInt.m $(INST_ARCHLIBDIR)/pTk/tkCanvases.h $(INST_ARCHLIBDIR)/pTk/imgInt.t $(INST_ARCHLIBDIR)/pTk/tix.h $(INST_ARCHLIBDIR)/pTk/tkInt.t $(INST_ARCHLIBDIR)/pTk/tkFont.h $(INST_ARCHLIBDIR)/pTk/LangIO.h $(INST_ARCHLIBDIR)/pTk/tix.m $(INST_ARCHLIBDIR)/pTk/tkColor.h $(INST_ARCHLIBDIR)/pTk/tixUnixPort.h $(INST_ARCHLIBDIR)/pTk/tkSelect.h $(INST_ARCHLIBDIR)/pTk/tix.t $(INST_ARCHLIBDIR)/pTk/tkScrollbar.h $(INST_ARCHLIBDIR)/pTk/mkVFunc $(INST_ARCHLIBDIR)/pTk/tk_f.h $(INST_ARCHLIBDIR)/pTk/tkText.h $(INST_ARCHLIBDIR)/pTk/compat/limits.h $(INST_ARCHLIBDIR)/pTk/tkImgPhoto.h $(INST_ARCHLIBDIR)/pTk/tkVMacro.h $(INST_ARCHLIBDIR)/pTk/tkScale.h $(INST_ARCHLIBDIR)/pTk/tkImgPhoto.m $(INST_ARCHLIBDIR)/pTk/tkUnixInt.h $(INST_ARCHLIBDIR)/pTk/tkWin.m $(INST_ARCHLIBDIR)/pTk/tkImgPhoto.t $(INST_ARCHLIBDIR)/pTk/tkMenu.h $(INST_ARCHLIBDIR)/pTk/tkWin.t $(INST_ARCHLIBDIR)/pTk/tixHList.h $(INST_ARCHLIBDIR)/pTk/tix_f.h $(INST_ARCHLIBDIR)/pTk/default.h $(INST_ARCHLIBDIR)/pTk/tixInt_f.h $(INST_ARCHLIBDIR)/pTk/tixTList.h $(INST_ARCHLIBDIR)/pTk/Lang_f.h $(INST_ARCHLIBDIR)/pTk/patchlevel.h $(INST_ARCHLIBDIR)/pTk/Tcl-pTk $(INST_ARCHLIBDIR)/pTk/Xlib.h $(INST_ARCHLIBDIR)/pTk/tkWin_f.h $(INST_ARCHLIBDIR)/pTk/Xlib.m $(INST_ARCHLIBDIR)/pTk/tkConfig.h $(INST_ARCHLIBDIR)/pTk/tkXrm.h $(INST_ARCHLIBDIR)/pTk/Xlib.t $(INST_ARCHLIBDIR)/pTk/tixGrid.h $(INST_ARCHLIBDIR)/pTk/tkButton.h $(INST_ARCHLIBDIR)/pTk/tkCanvas.h $(INST_ARCHLIBDIR)/pTk/tkOption_f.h $(INST_ARCHLIBDIR)/pTk/tixInt.h $(INST_ARCHLIBDIR)/pTk/tixItcl.h $(INST_ARCHLIBDIR)/pTk/Lang.h $(INST_ARCHLIBDIR)/pTk/tkPort.h $(INST_ARCHLIBDIR)/pTk/tixDef.h $(INST_ARCHLIBDIR)/pTk/tixInt.m $(INST_ARCHLIBDIR)/pTk/Lang.m $(INST_ARCHLIBDIR)/pTk/tixImgXpm.h $(INST_ARCHLIBDIR)/pTk/tixGrData.h $(INST_ARCHLIBDIR)/pTk/tkInitScript.h $(INST_ARCHLIBDIR)/pTk/tixForm.h $(INST_ARCHLIBDIR)/pTk/tixInt.t $(INST_ARCHLIBDIR)/pTk/tixImgXpm.m $(INST_ARCHLIBDIR)/pTk/tclMath.h $(INST_ARCHLIBDIR)/pTk/imgInt_f.h $(INST_ARCHLIBDIR)/pTk/Lang.t $(INST_ARCHLIBDIR)/pTk/tkInt_f.h $(INST_ARCHLIBDIR)/pTk/tkMenubutton.h $(INST_ARCHLIBDIR)/pTk/ks_names.h $(INST_ARCHLIBDIR)/pTk/tixImgXpm.t $(INST_ARCHLIBDIR)/pTk/Xlib_f.h $(INST_ARCHLIBDIR)/pTk/compat/stdlib.h $(INST_ARCHLIBDIR)/pTk/tk3d.h $(INST_ARCHLIBDIR)/pTk/tkOption.h $(INST_ARCHLIBDIR)/pTk/tixPort.h $(INST_ARCHLIBDIR)/pTk/tkWinInt.m $(INST_ARCHLIBDIR)/pTk/tkOption.m $(INST_ARCHLIBDIR)/pTk/tk.h $(INST_ARCHLIBDIR)/pTk/tkWinInt.t $(INST_ARCHLIBDIR)/pTk/tkOption.t $(INST_ARCHLIBDIR)/pTk/tixUnixInt.h $(INST_ARCHLIBDIR)/pTk/tk.m $(INST_ARCHLIBDIR)/pTk/tixBitmaps.h $(INST_ARCHLIBDIR)/pTk/tkFileFilter.h $(INST_ARCHLIBDIR)/pTk/tkUnixPort.h $(INST_ARCHLIBDIR)/pTk/tkUnixDefault.h $(INST_ARCHLIBDIR)/pTk/imgInt.h
	rm -rf Makefile Makefile.old

mungeclean ::
	$(RM_F) tkInt.h \
	tixNBFrame.c \
	tixDiWin.c \
	tkAtom.c \
	tixDiStyle.c \
	tkMacWinMenu.c \
	tkTextBTree.c \
	tkFont.c \
	tix.h \
	tkFont.h \
	tkUtil.c \
	tkEvent.c \
	tkUnixCursor.c \
	tixUnixPort.h \
	tkUnix.c \
	tclTimer.c \
	tixHLInd.c \
	tkPlace.c \
	tkCmds.c \
	tkScale.c \
	tkGC.c \
	tkFrame.c \
	tkUnixScrlbr.c \
	tkScale.h \
	tkUnixMenubu.c \
	tkCanvLine.c \
	tkSquare.c \
	tkUnixInt.h \
	tkTrig.c \
	tclUnixNotfy.c \
	tkWindow.c \
	tixHList.c \
	tixHList.h \
	tkRectOval.c \
	tkUnixSelect.c \
	tkMessage.c \
	tixTList.c \
	tkGrid.c \
	tkCanvUtil.c \
	tkUnixEvent.c \
	tixUtils.c \
	tkTextImage.c \
	tixTList.h \
	tkUnixScale.c \
	tclPreserve.c \
	tkTextMark.c \
	tkClipboard.c \
	tixList.c \
	tixInputO.c \
	tkTextDisp.c \
	tkTextWind.c \
	exWinHandle.c \
	tkUnixMenu.c \
	tkButton.c \
	tkCanvas.c \
	stbDItem.c \
	imgBMP.c \
	tkCanvArc.c \
	tixError.c \
	tkTextTag.c \
	tkButton.h \
	tkCanvas.h \
	tixScroll.c \
	tclHash.c \
	tixImgXpm.c \
	tixHLHdr.c \
	tixDiText.c \
	tixUnixDraw.c \
	tixGrData.c \
	tixForm.c \
	tixDef.h \
	tixImgXpm.h \
	tixGrData.h \
	tixForm.h \
	tkMenubutton.c \
	tkEntry.c \
	tixImgCmp.c \
	tixGrFmt.c \
	tkMenubutton.h \
	ks_names.h \
	tkOption.c \
	tkImgUtil.c \
	tclNotify.c \
	tkTextIndex.c \
	tkBind.c \
	tkCursor.c \
	tixPort.h \
	tkPointer.c \
	tk.h \
	imgXBM.c \
	tkCanvImg.c \
	tixMwm.c \
	tixHLCol.c \
	tkUnixWm.c \
	tixBitmaps.h \
	imgInt.h \
	tkUnixPort.h \
	tixUnixXpm.c \
	tclUnixTime.c \
	tixCompat.c \
	tkUnix3d.c \
	tixUnixWm.c \
	tkColor.c \
	tkGet.c \
	tkSelect.c \
	tkUnixEmbed.c \
	tixGrUtl.c \
	tkColor.h \
	tkScrollbar.c \
	tkSelect.h \
	tkText.c \
	tkImgPhoto.c \
	stbDiStyle.c \
	tkUnixXId.c \
	tkScrollbar.h \
	tkText.h \
	tkGeometry.c \
	tkMenu.c \
	tkMenu.h \
	tkUnixFont.c \
	tkGrab.c \
	tixDiImg.c \
	tclAsync.c \
	tkUnixColor.c \
	tixGrRC.c \
	tixSmpLs.c \
	tkListbox.c \
	tkCanvBmap.c \
	tixDItem.c \
	default.h \
	tkCanvText.c \
	tkUnixSend.c \
	imgInit.c \
	tkUnixDraw.c \
	imgXPM.c \
	imgGIF.c \
	tkConfig.c \
	tkCanvWind.c \
	tixGrid.c \
	tkPack.c \
	tkFocus.c \
	tixGrid.h \
	tixItcl.c \
	tkMenuDraw.c \
	tclEvent.c \
	tixInt.h \
	tixItcl.h \
	tkPort.h \
	tkCanvPs.c \
	tixDiITxt.c \
	ClientWin.c \
	tkInitScript.h \
	tclMath.h \
	tixGrSel.c \
	tkUnixDialog.c \
	tkVisual.c \
	tixFormMisc.c \
	tixGrSort.c \
	tk3d.c \
	tk3d.h \
	tkBitmap.c \
	tkImgBmap.c \
	tkUnixButton.c \
	tkImage.c \
	tkUnixFocus.c \
	tkFileFilter.c \
	tclUnixEvent.c \
	tkError.c \
	tkImgPPM.c \
	tixUnixInt.h \
	tkFileFilter.h \
	tkCanvPoly.c \
	tkUnixDefault.h


# --- MakeMaker dist_basics section skipped.

# --- MakeMaker dist_core section skipped.

# --- MakeMaker dist_dir section skipped.

# --- MakeMaker dist_test section skipped.

# --- MakeMaker dist_ci section skipped.

# --- MakeMaker install section skipped.

# --- MakeMaker force section:
# Phony target to force checking subdirectories.
FORCE:
	@$(NOOP)


# --- MakeMaker perldepend section:

PERL_HDRS = \
$(PERL_INC)/EXTERN.h       $(PERL_INC)/gv.h           $(PERL_INC)/pp.h       \
$(PERL_INC)/INTERN.h       $(PERL_INC)/handy.h        $(PERL_INC)/proto.h    \
$(PERL_INC)/XSUB.h         $(PERL_INC)/hv.h           $(PERL_INC)/regcomp.h  \
$(PERL_INC)/av.h           $(PERL_INC)/keywords.h     $(PERL_INC)/regexp.h   \
$(PERL_INC)/config.h       $(PERL_INC)/mg.h           $(PERL_INC)/scope.h    \
$(PERL_INC)/cop.h          $(PERL_INC)/op.h           $(PERL_INC)/sv.h	     \
$(PERL_INC)/cv.h           $(PERL_INC)/opcode.h       $(PERL_INC)/unixish.h  \
$(PERL_INC)/dosish.h       $(PERL_INC)/patchlevel.h   $(PERL_INC)/util.h     \
$(PERL_INC)/embed.h        $(PERL_INC)/perl.h				     \
$(PERL_INC)/form.h         $(PERL_INC)/perly.h

$(OBJECT) : $(PERL_HDRS)

ClientWin$(OBJ_EXT) : ClientWin.c

Lang_f$(OBJ_EXT) : Lang_f.c Lang.h Lang.t LangIO.h Lang_f.h tkConfig.h

Xlib_f$(OBJ_EXT) : Xlib_f.c Lang.h LangIO.h Xlib.h Xlib.t Xlib_f.h \
 tkConfig.h tkPort.h tkUnixPort.h

XrmOption$(OBJ_EXT) : XrmOption.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkOption.h tkOption.m tkOption.t \
 tkOption_f.h tkPort.h tkUnixPort.h tkVMacro.h tkXrm.h tk_f.h

imgBMP$(OBJ_EXT) : imgBMP.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h imgInt.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

imgGIF$(OBJ_EXT) : imgGIF.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h imgInt.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

imgInit$(OBJ_EXT) : imgInit.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h imgInt.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

imgInt_f$(OBJ_EXT) : imgInt_f.c Lang.h LangIO.h imgInt.h imgInt.t \
 imgInt_f.h tk.h tkConfig.h tkInt.h tkPort.h tkUnixPort.h

imgXBM$(OBJ_EXT) : imgXBM.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h imgInt.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

imgXPM$(OBJ_EXT) : imgXPM.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h imgInt.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

stbDItem$(OBJ_EXT) : stbDItem.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m \
 tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

stbDiStyle$(OBJ_EXT) : stbDiStyle.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tclAsync$(OBJ_EXT) : tclAsync.c Lang.h LangIO.h tkConfig.h tkPort.h \
 tkUnixPort.h

tclEvent$(OBJ_EXT) : tclEvent.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tclHash$(OBJ_EXT) : tclHash.c Lang.h LangIO.h tkConfig.h tkPort.h \
 tkUnixPort.h

tclNotify$(OBJ_EXT) : tclNotify.c Lang.h LangIO.h tkConfig.h tkPort.h \
 tkUnixPort.h

tclPreserve$(OBJ_EXT) : tclPreserve.c Lang.h LangIO.h tkConfig.h \
 tkPort.h tkUnixPort.h

tclTimer$(OBJ_EXT) : tclTimer.c Lang.h LangIO.h tkConfig.h tkPort.h \
 tkUnixPort.h

tclUnixEvent$(OBJ_EXT) : tclUnixEvent.c Lang.h LangIO.h tkConfig.h \
 tkPort.h tkUnixPort.h

tclUnixNotfy$(OBJ_EXT) : tclUnixNotfy.c Lang.h LangIO.h tkConfig.h \
 tkPort.h tkUnixPort.h

tclUnixTime$(OBJ_EXT) : tclUnixTime.c Lang.h LangIO.h tkConfig.h \
 tkPort.h tkUnixPort.h

tixCompat$(OBJ_EXT) : tixCompat.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixDItem$(OBJ_EXT) : tixDItem.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixDiITxt$(OBJ_EXT) : tixDiITxt.c Lang.h LangIO.h tix.h tixDef.h \
 tixInt.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixDiImg$(OBJ_EXT) : tixDiImg.c Lang.h LangIO.h tix.h tixDef.h \
 tixInt.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixDiStyle$(OBJ_EXT) : tixDiStyle.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixDiText$(OBJ_EXT) : tixDiText.c Lang.h LangIO.h tix.h tixDef.h \
 tixInt.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkInt.h tkPort.h \
 tkUnixPort.h

tixDiWin$(OBJ_EXT) : tixDiWin.c Lang.h LangIO.h tix.h tixDef.h \
 tixInt.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixError$(OBJ_EXT) : tixError.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixForm$(OBJ_EXT) : tixForm.c Lang.h LangIO.h tix.h tixForm.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkInt.h tkPort.h tkUnixPort.h

tixFormMisc$(OBJ_EXT) : tixFormMisc.c Lang.h LangIO.h tix.h tixForm.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixGrData$(OBJ_EXT) : tixGrData.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrFmt$(OBJ_EXT) : tixGrFmt.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrRC$(OBJ_EXT) : tixGrRC.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrSel$(OBJ_EXT) : tixGrSel.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrSort$(OBJ_EXT) : tixGrSort.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrUtl$(OBJ_EXT) : tixGrUtl.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixGrid$(OBJ_EXT) : tixGrid.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixGrData.h \
 tixGrid.h tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m \
 tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixHLCol$(OBJ_EXT) : tixHLCol.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixHList.h tixInt.h \
 tixInt.m tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h tk.h tk.m \
 tk.t tkConfig.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixHLHdr$(OBJ_EXT) : tixHLHdr.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixHList.h \
 tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h \
 tk.h tk.m tk.t tkConfig.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixHLInd$(OBJ_EXT) : tixHLInd.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixHList.h tixInt.h \
 tixInt.m tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h tk.h tk.m \
 tk.t tkConfig.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixHList$(OBJ_EXT) : tixHList.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixHList.h \
 tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h \
 tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tixImgCmp$(OBJ_EXT) : tixImgCmp.c Lang.h LangIO.h tix.h tixDef.h \
 tixInt.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixImgXpm$(OBJ_EXT) : tixImgXpm.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixImgXpm.h \
 tixImgXpm.m tixImgXpm.t tixImgXpm_f.h tixInt.h tixInt.m tixInt.t \
 tixInt_f.h tixPort.h tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h \
 tk_f.h

tixImgXpm_f$(OBJ_EXT) : tixImgXpm_f.c Lang.h LangIO.h tix.h \
 tixImgXpm.h tixImgXpm.t tixImgXpm_f.h tixInt.h tixPort.h tixUnixPort.h \
 tk.h tkConfig.h tkPort.h tkUnixPort.h

tixInputO$(OBJ_EXT) : tixInputO.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixPort.h \
 tixUnixPort.h tix_f.h tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m \
 tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixInt_f$(OBJ_EXT) : tixInt_f.c Lang.h LangIO.h tix.h tixInt.h \
 tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h \
 tkUnixPort.h

tixItcl$(OBJ_EXT) : tixItcl.c Lang.h LangIO.h tkConfig.h

tixList$(OBJ_EXT) : tixList.c Lang.h LangIO.h tix.h tixInt.h tixPort.h \
 tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixMwm$(OBJ_EXT) : tixMwm.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixInt.h tixInt.m \
 tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tixNBFrame$(OBJ_EXT) : tixNBFrame.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h \
 tixInt.h tixInt.m tixInt.t tixInt_f.h tixPort.h tixUnixPort.h tix_f.h \
 tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tixScroll$(OBJ_EXT) : tixScroll.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixSmpLs$(OBJ_EXT) : tixSmpLs.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixTList$(OBJ_EXT) : tixTList.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tix.h tix.m tix.t tixDef.h tixInt.h \
 tixInt.m tixInt.t tixInt_f.h tixPort.h tixTList.h tixUnixPort.h \
 tix_f.h tk.h tk.m tk.t tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h \
 tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tixUnixDraw$(OBJ_EXT) : tixUnixDraw.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixInt.h tixUnixPort.h tk.h tkConfig.h tkPort.h \
 tkUnixPort.h

tixUnixWm$(OBJ_EXT) : tixUnixWm.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixInt.h tixUnixPort.h tk.h tkConfig.h tkPort.h \
 tkUnixPort.h

tixUnixXpm$(OBJ_EXT) : tixUnixXpm.c Lang.h LangIO.h tix.h tixImgXpm.h \
 tixInt.h tixPort.h tixUnixInt.h tixUnixPort.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tixUtils$(OBJ_EXT) : tixUtils.c Lang.h LangIO.h tix.h tixInt.h \
 tixPort.h tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tixVars$(OBJ_EXT) : tixVars.c Lang.h LangIO.h tix.h tixInt.h tixPort.h \
 tixUnixPort.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tix_f$(OBJ_EXT) : tix_f.c Lang.h LangIO.h tix.h tix.t tixPort.h \
 tixUnixPort.h tix_f.h tk.h tkConfig.h tkPort.h tkUnixPort.h

tk3d$(OBJ_EXT) : tk3d.c

tkAtom$(OBJ_EXT) : tkAtom.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkBind$(OBJ_EXT) : tkBind.c Lang.h LangIO.h ks_names.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkBitmap$(OBJ_EXT) : tkBitmap.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h bitmaps/error.bmp bitmaps/gray12.bmp \
 bitmaps/gray25.bmp bitmaps/gray50.bmp bitmaps/gray75.bmp \
 bitmaps/hourglass.bmp bitmaps/info.bmp bitmaps/questhead.bmp \
 bitmaps/question.bmp bitmaps/warning.bmp

tkButton$(OBJ_EXT) : tkButton.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t tkButton.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkCanvArc$(OBJ_EXT) : tkCanvArc.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkCanvBmap$(OBJ_EXT) : tkCanvBmap.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h \
 tkCanvases.h tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkCanvImg$(OBJ_EXT) : tkCanvImg.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h \
 tkCanvases.h tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkCanvLine$(OBJ_EXT) : tkCanvLine.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkCanvPoly$(OBJ_EXT) : tkCanvPoly.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkCanvPs$(OBJ_EXT) : tkCanvPs.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkCanvText$(OBJ_EXT) : tkCanvText.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkCanvas.h tkCanvases.h tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h \
 tkPort.h tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkCanvUtil$(OBJ_EXT) : tkCanvUtil.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h \
 tkCanvases.h tkConfig.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tkCanvWind$(OBJ_EXT) : tkCanvWind.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h \
 tkCanvases.h tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkCanvas$(OBJ_EXT) : tkCanvas.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t tkCanvas.h \
 tkCanvases.h tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkClipboard$(OBJ_EXT) : tkClipboard.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkSelect.h tkUnixPort.h

tkCmds$(OBJ_EXT) : tkCmds.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkColor$(OBJ_EXT) : tkColor.c

tkConfig$(OBJ_EXT) : tkConfig.c Lang.h LangIO.h tk.h tkConfig.h \
 tkOption.h tkOption.m tkOption.t tkOption_f.h tkPort.h tkUnixPort.h

tkCursor$(OBJ_EXT) : tkCursor.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkEntry$(OBJ_EXT) : tkEntry.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkError$(OBJ_EXT) : tkError.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkEvent$(OBJ_EXT) : tkEvent.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkFileFilter$(OBJ_EXT) : tkFileFilter.c Lang.h LangIO.h tk.h \
 tkConfig.h tkFileFilter.h tkInt.h tkPort.h tkUnixPort.h

tkFocus$(OBJ_EXT) : tkFocus.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkFont$(OBJ_EXT) : tkFont.c Lang.h LangIO.h tk.h tkConfig.h tkFont.h \
 tkInt.h tkPort.h tkUnixPort.h

tkFrame$(OBJ_EXT) : tkFrame.c Lang.h LangIO.h default.h tk.h \
 tkConfig.h tkInt.h tkOption.h tkOption.m tkOption.t tkOption_f.h \
 tkPort.h tkUnixDefault.h tkUnixPort.h

tkGC$(OBJ_EXT) : tkGC.c Lang.h LangIO.h tk.h tkConfig.h tkPort.h \
 tkUnixPort.h

tkGeometry$(OBJ_EXT) : tkGeometry.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkGet$(OBJ_EXT) : tkGet.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkGrab$(OBJ_EXT) : tkGrab.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkGrid$(OBJ_EXT) : tkGrid.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkImage$(OBJ_EXT) : tkImage.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkImgBmap$(OBJ_EXT) : tkImgBmap.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h \
 tk_f.h

tkImgPPM$(OBJ_EXT) : tkImgPPM.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h tkInt.h \
 tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h tkVMacro.h tk_f.h

tkImgPhoto$(OBJ_EXT) : tkImgPhoto.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tclMath.h tk.h tk.m tk.t \
 tkConfig.h tkImgPhoto.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkImgPhoto_f$(OBJ_EXT) : tkImgPhoto_f.c Lang.h LangIO.h tk.h \
 tkConfig.h tkImgPhoto.h tkImgPhoto.t tkImgPhoto_f.h tkInt.h tkPort.h \
 tkUnixPort.h

tkInt_f$(OBJ_EXT) : tkInt_f.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkInt.t tkInt_f.h tkPort.h tkUnixPort.h

tkListbox$(OBJ_EXT) : tkListbox.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkMenu$(OBJ_EXT) : tkMenu.c Lang.h LangIO.h default.h tk.h tkConfig.h \
 tkInt.h tkMenu.h tkPort.h tkUnixDefault.h tkUnixPort.h

tkMenuDraw$(OBJ_EXT) : tkMenuDraw.c Lang.h LangIO.h default.h tk.h \
 tkConfig.h tkInt.h tkMenu.h tkPort.h tkUnixDefault.h tkUnixPort.h

tkMenubutton$(OBJ_EXT) : tkMenubutton.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkMenubutton.h tkPort.h \
 tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkMessage$(OBJ_EXT) : tkMessage.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkOption$(OBJ_EXT) : tkOption.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkOption_f$(OBJ_EXT) : tkOption_f.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkOption.h tkOption.t tkOption_f.h tkPort.h tkUnixPort.h

tkPack$(OBJ_EXT) : tkPack.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkPlace$(OBJ_EXT) : tkPlace.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkPointer$(OBJ_EXT) : tkPointer.c

tkProperty$(OBJ_EXT) : tkProperty.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkRectOval$(OBJ_EXT) : tkRectOval.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkScale$(OBJ_EXT) : tkScale.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkScale.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkScrollbar$(OBJ_EXT) : tkScrollbar.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkScrollbar.h \
 tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkSelect$(OBJ_EXT) : tkSelect.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkSelect.h tkUnixPort.h

tkSquare$(OBJ_EXT) : tkSquare.c Lang.h LangIO.h tk.h tkConfig.h \
 tkPort.h tkUnixPort.h

tkText$(OBJ_EXT) : tkText.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkText.h tkUnixDefault.h \
 tkUnixPort.h tkVMacro.h tk_f.h

tkTextBTree$(OBJ_EXT) : tkTextBTree.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkText.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkTextDisp$(OBJ_EXT) : tkTextDisp.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkText.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkTextImage$(OBJ_EXT) : tkTextImage.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkPort.h tkText.h tkUnixPort.h tkVMacro.h tk_f.h

tkTextIndex$(OBJ_EXT) : tkTextIndex.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkText.h \
 tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkTextMark$(OBJ_EXT) : tkTextMark.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkText.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkTextTag$(OBJ_EXT) : tkTextTag.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkPort.h tkText.h tkUnixDefault.h tkUnixPort.h tkVMacro.h \
 tk_f.h

tkTextWind$(OBJ_EXT) : tkTextWind.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkPort.h tkText.h tkUnixPort.h tkVMacro.h tk_f.h

tkTrig$(OBJ_EXT) : tkTrig.c Lang.h Lang.m Lang.t LangIO.h Lang_f.h \
 Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkCanvas.h tkCanvases.h \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkUnix$(OBJ_EXT) : tkUnix.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkUnix3d$(OBJ_EXT) : tkUnix3d.c

tkUnixButton$(OBJ_EXT) : tkUnixButton.c Lang.h LangIO.h tk.h \
 tkButton.h tkConfig.h tkInt.h tkPort.h tkUnixPort.h

tkUnixColor$(OBJ_EXT) : tkUnixColor.c

tkUnixCursor$(OBJ_EXT) : tkUnixCursor.c Lang.h LangIO.h tk.h \
 tkConfig.h tkInt.h tkPort.h tkUnixPort.h

tkUnixDialog$(OBJ_EXT) : tkUnixDialog.c Lang.h LangIO.h tk.h \
 tkConfig.h tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixDraw$(OBJ_EXT) : tkUnixDraw.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkUnixEmbed$(OBJ_EXT) : tkUnixEmbed.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixEvent$(OBJ_EXT) : tkUnixEvent.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixFocus$(OBJ_EXT) : tkUnixFocus.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixFont$(OBJ_EXT) : tkUnixFont.c Lang.h LangIO.h tk.h tkConfig.h \
 tkFont.h tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixMenu$(OBJ_EXT) : tkUnixMenu.c Lang.h LangIO.h default.h tk.h \
 tkConfig.h tkInt.h tkMenu.h tkPort.h tkUnixDefault.h tkUnixInt.h \
 tkUnixPort.h

tkUnixMenubu$(OBJ_EXT) : tkUnixMenubu.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h default.h tk.h tk.m tk.t \
 tkConfig.h tkInt.h tkInt.m tkInt.t tkInt_f.h tkMenubutton.h tkPort.h \
 tkUnixDefault.h tkUnixPort.h tkVMacro.h tk_f.h

tkUnixScale$(OBJ_EXT) : tkUnixScale.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkScale.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkUnixScrlbr$(OBJ_EXT) : tkUnixScrlbr.c Lang.h Lang.m Lang.t LangIO.h \
 Lang_f.h Xlib.h Xlib.m Xlib.t Xlib_f.h tk.h tk.m tk.t tkConfig.h \
 tkInt.h tkInt.m tkInt.t tkInt_f.h tkPort.h tkScrollbar.h tkUnixPort.h \
 tkVMacro.h tk_f.h

tkUnixSelect$(OBJ_EXT) : tkUnixSelect.c Lang.h LangIO.h tk.h \
 tkConfig.h tkInt.h tkPort.h tkSelect.h tkUnixPort.h

tkUnixSend$(OBJ_EXT) : tkUnixSend.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixWm$(OBJ_EXT) : tkUnixWm.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUnixXId$(OBJ_EXT) : tkUnixXId.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixInt.h tkUnixPort.h

tkUtil$(OBJ_EXT) : tkUtil.c Lang.h LangIO.h tk.h tkConfig.h tkInt.h \
 tkPort.h tkUnixPort.h

tkVisual$(OBJ_EXT) : tkVisual.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkPort.h tkUnixPort.h

tkWin_f$(OBJ_EXT) : tkWin_f.c

tkWindow$(OBJ_EXT) : tkWindow.c Lang.h LangIO.h tk.h tkConfig.h \
 tkInt.h tkOption.h tkOption.m tkOption.t tkOption_f.h tkPort.h \
 tkUnixPort.h

tk_f$(OBJ_EXT) : tk_f.c Lang.h LangIO.h tk.h tk.t tkConfig.h tkPort.h \
 tkUnixPort.h tk_f.h


# --- MakeMaker makefile section:


# We take a very conservative approach here, but it\'s worth it.
# We move Makefile to Makefile.old here to avoid gnu make looping.
Makefile : Makefile.PL $(CONFIGDEP) /var/tmp/Tk800.011/Tk/Config.pm /var/tmp/Tk800.011/Tk/MMutil.pm
	@echo "Makefile out-of-date with respect to $?"
	@echo "Cleaning current config before rebuilding Makefile..."
	-@$(MV) Makefile Makefile.old
	-$(MAKE) -f Makefile.old clean $(DEV_NULL) || $(NOOP)
	$(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" Makefile.PL "INSTALLPRIVLIB=/afs/sipb/contrib/perl/arch/share/perl5.004" "INSTALLSITELIB=/afs/sipb/contrib/perl/arch/share/perl5.004/site_perl" "INSTALLARCHLIB=/afs/sipb/contrib/perl/arch/i386_linux2/lib/perl5.004" "INSTALLSITEARCH=/afs/sipb/contrib/perl/arch/i386_linux2/lib/perl5.004/site_perl" "INSTALLBIN=/afs/sipb/contrib/perl/arch/i386_linux2/bin" "INSTALLSCRIPT=/afs/sipb/contrib/perl/arch/share/bin" "INSTALLMAN1DIR=/afs/sipb/contrib/perl/man/man1" "INSTALLMAN3DIR=/afs/sipb/contrib/perl/man/man3"
	@echo "==> Your Makefile has been rebuilt. <=="
	@echo "==> Please rerun the make command.  <=="
	false

# To change behavior to :: would be nice, but would break Tk b9.02
# so you find such a warning below the dist target.
#Makefile :: $(VERSION_FROM)
#	@echo "Warning: Makefile possibly out of date with $(VERSION_FROM)"


# --- MakeMaker staticmake section:

# --- MakeMaker makeaperl section ---
MAP_TARGET    = ../perl
FULLPERL      = /mit/jmorzins/Bin/perl5


# --- MakeMaker test section:

test :: 
	@echo 'No tests defined for $(NAME)'
 

# --- MakeMaker pm_to_blib section:

pm_to_blib: $(TO_INST_PM)
	@$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
	"-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
        -e "pm_to_blib({qw{$(PM_TO_BLIB)}},'$(INST_LIB)/auto')"
	@$(TOUCH) $@


# --- MakeMaker selfdocument section:


# --- MakeMaker postamble section:
config :: $(C_FILES) $(H_FILES)
	@$(NOOP)
# Begin Munging dependancies
ClientWin.c : mTk/additions/ClientWin.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/ClientWin.c ClientWin.c
default.h : mTk/generic/default.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/default.h default.h
exWinHandle.c : mTk/additions/exWinHandle.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/exWinHandle.c exWinHandle.c
imgBMP.c : mTk/additions/imgBMP.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgBMP.c imgBMP.c
imgGIF.c : mTk/additions/imgGIF.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgGIF.c imgGIF.c
imgInit.c : mTk/additions/imgInit.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgInit.c imgInit.c
imgInt.h : mTk/additions/imgInt.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgInt.h imgInt.h
imgXBM.c : mTk/additions/imgXBM.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgXBM.c imgXBM.c
imgXPM.c : mTk/additions/imgXPM.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/additions/imgXPM.c imgXPM.c
ks_names.h : mTk/generic/ks_names.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/ks_names.h ks_names.h
stbDItem.c : mTk/tixGeneric/stbDItem.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/stbDItem.c stbDItem.c
stbDiStyle.c : mTk/tixGeneric/stbDiStyle.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/stbDiStyle.c stbDiStyle.c
tclAsync.c : mTk/tclGeneric/tclAsync.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclAsync.c tclAsync.c
tclEvent.c : mTk/tclGeneric/tclEvent.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclEvent.c tclEvent.c
tclHash.c : mTk/tclGeneric/tclHash.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclHash.c tclHash.c
tclMath.h : mTk/tclGeneric/tclMath.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclMath.h tclMath.h
tclNotify.c : mTk/tclGeneric/tclNotify.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclNotify.c tclNotify.c
tclPreserve.c : mTk/tclGeneric/tclPreserve.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclPreserve.c tclPreserve.c
tclTimer.c : mTk/tclGeneric/tclTimer.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclGeneric/tclTimer.c tclTimer.c
tclUnixEvent.c : mTk/tclUnix/tclUnixEvent.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclUnix/tclUnixEvent.c tclUnixEvent.c
tclUnixNotfy.c : mTk/tclUnix/tclUnixNotfy.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclUnix/tclUnixNotfy.c tclUnixNotfy.c
tclUnixTime.c : mTk/tclUnix/tclUnixTime.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tclUnix/tclUnixTime.c tclUnixTime.c
tix.h : mTk/tixGeneric/tix.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tix.h tix.h
tixBitmaps.h : mTk/tixGeneric/tixBitmaps.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixBitmaps.h tixBitmaps.h
tixCompat.c : mTk/tixGeneric/tixCompat.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixCompat.c tixCompat.c
tixDItem.c : mTk/tixGeneric/tixDItem.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDItem.c tixDItem.c
tixDef.h : mTk/tixGeneric/tixDef.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDef.h tixDef.h
tixDiITxt.c : mTk/tixGeneric/tixDiITxt.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDiITxt.c tixDiITxt.c
tixDiImg.c : mTk/tixGeneric/tixDiImg.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDiImg.c tixDiImg.c
tixDiStyle.c : mTk/tixGeneric/tixDiStyle.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDiStyle.c tixDiStyle.c
tixDiText.c : mTk/tixGeneric/tixDiText.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDiText.c tixDiText.c
tixDiWin.c : mTk/tixGeneric/tixDiWin.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixDiWin.c tixDiWin.c
tixError.c : mTk/tixGeneric/tixError.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixError.c tixError.c
tixForm.c : mTk/tixGeneric/tixForm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixForm.c tixForm.c
tixForm.h : mTk/tixGeneric/tixForm.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixForm.h tixForm.h
tixFormMisc.c : mTk/tixGeneric/tixFormMisc.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixFormMisc.c tixFormMisc.c
tixGrData.c : mTk/tixGeneric/tixGrData.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrData.c tixGrData.c
tixGrData.h : mTk/tixGeneric/tixGrData.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrData.h tixGrData.h
tixGrFmt.c : mTk/tixGeneric/tixGrFmt.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrFmt.c tixGrFmt.c
tixGrRC.c : mTk/tixGeneric/tixGrRC.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrRC.c tixGrRC.c
tixGrSel.c : mTk/tixGeneric/tixGrSel.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrSel.c tixGrSel.c
tixGrSort.c : mTk/tixGeneric/tixGrSort.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrSort.c tixGrSort.c
tixGrUtl.c : mTk/tixGeneric/tixGrUtl.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrUtl.c tixGrUtl.c
tixGrid.c : mTk/tixGeneric/tixGrid.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrid.c tixGrid.c
tixGrid.h : mTk/tixGeneric/tixGrid.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixGrid.h tixGrid.h
tixHLCol.c : mTk/tixGeneric/tixHLCol.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixHLCol.c tixHLCol.c
tixHLHdr.c : mTk/tixGeneric/tixHLHdr.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixHLHdr.c tixHLHdr.c
tixHLInd.c : mTk/tixGeneric/tixHLInd.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixHLInd.c tixHLInd.c
tixHList.c : mTk/tixGeneric/tixHList.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixHList.c tixHList.c
tixHList.h : mTk/tixGeneric/tixHList.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixHList.h tixHList.h
tixImgCmp.c : mTk/tixGeneric/tixImgCmp.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixImgCmp.c tixImgCmp.c
tixImgXpm.c : mTk/tixGeneric/tixImgXpm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixImgXpm.c tixImgXpm.c
tixImgXpm.h : mTk/tixGeneric/tixImgXpm.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixImgXpm.h tixImgXpm.h
tixInputO.c : mTk/tixGeneric/tixInputO.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixInputO.c tixInputO.c
tixInt.h : mTk/tixGeneric/tixInt.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixInt.h tixInt.h
tixItcl.c : mTk/tixGeneric/tixItcl.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixItcl.c tixItcl.c
tixItcl.h : mTk/tixGeneric/tixItcl.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixItcl.h tixItcl.h
tixList.c : mTk/tixGeneric/tixList.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixList.c tixList.c
tixMwm.c : mTk/tixGeneric/tixMwm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixMwm.c tixMwm.c
tixNBFrame.c : mTk/tixGeneric/tixNBFrame.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixNBFrame.c tixNBFrame.c
tixPort.h : mTk/tixGeneric/tixPort.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixPort.h tixPort.h
tixScroll.c : mTk/tixGeneric/tixScroll.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixScroll.c tixScroll.c
tixSmpLs.c : mTk/tixGeneric/tixSmpLs.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixSmpLs.c tixSmpLs.c
tixTList.c : mTk/tixGeneric/tixTList.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixTList.c tixTList.c
tixTList.h : mTk/tixGeneric/tixTList.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixTList.h tixTList.h
tixUnixDraw.c : mTk/tixUnix/tixUnixDraw.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixUnix/tixUnixDraw.c tixUnixDraw.c
tixUnixInt.h : mTk/tixUnix/tixUnixInt.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixUnix/tixUnixInt.h tixUnixInt.h
tixUnixPort.h : mTk/tixUnix/tixUnixPort.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixUnix/tixUnixPort.h tixUnixPort.h
tixUnixWm.c : mTk/tixUnix/tixUnixWm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixUnix/tixUnixWm.c tixUnixWm.c
tixUnixXpm.c : mTk/tixUnix/tixUnixXpm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixUnix/tixUnixXpm.c tixUnixXpm.c
tixUtils.c : mTk/tixGeneric/tixUtils.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/tixGeneric/tixUtils.c tixUtils.c
tk.h : mTk/generic/tk.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tk.h tk.h
tk3d.c : mTk/generic/tk3d.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tk3d.c tk3d.c
tk3d.h : mTk/generic/tk3d.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tk3d.h tk3d.h
tkAtom.c : mTk/generic/tkAtom.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkAtom.c tkAtom.c
tkBind.c : mTk/generic/tkBind.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkBind.c tkBind.c
tkBitmap.c : mTk/generic/tkBitmap.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkBitmap.c tkBitmap.c
tkButton.c : mTk/generic/tkButton.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkButton.c tkButton.c
tkButton.h : mTk/generic/tkButton.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkButton.h tkButton.h
tkCanvArc.c : mTk/generic/tkCanvArc.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvArc.c tkCanvArc.c
tkCanvBmap.c : mTk/generic/tkCanvBmap.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvBmap.c tkCanvBmap.c
tkCanvImg.c : mTk/generic/tkCanvImg.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvImg.c tkCanvImg.c
tkCanvLine.c : mTk/generic/tkCanvLine.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvLine.c tkCanvLine.c
tkCanvPoly.c : mTk/generic/tkCanvPoly.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvPoly.c tkCanvPoly.c
tkCanvPs.c : mTk/generic/tkCanvPs.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvPs.c tkCanvPs.c
tkCanvText.c : mTk/generic/tkCanvText.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvText.c tkCanvText.c
tkCanvUtil.c : mTk/generic/tkCanvUtil.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvUtil.c tkCanvUtil.c
tkCanvWind.c : mTk/generic/tkCanvWind.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvWind.c tkCanvWind.c
tkCanvas.c : mTk/generic/tkCanvas.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvas.c tkCanvas.c
tkCanvas.h : mTk/generic/tkCanvas.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCanvas.h tkCanvas.h
tkClipboard.c : mTk/generic/tkClipboard.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkClipboard.c tkClipboard.c
tkCmds.c : mTk/generic/tkCmds.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCmds.c tkCmds.c
tkColor.c : mTk/generic/tkColor.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkColor.c tkColor.c
tkColor.h : mTk/generic/tkColor.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkColor.h tkColor.h
tkConfig.c : mTk/generic/tkConfig.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkConfig.c tkConfig.c
tkCursor.c : mTk/generic/tkCursor.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkCursor.c tkCursor.c
tkEntry.c : mTk/generic/tkEntry.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkEntry.c tkEntry.c
tkError.c : mTk/generic/tkError.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkError.c tkError.c
tkEvent.c : mTk/generic/tkEvent.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkEvent.c tkEvent.c
tkFileFilter.c : mTk/generic/tkFileFilter.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFileFilter.c tkFileFilter.c
tkFileFilter.h : mTk/generic/tkFileFilter.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFileFilter.h tkFileFilter.h
tkFocus.c : mTk/generic/tkFocus.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFocus.c tkFocus.c
tkFont.c : mTk/generic/tkFont.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFont.c tkFont.c
tkFont.h : mTk/generic/tkFont.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFont.h tkFont.h
tkFrame.c : mTk/generic/tkFrame.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkFrame.c tkFrame.c
tkGC.c : mTk/generic/tkGC.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkGC.c tkGC.c
tkGeometry.c : mTk/generic/tkGeometry.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkGeometry.c tkGeometry.c
tkGet.c : mTk/generic/tkGet.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkGet.c tkGet.c
tkGrab.c : mTk/generic/tkGrab.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkGrab.c tkGrab.c
tkGrid.c : mTk/generic/tkGrid.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkGrid.c tkGrid.c
tkImage.c : mTk/generic/tkImage.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkImage.c tkImage.c
tkImgBmap.c : mTk/generic/tkImgBmap.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkImgBmap.c tkImgBmap.c
tkImgPPM.c : mTk/generic/tkImgPPM.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkImgPPM.c tkImgPPM.c
tkImgPhoto.c : mTk/generic/tkImgPhoto.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkImgPhoto.c tkImgPhoto.c
tkImgUtil.c : mTk/generic/tkImgUtil.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkImgUtil.c tkImgUtil.c
tkInitScript.h : mTk/generic/tkInitScript.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkInitScript.h tkInitScript.h
tkInt.h : mTk/generic/tkInt.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkInt.h tkInt.h
tkListbox.c : mTk/generic/tkListbox.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkListbox.c tkListbox.c
tkMacWinMenu.c : mTk/generic/tkMacWinMenu.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMacWinMenu.c tkMacWinMenu.c
tkMenu.c : mTk/generic/tkMenu.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMenu.c tkMenu.c
tkMenu.h : mTk/generic/tkMenu.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMenu.h tkMenu.h
tkMenuDraw.c : mTk/generic/tkMenuDraw.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMenuDraw.c tkMenuDraw.c
tkMenubutton.c : mTk/generic/tkMenubutton.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMenubutton.c tkMenubutton.c
tkMenubutton.h : mTk/generic/tkMenubutton.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMenubutton.h tkMenubutton.h
tkMessage.c : mTk/generic/tkMessage.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkMessage.c tkMessage.c
tkOption.c : mTk/generic/tkOption.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkOption.c tkOption.c
tkPack.c : mTk/generic/tkPack.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkPack.c tkPack.c
tkPlace.c : mTk/generic/tkPlace.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkPlace.c tkPlace.c
tkPointer.c : mTk/generic/tkPointer.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkPointer.c tkPointer.c
tkPort.h : mTk/generic/tkPort.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkPort.h tkPort.h
tkRectOval.c : mTk/generic/tkRectOval.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkRectOval.c tkRectOval.c
tkScale.c : mTk/generic/tkScale.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkScale.c tkScale.c
tkScale.h : mTk/generic/tkScale.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkScale.h tkScale.h
tkScrollbar.c : mTk/generic/tkScrollbar.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkScrollbar.c tkScrollbar.c
tkScrollbar.h : mTk/generic/tkScrollbar.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkScrollbar.h tkScrollbar.h
tkSelect.c : mTk/generic/tkSelect.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkSelect.c tkSelect.c
tkSelect.h : mTk/generic/tkSelect.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkSelect.h tkSelect.h
tkSquare.c : mTk/generic/tkSquare.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkSquare.c tkSquare.c
tkText.c : mTk/generic/tkText.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkText.c tkText.c
tkText.h : mTk/generic/tkText.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkText.h tkText.h
tkTextBTree.c : mTk/generic/tkTextBTree.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextBTree.c tkTextBTree.c
tkTextDisp.c : mTk/generic/tkTextDisp.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextDisp.c tkTextDisp.c
tkTextImage.c : mTk/generic/tkTextImage.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextImage.c tkTextImage.c
tkTextIndex.c : mTk/generic/tkTextIndex.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextIndex.c tkTextIndex.c
tkTextMark.c : mTk/generic/tkTextMark.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextMark.c tkTextMark.c
tkTextTag.c : mTk/generic/tkTextTag.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextTag.c tkTextTag.c
tkTextWind.c : mTk/generic/tkTextWind.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTextWind.c tkTextWind.c
tkTrig.c : mTk/generic/tkTrig.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkTrig.c tkTrig.c
tkUnix.c : mTk/unix/tkUnix.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnix.c tkUnix.c
tkUnix3d.c : mTk/unix/tkUnix3d.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnix3d.c tkUnix3d.c
tkUnixButton.c : mTk/unix/tkUnixButton.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixButton.c tkUnixButton.c
tkUnixColor.c : mTk/unix/tkUnixColor.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixColor.c tkUnixColor.c
tkUnixCursor.c : mTk/unix/tkUnixCursor.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixCursor.c tkUnixCursor.c
tkUnixDefault.h : mTk/unix/tkUnixDefault.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixDefault.h tkUnixDefault.h
tkUnixDialog.c : mTk/unix/tkUnixDialog.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixDialog.c tkUnixDialog.c
tkUnixDraw.c : mTk/unix/tkUnixDraw.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixDraw.c tkUnixDraw.c
tkUnixEmbed.c : mTk/unix/tkUnixEmbed.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixEmbed.c tkUnixEmbed.c
tkUnixEvent.c : mTk/unix/tkUnixEvent.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixEvent.c tkUnixEvent.c
tkUnixFocus.c : mTk/unix/tkUnixFocus.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixFocus.c tkUnixFocus.c
tkUnixFont.c : mTk/unix/tkUnixFont.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixFont.c tkUnixFont.c
tkUnixInt.h : mTk/unix/tkUnixInt.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixInt.h tkUnixInt.h
tkUnixMenu.c : mTk/unix/tkUnixMenu.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixMenu.c tkUnixMenu.c
tkUnixMenubu.c : mTk/generic/tkUnixMenubu.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkUnixMenubu.c tkUnixMenubu.c
tkUnixPort.h : mTk/unix/tkUnixPort.h $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixPort.h tkUnixPort.h
tkUnixScale.c : mTk/generic/tkUnixScale.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkUnixScale.c tkUnixScale.c
tkUnixScrlbr.c : mTk/unix/tkUnixScrlbr.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixScrlbr.c tkUnixScrlbr.c
tkUnixSelect.c : mTk/unix/tkUnixSelect.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixSelect.c tkUnixSelect.c
tkUnixSend.c : mTk/unix/tkUnixSend.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixSend.c tkUnixSend.c
tkUnixWm.c : mTk/unix/tkUnixWm.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixWm.c tkUnixWm.c
tkUnixXId.c : mTk/unix/tkUnixXId.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/unix/tkUnixXId.c tkUnixXId.c
tkUtil.c : mTk/generic/tkUtil.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkUtil.c tkUtil.c
tkVisual.c : mTk/generic/tkVisual.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkVisual.c tkVisual.c
tkWindow.c : mTk/generic/tkWindow.c $(TKDIR)/pTk/Tcl-pTk
	$(PERL) $(TKDIR)/pTk/Tcl-pTk mTk/generic/tkWindow.c tkWindow.c
# End Munging dependancies


$(INST_ARCHLIBDIR)/pTk/.exists :: /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h
	@$(MKPATH) $(INST_ARCHLIBDIR)/pTk
	@$(EQUALIZE_TIMESTAMP) /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h $(INST_ARCHLIBDIR)/pTk/.exists

	-@$(CHMOD) 755 $(INST_ARCHLIBDIR)/pTk

$(INST_ARCHLIBDIR)/pTk/compat/.exists :: /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h
	@$(MKPATH) $(INST_ARCHLIBDIR)/pTk/compat
	@$(EQUALIZE_TIMESTAMP) /afs/athena/contrib/perl5/arch/i386_linux2/lib/perl5.004/CORE/perl.h $(INST_ARCHLIBDIR)/pTk/compat/.exists

	-@$(CHMOD) 755 $(INST_ARCHLIBDIR)/pTk/compat
config :: $(INST_ARCHLIBDIR)/pTk/.exists \
	$(INST_ARCHLIBDIR)/pTk/compat/.exists
	@$(NOOP)

Lang.t  Lang.m : Lang.h  Lang.exc  mkVFunc
tk.t tk.m : tk.h    tk.exc    mkVFunc
tkInt.t tkInt.m : tkInt.h tkInt.exc mkVFunc
tkImgPhoto.t tkImgPhoto.m : tkImgPhoto.h tkImgPhoto.exc mkVFunc
Xlib.t Xlib.m : Xlib.h  Xlib.excwin mkVFunc
tix.t tix.m   : tix.h tix.exc mkVFunc
tixInt.t tixInt.m : tixInt.h tixInt.exc mkVFunc

config :: LangIO.h Xlib.t Lang.t tk.t tkInt.t tkImgPhoto.t tix.t tixInt.t 
	@$(NOOP)



# End.
