head	11.5;
access;
symbols
	rel-4-5:11.4
	ctj-4-5-post:11.4
	ctj-4-5-pre:11.4
	rel-4-4:11.1;
locks; strict;
comment	@# @;


11.5
date	98.12.30.04.24.09;	author mike;	state dead;
branches;
next	11.4;

11.4
date	96.08.31.09.38.27;	author mike;	state Exp;
branches;
next	11.3;

11.3
date	95.09.20.12.02.57;	author pjt;	state Exp;
branches;
next	11.2;

11.2
date	95.09.18.17.34.53;	author pjt;	state Exp;
branches;
next	11.1;

11.1
date	95.01.04.10.05.59;	author mike;	state Rel4_4;
branches;
next	1.2;

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

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


desc
@Cakefile for libreblack.
@


11.5
log
@All moved to libbu
@
text
@/*
 *	Cake(1) specification file for libredblack(3)
 */
#define SRCDIR	libredblack
#define PRODUCTS	libredblack.ARCH_SUF
#define	SRCSUFF	.c
#define MANSECTION	3

#include "../Cakefile.defs"

#define FILES	\
		rb_create rb_delete rb_diag rb_extreme	\
		rb_free rb_insert rb_order_stats	\
		rb_rotate rb_search rb_walk
	

#define VERSION_VARIABLE	rb_version
#define LIBRARY_TITLE		"The BRL-CAD Red-Black Library"

#include "../Cakefile.lib"

#include "../Cakefile.rules"
@


11.4
log
@rb_version, not rt_version.
@
text
@@


11.3
log
@Added rb_order_stats
@
text
@d17 1
a17 1
#define VERSION_VARIABLE	rt_version
@


11.2
log
@Added rb_free
@
text
@d2 1
a2 1
 *			libredblack/Cakefile
d12 2
a13 2
		rb_create rb_delete rb_diag		\
		rb_extreme rb_free rb_insert		\
@


11.1
log
@Release_4.4
@
text
@d13 2
a14 2
		rb_extreme rb_insert rb_rotate		\
		rb_search rb_walk
@


1.2
log
@Changed rb_diagnostics.c to rb_diag.c for Linux
@
text
@@


1.1
log
@Initial revision
@
text
@d12 1
a12 1
		rb_create rb_delete rb_diagnostics	\
@
