#!smake
#
#ident "$Revision: 1.2 $"
#
# 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.
#
# SCCS: @(#) Makefile.in 1.158 97/01/30 11:33:57

# Current Tcl version;  used in various names.

VERSION = 7.3

DEPTH=.

TCL_LIB_FILE = libtcl7.3.a
#TCL_LIB_FILE = libtcl.a

CFILES= regexp.c tclAsync.c tclBasic.c tclCkalloc.c tclCmdAH.c tclCmdIL.c \
	tclCmdMZ.c tclExpr.c tclGet.c tclHash.c tclHistory.c tclLink.c \
	tclParse.c tclProc.c tclUtil.c tclVar.c panic.c tclEnv.c \
	tclGlob.c tclMain.c tclUnixAZ.c tclUnixStr.c tclUnixUtil.c tclMtherr.c

include $(ROOT)/usr/include/make/libleafdefs

XLV=../../include
KERN=../../../../kern
DEBUG=-g -DDEBUG
WOFF=
LINTOPTS = $(XFSDEBUG) -wlint -woff 813,819,826,852

#override any other includes
SUBDIR_CINCS=-I.

defaults install: $(TOP)$(LIBRARY) $(TARGETS)

include $(LIBLEAFRULES)

debug:
	exec $(MAKE) 'SUBDIR_COPTS=$(DEBUG)'

lint:
	exec $(MAKE) 'SUBDIR_COPTS=$(LINTOPTS)'

# DO NOT DELETE THIS LINE -- make depend depends on it.
