head	11.7;
access;
symbols
	ansi-20040405-merged:11.6
	premerge-autoconf:11.6
	postmerge-20040315-windows:11.6
	premerge-20040315-windows:11.6
	windows-20040315-freeze:11.6
	autoconf-20031203:11.6
	autoconf-20031202:11.6
	phong-branch:11.6.0.12
	photonmap-branch:11.6.0.10
	rel-6-1-DP:11.6
	windows-branch:11.6.0.8
	rel-6-0-2:11.6
	ansi-branch:11.6.0.6
	rel-6-0-1-branch:11.6.0.4
	hartley-6-0-post:11.6
	hartley-6-0-pre:11.6
	rel-6-0-1:11.6
	rel-6-0:11.6
	rel-5-4:11.6
	offsite-5-3-pre:11.6
	rel-5-3:11.6
	rel-5-2:11.6
	rel-5-1-branch:11.6.0.2
	rel-5-1:11.6
	rel-5-0:11.6
	rel-5-0-beta:11.6
	rel-4-5:11.6
	ctj-4-5-post:11.6
	ctj-4-5-pre:11.6
	rel-4-4:11.1
	rel-4-0:10.1
	AUTOCONF:11.6.0.14;
locks; strict;
comment	@# @;


11.7
date	2004.03.18.18.25.17;	author erikg;	state dead;
branches;
next	11.6;

11.6
date	97.01.08.04.02.46;	author mike;	state Exp;
branches
	11.6.14.1;
next	11.5;

11.5
date	96.12.31.18.01.14;	author jra;	state Exp;
branches;
next	11.4;

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

11.3
date	96.08.27.05.53.24;	author mike;	state Exp;
branches;
next	11.2;

11.2
date	96.08.27.05.50.11;	author mike;	state Exp;
branches;
next	11.1;

11.1
date	95.01.04.10.19.34;	author mike;	state Rel4_4;
branches;
next	10.8;

10.8
date	94.10.28.20.26.30;	author mike;	state Exp;
branches;
next	10.7;

10.7
date	94.09.21.04.36.05;	author mike;	state Exp;
branches;
next	10.6;

10.6
date	94.08.25.15.51.11;	author gdurf;	state Exp;
branches;
next	10.5;

10.5
date	94.08.25.14.24.23;	author gdurf;	state Exp;
branches;
next	10.4;

10.4
date	94.08.25.13.07.44;	author gdurf;	state Exp;
branches;
next	10.3;

10.3
date	94.08.03.19.20.20;	author cnuzman;	state Exp;
branches;
next	10.2;

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

10.1
date	91.10.12.06.51.23;	author mike;	state Rel4_0;
branches;
next	1.1;

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

11.6.14.1
date	2004.03.18.18.10.32;	author erikg;	state dead;
branches;
next	;


desc
@tab/Cakefile
@


11.7
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			tab/Cakefile
 */

#define SRCDIR	tab
#define PRODUCTS	tabinterp txyz-pl tabsub scriptsort script-tab
#define	SRCSUFF	.c
#define MANSECTION	1

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

#define FILES	tabinterp txyz-pl tabsub

/* Explicit composition of each product */

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

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

txyz-pl:	txyz-pl.o LIBBN_DEP LIBBU_DEP
	CC LDFLAGS txyz-pl.o LIBBN LIBBU LIBBU_LIBES LIBES -o txyz-pl

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

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

#include "../Cakefile.rules"
@


11.6
log
@LIBPLOT --> LIBBN
@
text
@@


11.6.14.1
log
@merge from head
@
text
@@


11.5
log
@Added LIBBN and LIBBU.
@
text
@d23 2
a24 2
txyz-pl:	txyz-pl.o LIBPLOT_DEP LIBBU_DEP
	CC LDFLAGS txyz-pl.o LIBPLOT LIBBU LIBBU_LIBES LIBES -o txyz-pl
@


11.4
log
@LIBBN
@
text
@d17 1
a17 1
tabinterp: tabinterp.o LIBRT_DEP
d20 1
a20 1
tabsub:	tabsub.o  LIBRT_DEP
d23 2
a24 2
txyz-pl:	txyz-pl.o LIBPLOT_DEP
	CC LDFLAGS txyz-pl.o LIBPLOT LIBES -o txyz-pl
d26 2
a27 2
scriptsort:	scriptsort.o script.o LIBBU_DEP
	CC LDFLAGS scriptsort.o script.o LIBBN LIBBU LIBBU_LIBES LIBES -o scriptsort
d29 1
a29 1
script-tab:	script-tab.o  LIBRT_DEP
@


11.3
log
@libbu
@
text
@d18 1
a18 1
	CC LDFLAGS tabinterp.o LIBRT LIBBU LIBBU_LIBES LIBES -o tabinterp
d21 1
a21 1
	CC LDFLAGS tabsub.o LIBRT LIBBU LIBBU_LIBES LIBES -o tabsub
d27 1
a27 1
	CC LDFLAGS scriptsort.o script.o LIBBU LIBBU_LIBES LIBES -o scriptsort
d30 1
a30 1
	CC LDFLAGS script-tab.o LIBRT LIBBU LIBBU_LIBES LIBES -o script-tab
@


11.2
log
@Added script-tab
@
text
@d18 1
a18 1
	CC LDFLAGS tabinterp.o LIBRT LIBRT_LIBES LIBES -o tabinterp
d21 1
a21 1
	CC LDFLAGS tabsub.o LIBRT LIBRT_LIBES LIBES -o tabsub
d26 2
a27 2
scriptsort:	scriptsort.o script.o LIBRT_DEP
	CC LDFLAGS scriptsort.o script.o LIBRT LIBRT_LIBES LIBES -o scriptsort
d30 1
a30 1
	CC LDFLAGS script-tab.o LIBRT LIBRT_LIBES LIBES -o script-tab
@


11.1
log
@Release_4.4
@
text
@d6 1
a6 1
#define PRODUCTS	tabinterp txyz-pl tabsub scriptsort
d28 3
@


10.8
log
@Added scriptsort
@
text
@@


10.7
log
@Eliminated LIBMALLOC
@
text
@d6 1
a6 1
#define PRODUCTS	tabinterp txyz-pl tabsub
d25 3
@


10.6
log
@Removed bogus dependency
@
text
@d18 1
a18 1
	CC LDFLAGS tabinterp.o LIBRT LIBRT_LIBES LIBMALLOC LIBES -o tabinterp
d21 1
a21 1
	CC LDFLAGS tabsub.o LIBRT LIBRT_LIBES LIBMALLOC LIBES -o tabsub
d24 1
a24 1
	CC LDFLAGS txyz-pl.o LIBPLOT LIBMALLOC LIBES -o txyz-pl
@


10.5
log
@removed bad dependencies
@
text
@d23 1
a23 1
txyz-pl:	txyz-pl.o LIBPLOT_DEP LIBMALLOC_DEP
@


10.4
log
@New dependency style
@
text
@d17 1
a17 1
tabinterp: tabinterp.o LIBRT_DEP LIBMALLOC_DEP
d20 1
a20 1
tabsub:	tabsub.o  LIBRT_DEP LIBMALLOC_DEP
@


10.3
log
@no change
@
text
@d17 1
a17 1
tabinterp: tabinterp.o
d20 1
a20 1
tabsub:	tabsub.o
d23 1
a23 1
txyz-pl:	txyz-pl.o
@


10.2
log
@Eliminated LIB_PRE
@
text
@@


10.1
log
@Release_4.0
@
text
@d17 2
a18 2
tabinterp: tabinterp.o LIBRT
	CC LDFLAGS tabinterp.o LIB_PRE''LIBRT LIBRT_LIBES LIBMALLOC LIBES -o tabinterp
d20 2
a21 2
tabsub:	tabsub.o LIBRT
	CC LDFLAGS tabsub.o LIB_PRE''LIBRT LIBRT_LIBES LIBMALLOC LIBES -o tabsub
d23 2
a24 2
txyz-pl:	txyz-pl.o LIBPLOT
	CC LDFLAGS txyz-pl.o LIB_PRE''LIBPLOT LIBMALLOC LIBES -o txyz-pl
@


1.1
log
@Initial revision
@
text
@@
