head	1.6;
access;
symbols
	rel-4-5:1.2
	ctj-4-5-post:1.2
	ctj-4-5-pre:1.2;
locks; strict;
comment	@# @;


1.6
date	99.02.12.20.45.01;	author jra;	state dead;
branches;
next	1.5;

1.5
date	99.02.12.20.07.57;	author jra;	state Exp;
branches;
next	1.4;

1.4
date	99.02.05.04.09.51;	author butler;	state Exp;
branches;
next	1.3;

1.3
date	99.01.26.22.12.55;	author mike;	state Exp;
branches;
next	1.2;

1.2
date	96.11.26.19.58.42;	author pjt;	state Exp;
branches;
next	1.1;

1.1
date	95.06.15.20.18.09;	author pjt;	state Exp;
branches;
next	;


desc
@     CAKE(1) specification file for G_LINT(1)
@


1.6
log
@changed to gtools
@
text
@/*
 *		CAKE(1) specification file for GTOOLS
 *
 * $Header: /c/CVS/brlcad/g_lint/Cakefile,v 1.5 1999/02/12 20:07:57 jra Exp jra $
 */

#define	SRCDIR	g_lint
#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 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.5
log
@Added g_diff
@
text
@d4 1
a4 1
 * $Header: /c/CVS/brlcad/g_lint/Cakefile,v 1.4 1999/02/05 04:09:51 butler Exp $
@


1.4
log
@Removed solshoot and testfree from the list of products
@
text
@d2 1
a2 1
 *		CAKE(1) specification file for G_LINT(1)
d4 1
a4 1
 * $Header: /c/CVS/brlcad/g_lint/Cakefile,v 1.3 1999/01/26 22:12:55 mike Exp $
d8 1
a8 1
#define	PRODUCTS	g_lint
d14 3
@


1.3
log
@libredblack stuff now lives in LIBBU, and has bu_ prefixes
@
text
@d4 1
a4 1
 * $Header: /c/CVS/brlcad/g_lint/Cakefile,v 1.2 1996/11/26 19:58:42 pjt Exp $
d8 1
a8 1
#define	PRODUCTS	g_lint solshoot testfree
@


1.2
log
@Modifications to use LIBBU and LIBBN
@
text
@d4 1
a4 1
 * $Header: /m/cad/g_lint/RCS/Cakefile,v 1.1 1995/06/15 20:18:09 pjt Exp pjt $
d18 2
a19 2
solshoot:	solshoot.o LIBRT_DEP LIBREDBLACK_DEP LIBBN_DEP LIBBU_DEP
	CC LDFLAGS solshoot.o LIBRT LIBBN LIBBU LIBBU_LIBES  LIBREDBLACK LIBES -o solshoot
d21 2
a22 2
testfree:	testfree.o LIBRT_DEP LIBREDBLACK_DEP LIBBN_DEP LIBBU_DEP
	CC LDFLAGS testfree.o LIBRT LIBBN LIBBU LIBBU_LIBES  LIBREDBLACK LIBES -o testfree
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
 * $Header:$
d8 1
a8 1
#define	PRODUCTS	g_lint
d15 8
a22 2
g_lint:	g_lint.o LIBRT_DEP
	CC LDFLAGS g_lint.o LIBRT LIBRT_LIBES LIBES -o g_lint
@
