1#ident @(#)rules.rdi	1.11 21/04/28
2###########################################################################
3# Written 1996 by J. Schilling
4###########################################################################
5#
6# DIRS contains the names of all directories where sub make should take place
7# This is a modified version for the project's root directory
8#
9###########################################################################
10# Copyright (c) J. Schilling
11###########################################################################
12# The contents of this file are subject to the terms of the
13# Common Development and Distribution License, Version 1.0 only
14# (the "License").  You may not use this file except in compliance
15# with the License.
16#
17# See the file CDDL.Schily.txt in this distribution for details.
18# A copy of the CDDL is also available via the Internet at
19# http://www.opensource.org/licenses/cddl1.txt
20#
21# When distributing Covered Code, include this CDDL HEADER in each
22# file and include the License file CDDL.Schily.txt from this distribution.
23###########################################################################
24
25include		$(SRCROOT)/$(RULESDIR)/rules1.dir
26
27###########################################################################
28include		$(SRCROOT)/$(RULESDIR)/rules.hlp
29###########################################################################
30
31# The need for this special variant of rules has been removed by introducing
32# the SRCROOTSL macro in RULES/rules1.top
33###########################################################################
34# Due to a serious bug in SunPRO make we cannot include the configuration
35# rules. SunPRO make inconsistsently shortens rules that start with "./"
36# and thus wil not find existing rules for a file to be included.
37# Due to a bug in GNU make dynamic configuration must have been run before
38# C-compiler generated dependency rules are loaded. This is done by running
39# make in the 'conf' directory before any other target is made.
40#
41# include		$(SRCROOT)/$(RULESDIR)/rules.cnf
42###########################################################################
43#config: conf_warn
44
45#conf_warn:
46#	$(NOECHO)echo "$@: cannot make due to a SunPRO make bug"
47