# Generated automatically from Makefile.in by configure.
#
# $Id: Makefile.in,v 1.7 1997/01/16 21:42:09 luik Exp $
#
# Makefile for "kernel" subdirectory of omirrd online mirror hierarchy.
# Copyright (C) 1996, Andreas Luik <luik@pharao.s.bawue.de>.
#
# This file 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 of the License, or
# (at your option) any later version.
#
# This file 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 file; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#

# The targets for external use include:
#   all, install, uninstall
#   TAGS, depend, mostlyclean, clean, distclean, maintainer-clean.
#   rdiff

#### Start of system configuration section. ####

subdir = kernel
srcdir = .



#### End of system configuration section. ####

SHELL = /bin/sh

DISTFILES = ChangeLog Makefile.in linux-1.2.13.patch linux-2.0.11.patch

all:

install:

uninstall:

TAGS:

depend:

clean:

mostlyclean: clean

distclean: clean
	rm -f Makefile

maintainer-clean: distclean
	rm -f linux-1.2.13.patch linux-2.0.11.patch

dist:	$(DISTFILES)
	-mkdir ../`cat ../distname`/$(subdir)
	@for file in $(DISTFILES); do \
	  echo linking $$file; \
	  ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
	    { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
	done

# Special targets
# rdiff makes all patches unconditionally
rdiff:	FRC
	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
	$(MAKE) $(MFLAGS) FORCE=FRC linux-1.2.13.patch; \
	$(MAKE) $(MFLAGS) FORCE=FRC linux-2.0.11.patch;

linux-1.2.13.patch: $(FORCE)
	cvs rdiff -c -rLINUX_1_2_13 linux-1.2 > /tmp/cvsdiff.$$$$ \
	&& mv /tmp/cvsdiff.$$$$ $@

linux-2.0.11.patch: $(FORCE)
	cvs rdiff -c -rLINUX_2_0_11 -rLINUX_2_0_11_OMIRR linux-2.0 > /tmp/cvsdiff.$$$$ \
	&& mv /tmp/cvsdiff.$$$$ linux-2.0.11.patch

FRC:

# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
Makefile: Makefile.in ../config.status
	cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status

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

# Automatically generated dependencies will be put at the end of the file.
