head	11.3;
access;
symbols
	ansi-20040405-merged:11.2
	premerge-autoconf: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.2
	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
	rel-3-5:9.1
	rel-3-0:8.1
	AUTOCONF:11.2.0.14;
locks; strict;
comment	@# @;


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

11.2
date	98.10.28.16.27.02;	author jra;	state Exp;
branches
	11.2.14.1;
next	11.1;

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

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

10.1
date	91.10.12.06.50.27;	author mike;	state Rel4_0;
branches;
next	9.2;

9.2
date	91.01.04.00.04.24;	author mike;	state Exp;
branches;
next	9.1;

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

8.1
date	88.10.05.00.52.47;	author mike;	state Rel3_0;
branches;
next	1.2;

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

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

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


desc
@Cakefile
@


11.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			vas4/Cakefile
 *
 *  $Header: /cvs/brlcad/vas4/Cakefile,v 11.2 1998/10/28 16:27:02 jra Exp $
 */

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

#define FILES	vas4 vas_io record_seq

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

/* Explicit composition of each product */

vas4:	OBJ LIBFB_DEP LIBBU_DEP
	CC LDFLAGS -o vas4 OBJ LIBFB LIBFB_LIBES LIBBU LIBBU_LIBES LIBES

#include "../Cakefile.rules"
@


11.2
log
@Added dependencies.
@
text
@d4 1
a4 1
 *  $Header: /c/CVS/brlcad/vas4/Cakefile,v 11.1 1995/01/04 10:18:29 mike Rel4_4 $
@


11.2.14.1
log
@merge from head
@
text
@d4 1
a4 1
 *  $Header: /cvs/brlcad/vas4/Cakefile,v 11.2 1998/10/28 16:27:02 jra Exp $
@


11.1
log
@Release_4.4
@
text
@d4 1
a4 1
 *  $Header: /m/cad/vas4/RCS/Cakefile,v 10.2 94/07/12 20:28:50 mike Exp $
d19 2
a20 2
vas4:	OBJ
	CC LDFLAGS -o vas4 OBJ LIBFB LIBFB_LIBES LIBES
@


10.2
log
@Removed dependency on libraries
@
text
@d4 1
a4 1
 *  $Header: /m/cad/vas4/RCS/Cakefile,v 10.1 91/10/12 06:50:27 mike Rel4_0 Locker: mike $
@


10.1
log
@Release_4.0
@
text
@d4 1
a4 1
 *  $Header: /m/cad/vas4/RCS/Cakefile,v 9.2 91/01/04 00:04:24 mike Exp $
d19 2
a20 2
vas4:	OBJ LIBFB
	CC LDFLAGS -o vas4 OBJ LIB_PRE''LIBFB LIBFB_LIBES LIBES
@


9.2
log
@Added LIBFB_LIBES
@
text
@d4 1
a4 1
 *  $Header: /m/cad/patch/RCS/Cakefile,v 1.2 91/01/03 23:37:39 mike Exp $
@


9.1
log
@Release_3.5
@
text
@d3 2
d20 1
a20 1
	CC LDFLAGS -o vas4 OBJ LIB_PRE''LIBFB LIBES
@


8.1
log
@Release_3.0
@
text
@d17 2
a18 2
vas4:	OBJ LIBSYSV LIBFB
	CC LDFLAGS -o vas4 OBJ LIBSYSV LIBFB LIBES
@


1.2
log
@Now needs libfb
@
text
@@


1.1
log
@Initial revision
@
text
@d17 2
a18 2
vas4:	OBJ
	CC LDFLAGS -o vas4 OBJ LIBSYSV LIBES
@
