#
# $Log: not supported by cvs2svn $
# Revision 1.4  2005/08/19 22:52:23  soliday
# Added image files to makefile.
#
# Revision 1.3  2004/04/07 21:31:54  soliday
# Build rules are now compatible with Base 3.14
#
# Revision 1.2  1999/07/23 19:44:55  soliday
# It now uses Makefile.Host
#
# Revision 1.1  1995/10/12 22:27:50  saunders
# Makefiles.
#
#

TOP=../..
include $(TOP)/configure/CONFIG
include $(TOP)/src/tcltklib/Makefile.OAG
include $(TOP)/configure/RULES

buildInstall:
	$(CP) ../working.au $(INSTALL_LIB)
	$(CP) ../alert.au $(INSTALL_LIB)
	$(CP) ../emergency.au $(INSTALL_LIB)
	@$(INSTALL_BIN)/makeTclIndex $(INSTALL_LIB)

