# Generated automatically from Makefile.in by configure.

###############################################################################
#									      #
# 		 Makefile for GNU Interactive Tools 4.3.7		      #
#      Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.          #
#									      #
###############################################################################


#
#   If you make changes in this file in order to compile GIT on a system not
# included in the file PLATFORMS, please send me a patch. My internet address
# is tudor@chang.pub.ro. I'll include it in the next release. Thanks.
#

#
# GIT default install directory. You may change this if you want to install
# the GIT package in a different place.
#


PRODUCT		= "GNU Interactive Tools"
VERSION		= "4.3.7"


srcdir		= .

prefix		= /usr
termlib		= $(prefix)/lib
termlibgit	= $(prefix)/lib/git
termdir		= $(prefix)/lib/git/term

SHELL		= /bin/sh
INSTALL		= /usr/bin/install -c
INSTALL_PROGRAM	= ${INSTALL}
INSTALL_DATA	= ${INSTALL} -m 644
HOST		= i386-unknown-linux


GIT_TERMS	= .gitrc.vtty .gitrc.console .gitrc.vt100 .gitrc.vt102\
		  .gitrc.xterm .gitrc.hpterm .gitrc.ansi .gitrc.generic\
		  .gitrc.common .gitrc.minix

GIT_GENERICS	= .gitrc.sun .gitrc.sun-cmd

GIT_ANSIS	= .gitrc.aixterm

GIT_XTERMS	= .gitrc.xterms

GIT_VT100S	= .gitrc.vt125 .gitrc.vt200 .gitrc.vt201 .gitrc.vt220\
		  .gitrc.vt240 .gitrc.vt300 .gitrc.vt320 .gitrc.vt400\
		  .gitrc.vt420

GIT_CONSOLES	= .gitrc.linux

all:

installdirs:
	$(srcdir)/../mkinstalldirs $(termlib) $(termlibgit) $(termdir)
	chmod 755 $(termlib) $(termlibgit) $(termdir)

install:
	for i in $(GIT_TERMS);\
	do\
	    $(INSTALL_DATA) $(srcdir)/$$i $(termdir)/$$i;\
	done
	\
	for i in $(GIT_XTERMS);\
	do\
	    rm -f $(termdir)/$$i;\
	    ln $(termdir)/.gitrc.xterm $(termdir)/$$i;\
	done
	\
	for i in $(GIT_GENERICS);\
	do\
	    rm -f $(termdir)/$$i;\
	    ln $(termdir)/.gitrc.generic $(termdir)/$$i;\
	done
	\
	for i in $(GIT_ANSIS);\
	do\
	    rm -f $(termdir)/$$i;\
	    ln $(termdir)/.gitrc.ansi $(termdir)/$$i;\
	done
	\
	for i in $(GIT_VT100S);\
	do\
	    rm -f $(termdir)/$$i;\
	    ln $(termdir)/.gitrc.vt100 $(termdir)/$$i;\
	done
	\
	for i in $(GIT_CONSOLES);\
	do\
	    rm -f $(termdir)/$$i;\
	    ln $(termdir)/.gitrc.console $(termdir)/$$i;\
	done

uninstall:
	cd $(termdir) &&\
	rm -f $(GIT_TERMS) $(GIT_GENERICS) $(GIT_ANSIS)\
	      $(GIT_XTERMS) $(GIT_VT100S) $(GIT_CONSOLES)

clean:
	rm -f *~ core* tutu* gogu*

mostlyclean: clean

distclean: clean
	rm -f Makefile config.status config.log config.cache

realclean: distclean


# Tell version [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
