head	7.2;
access;
symbols
	ansi-20040405-merged:7.1
	premerge-autoconf:7.1
	ansi-20040316-freeze:7.1
	postmerge-20040315-windows:7.1
	premerge-20040315-windows:7.1
	windows-20040315-freeze:7.1
	phong-branch:7.1.0.12
	photonmap-branch:7.1.0.10
	rel-6-1-DP:7.1
	windows-branch:7.1.0.8
	rel-6-0-2:7.1
	ansi-branch:7.1.0.6
	rel-6-0-1-branch:7.1.0.4
	hartley-6-0-post:7.1
	hartley-6-0-pre:7.1
	rel-6-0-1:7.1
	rel-6-0:7.1
	rel-5-4:7.1
	offsite-5-3-pre:7.1
	rel-5-3:7.1
	rel-5-2:7.1
	rel-5-1-branch:7.1.0.2
	rel-5-1:7.1
	rel-5-0:7.1
	rel-5-0-beta:7.1
	rel-4-5:7.1
	ctj-4-5-post:7.1
	ctj-4-5-pre:7.1
	rel-4-4:7.1
	rel-4-0:7.1
	rel-3-5:7.1
	rel-3-0:7.1
	rel-2-3:7.1
	rel-2-0:5.1
	rel-1-24:5.1
	rel-1-20:1.1
	AUTOCONF:7.1.0.14;
locks; strict;
comment	@# @;


7.2
date	2004.03.18.18.25.02;	author erikg;	state dead;
branches;
next	7.1;

7.1
date	87.11.03.00.11.12;	author mike;	state Rel;
branches
	7.1.14.1;
next	6.1;

6.1
date	87.07.11.08.14.42;	author mike;	state Rel;
branches;
next	5.1;

5.1
date	87.06.24.22.45.53;	author mike;	state Rel;
branches;
next	1.1;

1.1
date	87.02.13.00.53.08;	author mike;	state Exp;
branches;
next	;

7.1.14.1
date	2003.11.07.16.41.42;	author erikg;	state dead;
branches;
next	;


desc
@fbed/Makefile
@


7.2
log
@merge of AUTOCONF branch in to HEAD
@
text
@#
#  Makefile which merely invokes MAKE properly using the combination of
#  the common Makefiles ../Makefile.defs and ../Makefile.rules
#  and the local Makefile ./Makefile.loc
#
#  This version isn't entirely satisfying yet

.SUFFIXES:
.SUFFIXES:  .zz

SHELL		= /bin/sh

everything:
	make $(MFLAGS) -$(MAKEFLAGS) \
		-f ../Makefile.defs -f Makefile.loc -f ../Makefile.rules

.c.o:
	make $(MFLAGS) -$(MAKEFLAGS) \
		-f ../Makefile.defs -f Makefile.loc -f ../Makefile.rules $@@

# Make each explicit parameter, one at a time
.DEFAULT:
	make $(MFLAGS) -$(MAKEFLAGS) \
		-f ../Makefile.defs -f Makefile.loc -f ../Makefile.rules $@@
@


7.1
log
@Release 2.3
@
text
@@


7.1.14.1
log
@generated now
@
text
@@


6.1
log
@Release 2.0
@
text
@d11 2
@


5.1
log
@Release 1.24
@
text
@@


1.1
log
@Release 1.20 -- First Formal Release
@
text
@@
