# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.2e from Makefile.am

# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

# Makefile for GNU tar sources.
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /dev/env/DJDIR
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/tar
pkglibdir = $(libdir)/tar
pkgincludedir = $(includedir)/tar

top_builddir = ..

ACLOCAL = e:/src/gnu/tar-1.12a/missing aclocal
AUTOCONF = e:/src/gnu/tar-1.12a/missing autoconf
AUTOMAKE = e:/src/gnu/tar-1.12a/missing automake
AUTOHEADER = e:/src/gnu/tar-1.12a/missing autoheader

INSTALL = /dev/env/DJDIR/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
ALL_LINGUAS = @ALL_LINGUAS@
ALL_MOFILES = @ALL_MOFILES@
CATALOGS = 
CATOBJEXT = 
CC = gcc
DATADIRNAME = share
ECHO_C = 
ECHO_N = -n
GENCAT = 
GMOFILES =  de.gmo fr.gmo it.gmo ko.gmo nl.gmo no.gmo pl.gmo pt.gmo sl.gmo sv.gmo
GMSGFMT = 
GT_NO = 
GT_YES = #YES#
INCLUDE_LOCALE_H = #include <locale.h>
INSTOBJEXT = 
INTLDEPS = 
INTLLIBS = 
INTLOBJS = 
LINGUAS = @LINGUAS@
MAKEINFO = makeinfo
MKINSTALLDIRS = ./mkinstalldirs
MOFILES = @MOFILES@
MSGFMT = 
PACKAGE = tar
POFILES =  de.po fr.po it.po ko.po nl.po no.po pl.po pt.po sl.po sv.po
POSUB = 
RANLIB = ranlib
RMT = 
U = 
USE_INCLUDED_LIBINTL = no
USE_NLS = no
VERSION = 1.12a
YACC = bison -y
l = 

AUTOMAKE_OPTIONS = gnits ansi2knr
bin_PROGRAMS = tar
libexec_PROGRAMS = 
EXTRA_PROGRAMS = rmt

noinst_HEADERS = arith.h common.h rmt.h system.h tar.h
rmt_SOURCES = rmt.c
tar_SOURCES = arith.c buffer.c compare.c create.c delete.c extract.c \
header.c incremen.c list.c mangle.c misc.c names.c open3.c reading.c \
rtapelib.c tar.c update.c

INCLUDES = -I../intl -I$(top_srcdir)/lib
LDADD = ../lib/libtar.a 
localedir = $(prefix)/share/locale
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
PROGRAMS =  $(bin_PROGRAMS) $(libexec_PROGRAMS)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
CPPFLAGS = 
LDFLAGS = 
LIBS = 
ANSI2KNR = 
rmt_OBJECTS =  rmt$U.o
rmt_LDADD = $(LDADD)
rmt_DEPENDENCIES =  ../lib/libtar.a
rmt_LDFLAGS = 
tar_OBJECTS =  arith$U.o buffer$U.o compare$U.o create$U.o delete$U.o \
extract$U.o header$U.o incremen$U.o list$U.o mangle$U.o misc$U.o \
names$U.o open3$U.o reading$U.o rtapelib$U.o tar$U.o update$U.o
tar_LDADD = $(LDADD)
tar_DEPENDENCIES =  ../lib/libtar.a
tar_LDFLAGS = 
CFLAGS = -g -O2
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
HEADERS =  $(noinst_HEADERS)

DIST_COMMON =  ChangeLog Makefile.am Makefile.in ansi2knr.1 ansi2knr.c


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP = --best
SOURCES = $(rmt_SOURCES) $(tar_SOURCES)
OBJECTS = $(rmt_OBJECTS) $(tar_OBJECTS)

default: all

.SUFFIXES:
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps src/Makefile

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-binPROGRAMS:

clean-binPROGRAMS:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)

distclean-binPROGRAMS:

maintainer-clean-binPROGRAMS:

install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(bindir)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo "  $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
	     $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
	  else :; fi; \
	done

uninstall-binPROGRAMS:
	$(NORMAL_UNINSTALL)
	list='$(bin_PROGRAMS)'; for p in $$list; do \
	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
	done

mostlyclean-libexecPROGRAMS:

clean-libexecPROGRAMS:
	-test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)

distclean-libexecPROGRAMS:

maintainer-clean-libexecPROGRAMS:

install-libexecPROGRAMS: $(libexec_PROGRAMS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(libexecdir)
	@list='$(libexec_PROGRAMS)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo "  $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`"; \
	     $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`; \
	  else :; fi; \
	done

uninstall-libexecPROGRAMS:
	$(NORMAL_UNINSTALL)
	list='$(libexec_PROGRAMS)'; for p in $$list; do \
	  rm -f $(libexecdir)/`echo $$p|sed '$(transform)'`; \
	done

.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

mostlyclean-krextra:

clean-krextra:
	-rm -f ansi2knr

distclean-krextra:

maintainer-clean-krextra:
ansi2knr: ansi2knr.o
	$(LINK) ansi2knr.o $(LIBS)
ansi2knr.o: $(CONFIG_HEADER)


mostlyclean-kr:
	-rm -f *_.c

clean-kr:

distclean-kr:

maintainer-clean-kr:

rmt: $(rmt_OBJECTS) $(rmt_DEPENDENCIES)
	@rm -f rmt
	$(LINK) $(rmt_LDFLAGS) $(rmt_OBJECTS) $(rmt_LDADD) $(LIBS)

tar: $(tar_OBJECTS) $(tar_DEPENDENCIES)
	@rm -f tar
	$(LINK) $(tar_LDFLAGS) $(tar_OBJECTS) $(tar_LDADD) $(LIBS)
arith_.c: arith.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/arith.c; then echo $(srcdir)/arith.c; else echo arith.c; fi` arith_.c
buffer_.c: buffer.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/buffer.c; then echo $(srcdir)/buffer.c; else echo buffer.c; fi` buffer_.c
compare_.c: compare.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/compare.c; then echo $(srcdir)/compare.c; else echo compare.c; fi` compare_.c
create_.c: create.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/create.c; then echo $(srcdir)/create.c; else echo create.c; fi` create_.c
delete_.c: delete.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/delete.c; then echo $(srcdir)/delete.c; else echo delete.c; fi` delete_.c
extract_.c: extract.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/extract.c; then echo $(srcdir)/extract.c; else echo extract.c; fi` extract_.c
header_.c: header.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/header.c; then echo $(srcdir)/header.c; else echo header.c; fi` header_.c
incremen_.c: incremen.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/incremen.c; then echo $(srcdir)/incremen.c; else echo incremen.c; fi` incremen_.c
list_.c: list.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/list.c; then echo $(srcdir)/list.c; else echo list.c; fi` list_.c
mangle_.c: mangle.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/mangle.c; then echo $(srcdir)/mangle.c; else echo mangle.c; fi` mangle_.c
misc_.c: misc.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/misc.c; then echo $(srcdir)/misc.c; else echo misc.c; fi` misc_.c
names_.c: names.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/names.c; then echo $(srcdir)/names.c; else echo names.c; fi` names_.c
open3_.c: open3.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/open3.c; then echo $(srcdir)/open3.c; else echo open3.c; fi` open3_.c
reading_.c: reading.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/reading.c; then echo $(srcdir)/reading.c; else echo reading.c; fi` reading_.c
rmt_.c: rmt.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/rmt.c; then echo $(srcdir)/rmt.c; else echo rmt.c; fi` rmt_.c
rtapelib_.c: rtapelib.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/rtapelib.c; then echo $(srcdir)/rtapelib.c; else echo rtapelib.c; fi` rtapelib_.c
tar_.c: tar.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/tar.c; then echo $(srcdir)/tar.c; else echo tar.c; fi` tar_.c
update_.c: update.c $(ANSI2KNR)
	$(ANSI2KNR) `if test -f $(srcdir)/update.c; then echo $(srcdir)/update.c; else echo update.c; fi` update_.c
arith_.o buffer_.o compare_.o create_.o delete_.o extract_.o header_.o \
incremen_.o list_.o mangle_.o misc_.o names_.o open3_.o reading_.o \
rmt_.o rtapelib_.o tar_.o update_.o : $(ANSI2KNR)

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = src

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
arith.o: arith.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
buffer.o: buffer.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h rmt.h
compare.o: compare.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h rmt.h
create.o: create.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
delete.o: delete.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h rmt.h
extract.o: extract.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
header.o: header.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
incremen.o: incremen.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
list.o: list.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
mangle.o: mangle.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
misc.o: misc.c system.h ../lib/error.h ../lib/backupfile.h rmt.h \
	common.h tar.h arith.h ../lib/modechange.h
names.o: names.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
open3.o: open3.c system.h ../lib/error.h
reading.o: reading.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h
rmt.o rmt.lo: rmt.c system.h ../config.h ../lib/pathmax.h ../lib/error.h
rtapelib.o: rtapelib.c system.h ../lib/error.h rmt.h
tar.o tar.lo: tar.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \
	../lib/getopt.h common.h tar.h arith.h ../lib/modechange.h \
	../lib/backupfile.h
update.o: update.c system.h ../lib/error.h common.h tar.h arith.h \
	../lib/modechange.h

info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: install-binPROGRAMS install-libexecPROGRAMS
	@$(NORMAL_INSTALL)

install-data: 
	@$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: uninstall-binPROGRAMS uninstall-libexecPROGRAMS

all: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS)

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
	$(mkinstalldirs)  $(bindir) $(libexecdir)


mostlyclean-generic:
	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-rm -f Makefile $(DISTCLEANFILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-libexecPROGRAMS \
		mostlyclean-compile mostlyclean-krextra mostlyclean-kr \
		mostlyclean-tags mostlyclean-generic

clean:  clean-binPROGRAMS clean-libexecPROGRAMS clean-compile \
		clean-krextra clean-kr clean-tags clean-generic \
		mostlyclean

distclean:  distclean-binPROGRAMS distclean-libexecPROGRAMS \
		distclean-compile distclean-krextra distclean-kr \
		distclean-tags distclean-generic clean
	-rm -f config.status

maintainer-clean:  maintainer-clean-binPROGRAMS \
		maintainer-clean-libexecPROGRAMS \
		maintainer-clean-compile maintainer-clean-krextra \
		maintainer-clean-kr maintainer-clean-tags \
		maintainer-clean-generic distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
install-binPROGRAMS mostlyclean-libexecPROGRAMS \
distclean-libexecPROGRAMS clean-libexecPROGRAMS \
maintainer-clean-libexecPROGRAMS uninstall-libexecPROGRAMS \
install-libexecPROGRAMS mostlyclean-compile distclean-compile \
clean-compile maintainer-clean-compile mostlyclean-krextra \
distclean-krextra clean-krextra maintainer-clean-krextra mostlyclean-kr \
distclean-kr clean-kr maintainer-clean-kr tags mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


tar.o: tar.c
	$(COMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(srcdir)/tar.c

tar._o: tar._c
	@rm -f _tar.c
	@ln tar._c _tar.c
	$(COMPILE) -DLOCALEDIR=\"$(localedir)\" -c _tar.c
	@mv _tar.o $@
	@rm _tar.c

rmt.o: rmt.c
	$(COMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(srcdir)/rmt.c

rmt._o: rmt._c
	@rm -f _rmt.c
	@ln rmt._c _rmt.c
	$(COMPILE) -DLOCALEDIR=\"$(localedir)\" -c _rmt.c
	@mv _rmt.o $@
	@rm _rmt.c

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