head	11.3;
access;
symbols
	ansi-20040405-merged:11.2
	premerge-autoconf:11.2
	ansi-20040316-freeze:11.2
	postmerge-20040315-windows:11.2
	premerge-20040315-windows:11.2
	windows-20040315-freeze:11.2
	autoconf-20031203:11.2
	autoconf-20031202:11.2
	phong-branch:11.2.0.12
	photonmap-branch:11.2.0.10
	rel-6-1-DP:11.2
	windows-branch:11.2.0.8
	rel-6-0-2:11.2
	ansi-branch:11.2.0.6
	rel-6-0-1-branch:11.2.0.4
	hartley-6-0-post:11.2
	hartley-6-0-pre:11.2
	rel-6-0-1:11.2
	rel-6-0:11.2
	rel-5-4:11.2
	offsite-5-3-pre:11.2
	rel-5-3:11.2
	rel-5-2:11.2
	rel-5-1-branch:11.2.0.2
	rel-5-1:11.2
	rel-5-0:11.2
	rel-5-0-beta:11.1
	rel-4-5:11.1
	ctj-4-5-post:11.1
	ctj-4-5-pre:11.1
	rel-4-4:11.1
	rel-4-0:10.1
	AUTOCONF:11.2.0.14;
locks; strict;
comment	@# @;


11.3
date	2004.03.18.18.15.13;	author erikg;	state dead;
branches;
next	11.2;

11.2
date	99.06.03.00.08.26;	author mike;	state Exp;
branches
	11.2.14.1;
next	11.1;

11.1
date	95.01.04.09.50.49;	author mike;	state Rel4_4;
branches;
next	10.1;

10.1
date	91.10.12.06.36.14;	author mike;	state Rel4_0;
branches;
next	1.1;

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

11.2.14.1
date	2004.03.18.18.10.23;	author erikg;	state dead;
branches;
next	;


desc
@Part of AWF, by Henry Spencer
@


11.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			awf/Cakefile
 *
 *  The actual formatter is located in "../brlman", because it needs to
 *  be installed in BINDIR.
 *
 *  Note:  The file "brlman/awf" needs to be modified when the definition of
 *  ETCDIR is changed.
 */
#include "../Cakefile.defs"

#define PRODUCTS	common dev.dumb mac.man mac.ms \
			pass1 pass2.base pass2.man pass2.ms pass3 \
			AWF_COPYRIGHT
#define SRCDIR	awf
#undef BINDIR
#define BINDIR	ETCDIR
#undef BINPERM
#define BINPERM MANPERM
#define FILES	/**/
#define	SRCSUFF	/**/
#define MANSECTION	1

#define STATIC_PRODUCTS	PRODUCTS	/* Force PRODUCTS into dist */

/*
 *  There is nothing to compile.
 *  The "install-prod" rule should install PRODUCTS,
 *  and "inst-dist" rule should take care of copying to distribution dir.
 *  Nothing else to do.
 */
all&:
	@@echo "SRCDIR:  all done"

#include "../Cakefile.rules"
@


11.2
log
@
Changed to install without X bits, none of this is executable.
@
text
@@


11.2.14.1
log
@merge from head
@
text
@@


11.1
log
@Release_4.4
@
text
@d18 2
@


10.1
log
@Release_4.0
@
text
@@


1.1
log
@Initial revision
@
text
@@
