##################################################################
# Licensed Materials - Property of IBM.
# (C) Copyright IBM Corporation 2005
# All Rights Reserved.
#
# US Government Users Restricted Rights -
# Use, duplication or disclosure restricted by
# GSA ADP Schedule Contract with IBM Corporation.

RELATIVE_SRC_TOP=../../../..
include $(RELATIVE_SRC_TOP)/Make.before

# Need to clear VPATH so that tclIndex is made in this directory even if
# there is a tclIndex in the parent directory.
VPATH =

default: tclIndex

clean:
	$(RM) tclIndex

include $(RELATIVE_SRC_TOP)/Make.after
