head	1.16;
access;
symbols
	ansi-20040405-merged:1.12.6.1
	premerge-autoconf:1.15
	ansi-20040316-freeze:1.12
	postmerge-20040315-windows:1.15
	premerge-20040315-windows:1.15
	windows-20040315-freeze:1.12.8.1
	autoconf-20031203:1.15
	autoconf-20031202:1.15
	phong-branch:1.13.0.4
	photonmap-branch:1.13.0.2
	rel-6-1-DP:1.12
	windows-branch:1.12.0.8
	rel-6-0-2:1.12
	ansi-branch:1.12.0.6
	rel-6-0-1-branch:1.12.0.4
	hartley-6-0-post:1.12
	hartley-6-0-pre:1.12
	rel-6-0-1:1.12
	rel-6-0:1.12
	rel-5-4:1.12
	offsite-5-3-pre:1.12
	rel-5-3:1.12
	rel-5-2:1.12
	rel-5-1-branch:1.12.0.2
	rel-5-1:1.12
	rel-5-0:1.12
	rel-5-0-beta:1.11
	rel-4-5:1.9
	ctj-4-5-post:1.9
	ctj-4-5-pre:1.9
	AUTOCONF:1.15.0.2;
locks; strict;
comment	@# @;


1.16
date	2004.03.18.18.25.14;	author erikg;	state dead;
branches;
next	1.15;

1.15
date	2003.10.01.16.19.28;	author morrison;	state Exp;
branches
	1.15.2.1;
next	1.14;

1.14
date	2003.09.27.01.24.15;	author morrison;	state Exp;
branches;
next	1.13;

1.13
date	2002.11.01.16.21.28;	author jra;	state Exp;
branches;
next	1.12;

1.12
date	99.06.03.01.19.35;	author mike;	state Exp;
branches
	1.12.6.1
	1.12.8.1;
next	1.11;

1.11
date	99.05.27.21.54.26;	author mike;	state Exp;
branches;
next	1.10;

1.10
date	98.12.11.20.22.52;	author mike;	state Exp;
branches;
next	1.9;

1.9
date	97.03.05.02.10.30;	author mike;	state Exp;
branches;
next	1.8;

1.8
date	97.01.09.00.59.23;	author mike;	state Exp;
branches;
next	1.7;

1.7
date	97.01.08.03.56.28;	author mike;	state Exp;
branches;
next	1.6;

1.6
date	96.12.13.14.21.17;	author jra;	state Exp;
branches;
next	1.5;

1.5
date	96.10.02.23.45.04;	author mike;	state Exp;
branches;
next	1.4;

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

1.3
date	96.09.13.04.27.35;	author butler;	state Exp;
branches;
next	1.2;

1.2
date	96.09.11.08.44.27;	author butler;	state Exp;
branches;
next	1.1;

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

1.12.6.1
date	2004.03.17.21.16.46;	author morrison;	state Exp;
branches;
next	;

1.12.8.1
date	2004.03.11.23.41.43;	author morrison;	state Exp;
branches;
next	;

1.15.2.1
date	2004.03.18.18.08.28;	author erikg;	state dead;
branches;
next	;


desc
@libbn/Cakefile
@


1.16
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			libbn/Cakefile
 */
#define SRCDIR	libbn
#define PRODUCTS	libbn.ARCH_SUF
#define	SRCSUFF	.c
#define MANSECTION	3

#include "../Cakefile.defs"

#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libbu.sp3 -lbu -L../.libtcl8.4.sp3 -ltcl8.4
#endif

#define FILES	\
	bn_tcl \
	complex \
	const \
	mat \
	msr \
	noise \
	plane \
	poly \
	qmath \
	rand \
	wavelet \
	asize \
	anim \
	tabdata \
	sphmap \
	plot3 fortran font \
	axis list marker number \
	scale vectfont symbol vector \
	tplot vert_tree

#define VERSION_VARIABLE	bn_version
#define LIBRARY_TITLE		"The BRL-CAD Numerical Computation Library"

#include "../Cakefile.lib"

#include "../Cakefile.rules"
@


1.15
log
@use -ltcl8.4 and -ltk8.4 to prevent getting a system /usr/lib/libtcl...
@
text
@@


1.15.2.1
log
@merge from head
@
text
@@


1.14
log
@Added a RESOLVE_LIBRARIES section to support linking fully resolved libraries (which are preferred library styles on aix and macosx); this section presently only supports AIX
@
text
@d12 1
a12 1
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libbu.sp3 -lbu -L../.libtcl8.4.sp3 -ltcl
@


1.13
log
@Added support for vertex binary search trees
@
text
@d11 4
@


1.12
log
@
sphmap.c moved here from librt
@
text
@d30 1
a30 1
	tplot
@


1.12.6.1
log
@sync branch with HEAD
@
text
@a10 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libbu.sp3 -lbu -L../.libtcl8.4.sp3 -ltcl8.4
#endif

d30 1
a30 1
	tplot vert_tree
@


1.12.8.1
log
@sync to HEAD...
@
text
@a10 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libbu.sp3 -lbu -L../.libtcl8.4.sp3 -ltcl8.4
#endif

d30 1
a30 1
	tplot vert_tree
@


1.11
log
@
Absorbed font.c from librt, part of the relocation of the VLIST code to libbn
@
text
@d26 1
@


1.10
log
@tabdata.c moved to libbn from librt
@
text
@d26 1
a26 1
	plot3 fortran \
@


1.9
log
@mged/math.c became libbn/bn_tcl.c
@
text
@d25 1
@


1.8
log
@Absorbed anim.c from anim/
@
text
@d12 1
@


1.7
log
@Absorbed LIBPLOT into LIBBN
@
text
@d23 1
@


1.6
log
@Added asize.c
@
text
@d22 5
a26 1
	asize
@


1.5
log
@Added msr
@
text
@d21 2
a22 1
	wavelet
@


1.4
log
@noise.c added to library
@
text
@d15 1
@


1.3
log
@checkpoint
@
text
@d15 1
@


1.2
log
@added new files
@
text
@d13 1
d15 1
@


1.1
log
@Initial revision
@
text
@d13 5
a17 1
	poly
@
