head	1.4;
access;
symbols
	ansi-20040405-merged:1.3
	premerge-autoconf:1.3
	ansi-20040316-freeze:1.3
	postmerge-20040315-windows:1.3
	premerge-20040315-windows:1.3
	windows-20040315-freeze:1.3
	autoconf-20031203:1.3
	autoconf-20031202:1.3
	phong-branch:1.3.0.12
	photonmap-branch:1.3.0.10
	rel-6-1-DP:1.3
	windows-branch:1.3.0.8
	rel-6-0-2:1.3
	ansi-branch:1.3.0.6
	rel-6-0-1-branch:1.3.0.4
	hartley-6-0-post:1.3
	hartley-6-0-pre:1.3
	rel-6-0-1:1.3
	rel-6-0:1.3
	rel-5-4:1.3
	offsite-5-3-pre:1.3
	rel-5-3:1.3
	rel-5-2:1.3
	rel-5-1-branch:1.3.0.2
	rel-5-1:1.3
	rel-5-0:1.3
	rel-5-0-beta:1.3
	AUTOCONF:1.3.0.14;
locks; strict;
comment	@# @;


1.4
date	2004.03.18.18.25.14;	author erikg;	state dead;
branches;
next	1.3;

1.3
date	99.04.05.13.52.58;	author jra;	state Exp;
branches
	1.3.14.1;
next	1.2;

1.2
date	99.02.12.21.20.45;	author jra;	state Exp;
branches;
next	1.1;

1.1
date	99.02.12.20.44.13;	author jra;	state Exp;
branches;
next	;

1.3.14.1
date	2004.03.18.18.10.25;	author erikg;	state dead;
branches;
next	;


desc
@@


1.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *		CAKE(1) specification file for GTOOLS
 *
 * $Header: /cvs/brlcad/gtools/Cakefile,v 1.3 1999/04/05 13:52:58 jra Exp $
 */

#define	SRCDIR	gtools
#define	PRODUCTS	g_lint g_diff
#define	SRCSUFF		.c
#define	MANSECTION	1

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

g_diff:	g_diff.o LIBRT_DEP LIBBU_DEP LIBTCL_DEP
	CC LDFLAGS -o g_diff g_diff.o LIBRT LIBBN LIBBU LIBBU_LIBES LIBTCL LIBTCL_LIBES LIBES

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

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

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

#include "../Cakefile.rules"
@


1.3
log
@Added "LIBTCL_LIBES" to build line
@
text
@d4 1
a4 1
 * $Header: /c/CVS/brlcad/gtools/Cakefile,v 1.2 1999/02/12 21:20:45 jra Exp $
@


1.3.14.1
log
@merge from head
@
text
@d4 1
a4 1
 * $Header: /cvs/brlcad/gtools/Cakefile,v 1.3 1999/04/05 13:52:58 jra Exp $
@


1.2
log
@Corrected Cakefile's idea of SRCDIR
@
text
@d4 1
a4 1
 * $Header: /c/CVS/brlcad/gtools/Cakefile,v 1.1 1999/02/12 20:44:13 jra Exp $
d16 1
a16 1
	CC LDFLAGS -o g_diff g_diff.o LIBRT LIBBN LIBBU LIBBU_LIBES LIBTCL LIBES
@


1.1
log
@changed g_lint directry to gtools
@
text
@d4 1
a4 1
 * $Header: /c/CVS/brlcad/g_lint/Cakefile,v 1.5 1999/02/12 20:07:57 jra Exp $
d7 1
a7 1
#define	SRCDIR	g_lint
@
