head	11.4;
access;
symbols
	ansi-20040405-merged:11.3
	premerge-autoconf:11.3
	postmerge-20040315-windows:11.3
	premerge-20040315-windows:11.3
	windows-20040315-freeze:11.3
	autoconf-20031203:11.3
	autoconf-20031202:11.3
	phong-branch:11.3.0.12
	photonmap-branch:11.3.0.10
	rel-6-1-DP:11.3
	windows-branch:11.3.0.8
	rel-6-0-2:11.3
	ansi-branch:11.3.0.6
	rel-6-0-1-branch:11.3.0.4
	hartley-6-0-post:11.3
	hartley-6-0-pre:11.3
	rel-6-0-1:11.3
	rel-6-0:11.3
	rel-5-4:11.3
	offsite-5-3-pre:11.3
	rel-5-3:11.3
	rel-5-2:11.3
	rel-5-1-branch:11.3.0.2
	rel-5-1:11.3
	rel-5-0:11.3
	rel-5-0-beta:11.3
	rel-4-5:11.3
	ctj-4-5-post:11.3
	ctj-4-5-pre:11.3
	rel-4-4:11.1
	rel-4-0:10.1
	rel-3-5:9.1
	rel-3-0:8.1
	AUTOCONF:11.3.0.14;
locks; strict;
comment	@# @;


11.4
date	2004.03.18.18.19.21;	author erikg;	state dead;
branches;
next	11.3;

11.3
date	96.08.31.11.34.43;	author mike;	state Exp;
branches
	11.3.14.1;
next	11.2;

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

11.1
date	95.01.04.10.18.41;	author mike;	state Rel4_4;
branches;
next	10.2;

10.2
date	94.07.12.20.29.09;	author mike;	state Exp;
branches;
next	10.1;

10.1
date	91.10.12.06.50.35;	author mike;	state Rel4_0;
branches;
next	9.3;

9.3
date	91.06.13.08.05.36;	author mike;	state Exp;
branches;
next	9.2;

9.2
date	91.04.12.15.39.55;	author moss;	state Exp;
branches;
next	9.1;

9.1
date	89.05.19.06.14.19;	author mike;	state Rel3_5;
branches;
next	8.1;

8.1
date	88.10.05.00.53.15;	author mike;	state Rel3_0;
branches;
next	1.1;

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

11.3.14.1
date	2004.03.18.18.10.35;	author erikg;	state dead;
branches;
next	;


desc
@Cakefile
@


11.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			vdeck/Cakefile
 */

#define SRCDIR	vdeck
#define PRODUCTS	vdeck
#define	SRCSUFF	.c
#define MANSECTION	1

#define FILES	vdeck cgarbs match parsarg

#define EXTRA_CLEAN	solids regions region_ids

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

/* Explicit composition of each product */

vdeck:	OBJ LIBRT_DEP LIBBN_DEP LIBBU_DEP
	CC LDFLAGS -o vdeck OBJ LIBRT LIBBN LIBBU LIBBU_LIBES LIBES

#include "../Cakefile.rules"
@


11.3
log
@LIBBN
@
text
@@


11.3.14.1
log
@merge from head
@
text
@@


11.2
log
@libbu
@
text
@d19 2
a20 2
vdeck:	OBJ
	CC LDFLAGS -o vdeck OBJ LIBRT LIBBU LIBBU_LIBES LIBES
@


11.1
log
@Release_4.4
@
text
@d20 1
a20 1
	CC LDFLAGS -o vdeck OBJ LIBRT LIBRT_LIBES LIBES
@


10.2
log
@Removed dependency on libraries
@
text
@@


10.1
log
@Release_4.0
@
text
@d19 2
a20 2
vdeck:	OBJ LIBRT
	CC LDFLAGS -o vdeck OBJ LIB_PRE''LIBRT LIBRT_LIBES LIBES
@


9.3
log
@new version
@
text
@@


9.2
log
@Added MAXSOL and NDIR configuration comment.
@
text
@d2 1
a2 7
			vdeck/Cakefile

	To enlarge the number of regions and solids that vdeck can
	handle, define MAXSOL and NDIR as follows:

	#define CONFIGDEFS="-DMAXSOL=15000 -DNDIR=30000"

d10 1
a10 2
/* The numbers 15000 and 30000 should be tailored to fit your needs,
   since static arrays are allocated, be conservative. */
d12 1
a12 1
/* #define CONFIGDEFS=-DMAXSOL=15000 -DNDIR=30000 */
a13 2
#define FILES	vdeck cgarbs match parsarg vproc vglobal vsort

d19 2
a20 2
vdeck:	OBJ
	CC LDFLAGS -o vdeck OBJ LIBES
@


9.1
log
@Release_3.5
@
text
@d2 7
a8 1
 *			vdeck/Cakefile
d15 5
@


8.1
log
@Release_3.0
@
text
@d18 1
a18 1
	CC LDFLAGS -o vdeck OBJ LIBSYSV LIBES
@


1.1
log
@Initial revision
@
text
@@
