# Generated automatically from Makefile.in by configure.

###############################################################################
#									      #
# 		 Makefile for GNU Interactive Tools 4.3.9		      #
#      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.9"


srcdir		= //1/ez/git-4.3.9
VPATH		= //1/ez/git-4.3.9

prefix		= /usr/local
bindir		= $(prefix)/bin
libdir		= $(prefix)/lib/git
infodir		= $(prefix)/info
mandir		= $(prefix)/man/man1
termdir		= $(prefix)/lib/git/term

SHELL		= /bin/sh
TAR		= tar
GZIP		= gzip
BASENAME	= basename
HOST		= 
SUBDIRS		= src info man term


all:
	@(\
	    echo "Making $(PRODUCT) $(VERSION)...";\
	    echo "Configured for $(HOST)";\
	)
	(cd src && $(MAKE) $@)

installdirs:
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done

info:	FORCE-info
	@(\
	    echo "Making $(PRODUCT) $(VERSION) info documentation...";\
	    echo "Configured for $(HOST)";\
	)
	(cd info && $(MAKE) $@)

FORCE-info:

dvi:
	(cd info && $(MAKE) $@)

install:
	@(\
	    echo "Installing $(PRODUCT) $(VERSION)...";\
	    echo "Configured for $(HOST)";\
	)
	$(MAKE) installdirs &&\
	\
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done
	@echo "Please see the README file for additional information"

install_strip:
	@(\
	    echo "Installing $(PRODUCT) $(VERSION)...";\
	    echo "Configured for $(HOST)";\
	)
	$(MAKE) installdirs &&\
	\
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done
	@echo "Please see the README file for additional information"

dep:
	(cd $(srcdir)/src && $(MAKE) $@)

distdone:
	cd $(srcdir) && dir=`pwd` && cd ..;\
	$(TAR) cf - `$(BASENAME) $$dir` |\
	$(GZIP) -9c > `$(BASENAME) $$dir`.tar.gz;\
	\
	if test $$? != 0; then\
	    exit 1;\
	fi

dist:	dep tags info distclean distdone

uninstall:
	@echo "Uninstalling $(PRODUCT) $(VERSION)..."
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done
	@echo "Please remove the GIT entry from the Info dir file."

tags:
	cd $(srcdir)/src && $(MAKE) $@

etags:
	cd $(srcdir)/src && $(MAKE) $@

clean:
	-rm -f *.o *~ core* tutu* gogu*;\
	\
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done

mostlyclean: clean

distclean:
	-rm -f Makefile config.status config.log config.cache config.h;\
	rm -f version.h;\
	\
	for dir in $(SUBDIRS);\
	do\
	    (cd $$dir && $(MAKE) $@);\
	done

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:
