Blame scsilib/RULES/rules.rdi

Packit bf707c
#ident @(#)rules.rdi	1.8 04/01/23 
Packit bf707c
###########################################################################
Packit bf707c
# Written 1996 by J. Schilling
Packit bf707c
###########################################################################
Packit bf707c
#
Packit bf707c
# DIRS contains the names of all directories where sub make should take place
Packit bf707c
# This is a modified version for the prokect's root directory
Packit bf707c
#
Packit bf707c
###########################################################################
Packit bf707c
# This program is free software; you can redistribute it and/or modify
Packit bf707c
# it under the terms of the GNU General Public License as published by
Packit bf707c
# the Free Software Foundation; either version 2, or (at your option)
Packit bf707c
# any later version.
Packit bf707c
#
Packit bf707c
# This program is distributed in the hope that it will be useful,
Packit bf707c
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit bf707c
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit bf707c
# GNU General Public License for more details.
Packit bf707c
#
Packit bf707c
# You should have received a copy of the GNU General Public License along with
Packit bf707c
# this program; see the file COPYING.  If not, write to the Free Software
Packit bf707c
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Packit bf707c
###########################################################################
Packit bf707c
Packit bf707c
include		$(SRCROOT)/$(RULESDIR)/rules1.dir
Packit bf707c
Packit bf707c
###########################################################################
Packit bf707c
include		$(SRCROOT)/$(RULESDIR)/rules.hlp
Packit bf707c
###########################################################################
Packit bf707c
# Due to a serious bug in SunPRO make we cannot include the configuration
Packit bf707c
# rules. SunPRO make inconsistsently shortens rules that start with "./"
Packit bf707c
# and thus wil not find existing rules for a file to be included.
Packit bf707c
# Due to a bug in GNU make dynamic configuration must have been run before
Packit bf707c
# C-compiler generated dependency rules are loaded. This is done by running
Packit bf707c
# make in the 'conf' directory before any other target is made.
Packit bf707c
#
Packit bf707c
# include		$(SRCROOT)/$(RULESDIR)/rules.cnf
Packit bf707c
###########################################################################
Packit bf707c
#config: conf_warn
Packit bf707c
Packit bf707c
#conf_warn:
Packit bf707c
#	@echo "$@: cannot make due to a SunPRO make bug"