head	11.5;
access;
symbols
	ansi-20040405-merged:11.4
	premerge-autoconf:11.4
	ansi-20040316-freeze:11.4
	postmerge-20040315-windows:11.4
	premerge-20040315-windows:11.4
	windows-20040315-freeze:11.4
	autoconf-20031203:11.4
	autoconf-20031202:11.4
	phong-branch:11.4.0.12
	photonmap-branch:11.4.0.10
	rel-6-1-DP:11.4
	windows-branch:11.4.0.8
	rel-6-0-2:11.4
	ansi-branch:11.4.0.6
	rel-6-0-1-branch:11.4.0.4
	hartley-6-0-post:11.4
	hartley-6-0-pre:11.4
	rel-6-0-1:11.4
	rel-6-0:11.4
	rel-5-4:11.4
	offsite-5-3-pre:11.4
	rel-5-3:11.4
	rel-5-2:11.4
	rel-5-1-branch:11.4.0.2
	rel-5-1:11.4
	rel-5-0:11.4
	rel-5-0-beta:11.4
	rel-4-5:11.3
	ctj-4-5-post:11.3
	ctj-4-5-pre:11.3
	rel-4-4:11.1
	AUTOCONF:11.4.0.14;
locks; strict;
comment	@# @;


11.5
date	2004.03.18.18.25.14;	author erikg;	state dead;
branches;
next	11.4;

11.4
date	98.06.25.05.57.03;	author mike;	state Exp;
branches
	11.4.14.1;
next	11.3;

11.3
date	96.08.31.11.18.26;	author mike;	state Exp;
branches;
next	11.2;

11.2
date	96.08.27.05.36.21;	author mike;	state Exp;
branches;
next	11.1;

11.1
date	95.01.04.10.06.27;	author mike;	state Rel4_4;
branches;
next	1.2;

1.2
date	94.09.10.05.49.31;	author mike;	state Exp;
branches;
next	1.1;

1.1
date	92.11.10.22.39.31;	author mm;	state Exp;
branches;
next	;

11.4.14.1
date	2004.03.18.18.10.27;	author erikg;	state dead;
branches;
next	;


desc
@jack Cakefile
@


11.5
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			jack/Cakefile
 */

#define SRCDIR	jack
#define PRODUCTS	g-jack jack-g
#define	SRCSUFF	.c
#define MANSECTION	1

#include "../Cakefile.defs"
#include "../Cakefile.prog"

/* Explicit composition of each product */

g-jack:	g-jack.o LIBRT_DEP LIBBN_DEP LIBBU_DEP
	CC LDFLAGS -o g-jack g-jack.o LIBRT LIBBN LIBBU LIBBU_LIBES LIBES

jack-g:	jack-g.o LIBWDB_DEP LIBRT_DEP LIBBN_DEP LIBBU_DEP
	CC LDFLAGS -o jack-g jack-g.o LIBWDB LIBRT LIBBN LIBBU LIBBU_LIBES LIBES

#include "../Cakefile.rules"
@


11.4
log
@LIBBN_DEP was used in a rule; it's a dependency macro.  Bad.
@
text
@@


11.4.14.1
log
@merge from head
@
text
@@


11.3
log
@LIBBN
@
text
@d19 1
a19 1
	CC LDFLAGS -o jack-g jack-g.o LIBWDB LIBRT LIBBN_DEP LIBBU LIBBU_LIBES LIBES
@


11.2
log
@libbu
@
text
@d15 2
a16 2
g-jack:	g-jack.o LIBRT_DEP LIBBU_DEP
	CC LDFLAGS -o g-jack g-jack.o LIBRT LIBBU LIBBU_LIBES LIBES
d18 2
a19 2
jack-g:	jack-g.o LIBWDB_DEP LIBRT_DEP LIBBU_DEP
	CC LDFLAGS -o jack-g jack-g.o LIBWDB LIBRT LIBBU LIBBU_LIBES LIBES
@


11.1
log
@Release_4.4
@
text
@d15 2
a16 2
g-jack:	g-jack.o LIBRT_DEP
	CC LDFLAGS -o g-jack g-jack.o LIBRT LIBRT_LIBES LIBES
d18 2
a19 2
jack-g:	jack-g.o LIBWDB_DEP LIBRT_DEP
	CC LDFLAGS -o jack-g jack-g.o LIBWDB LIBRT LIBRT_LIBES LIBES
@


1.2
log
@Changed to new dependency defines
@
text
@@


1.1
log
@Initial revision
@
text
@d15 2
a16 2
g-jack:	g-jack.o LIBRT
	CC LDFLAGS -o g-jack g-jack.o LIB_PRE''LIBRT LIBRT_LIBES LIBES
d18 2
a19 2
jack-g:	jack-g.o LIBWDB LIBRT
	CC LDFLAGS -o jack-g jack-g.o LIBWDB LIB_PRE''LIBRT LIBRT_LIBES LIBES
@
