head	11.6;
access;
symbols
	ansi-20040405-merged:11.5
	premerge-autoconf:11.5
	postmerge-20040315-windows:11.5
	premerge-20040315-windows:11.5
	windows-20040315-freeze:11.5
	autoconf-20031203:11.5
	autoconf-20031202:11.5
	phong-branch:11.5.0.12
	photonmap-branch:11.5.0.10
	rel-6-1-DP:11.5
	windows-branch:11.5.0.8
	rel-6-0-2:11.5
	ansi-branch:11.5.0.6
	rel-6-0-1-branch:11.5.0.4
	hartley-6-0-post:11.5
	hartley-6-0-pre:11.5
	rel-6-0-1:11.5
	rel-6-0:11.5
	rel-5-4:11.5
	offsite-5-3-pre:11.5
	rel-5-3:11.5
	rel-5-2:11.5
	rel-5-1-branch:11.5.0.2
	rel-5-1:11.5
	rel-5-0:11.5
	rel-5-0-beta:11.5
	rel-4-5:11.5
	ctj-4-5-post:11.5
	ctj-4-5-pre:11.5
	rel-4-4:11.1
	rel-4-0:10.1
	AUTOCONF:11.5.0.14;
locks; strict;
comment	@# @;


11.6
date	2004.03.18.18.25.16;	author erikg;	state dead;
branches;
next	11.5;

11.5
date	97.06.05.14.36.17;	author jra;	state Exp;
branches
	11.5.14.1;
next	11.4;

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

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

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

11.1
date	95.01.04.10.22.23;	author mike;	state Rel4_4;
branches;
next	10.4;

10.4
date	94.12.30.03.37.50;	author mike;	state Exp;
branches;
next	10.3;

10.3
date	94.09.21.04.42.12;	author mike;	state Exp;
branches;
next	10.2;

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

10.1
date	91.10.12.06.53.36;	author mike;	state Rel4_0;
branches;
next	1.5;

1.5
date	91.07.18.16.14.38;	author pjt;	state Exp;
branches;
next	1.4;

1.4
date	91.07.02.02.27.10;	author mike;	state Exp;
branches;
next	1.3;

1.3
date	91.06.18.12.30.38;	author pjt;	state Exp;
branches;
next	1.2;

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

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

11.5.14.1
date	2004.03.18.18.10.31;	author erikg;	state dead;
branches;
next	;


desc
@Cakefile for NIRT
@


11.6
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			nirt/Cakefile
 *
 *  $Header: /cvs/brlcad/nirt/Cakefile,v 11.5 1997/06/05 14:36:17 jra Exp $
 */
#define CONFIGDEFS	RT_CONFIG -DDFLT_SHELL=\\\\"/bin/sh\\\\"

#define SRCDIR	nirt
#define PRODUCTS	nirt
#define	SRCSUFF	.c
#define MANSECTION	1

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

#define	NIRT_OBJ	\
	nirt.o command.o conversion.o if.o interact.o bsphere.o \
	read_mat.o str_manip.o parse_fmt.o

nirt:	NIRT_OBJ LIBRT_DEP LIBBN_DEP LIBFB_DEP LIBBU_DEP
	sh ../sh//newvers.sh version "Natalie's Interactive Ray Tracer"
	CC CFLAGS -c vers.c
	CC LDFLAGS NIRT_OBJ vers.o LIBRT LIBBN LIBFB LIBFB_LIBES LIBBU LIBBU_LIBES LIBES -o nirt

#include "../Cakefile.rules"
@


11.5
log
@corrected path to newvers.sh
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 11.4 1996/08/31 11:32:57 mike Exp jra $
@


11.5.14.1
log
@merge from head
@
text
@d4 1
a4 1
 *  $Header: /cvs/brlcad/nirt/Cakefile,v 11.5 1997/06/05 14:36:17 jra Exp $
@


11.4
log
@LIBBN
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 11.3 1996/08/27 06:00:07 mike Exp mike $
d21 1
a21 1
	sh ../newvers.sh version "Natalie's Interactive Ray Tracer"
@


11.3
log
@libbu
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 11.2 1996/07/23 22:41:53 mike Exp mike $
d20 1
a20 1
nirt:	NIRT_OBJ LIBRT_DEP LIBFB_DEP LIBBU_DEP
d23 1
a23 1
	CC LDFLAGS NIRT_OBJ vers.o LIBRT LIBFB LIBFB_LIBES LIBBU LIBBU_LIBES LIBES -o nirt
@


11.2
log
@Added dependencies
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 11.1 1995/01/04 10:22:23 mike Rel4_4 mike $
d20 1
a20 1
nirt:	NIRT_OBJ LIBRT_DEP LIBFB_DEP
d23 1
a23 1
	CC LDFLAGS NIRT_OBJ vers.o LIBRT LIBFB LIBFB_LIBES LIBRT_LIBES LIBES -o nirt
@


11.1
log
@Release_4.4
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 10.4 94/12/30 03:37:50 mike Exp $
d20 1
a20 1
nirt:	NIRT_OBJ
@


10.4
log
@Made default shell reasonable.
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 10.3 94/09/21 04:42:12 mike Exp Locker: mike $
@


10.3
log
@Eliminated LIBMALLOC
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 10.2 94/07/12 22:19:51 mike Exp Locker: mike $
d6 1
a6 1
#define CONFIGDEFS	RT_CONFIG -DDFLT_SHELL=\\\\"/bin/tbsh\\\\"
@


10.2
log
@Got rid of library dependence, LIB_PRE.
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 10.1 91/10/12 06:53:36 mike Rel4_0 Locker: mike $
d23 1
a23 1
	CC LDFLAGS NIRT_OBJ vers.o LIBRT LIBFB LIBFB_LIBES LIBRT_LIBES LIBMALLOC LIBES -o nirt
@


10.1
log
@Release_4.0
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 1.5 91/07/18 16:14:38 pjt Exp $
d20 1
a20 1
nirt:	NIRT_OBJ LIBRT
d23 1
a23 1
	CC LDFLAGS NIRT_OBJ vers.o LIB_PRE''LIBRT LIB_PRE''LIBFB LIBFB_LIBES LIBRT_LIBES LIBMALLOC LIBES -o nirt
@


1.5
log
@Switched from dist_def.c approach
to bsphere.c
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 1.4 91/07/02 02:27:10 mike Exp $
@


1.4
log
@Added the rules
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 1.3 91/06/18 12:30:38 pjt Exp $
d17 1
a17 1
	nirt.o command.o conversion.o if.o interact.o dist_def.o \
@


1.3
log
@Added read_mat.o
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 1.2 91/02/26 09:27:36 pjt Exp $
d24 2
@


1.2
log
@Changed "Ray-Tracer" to "Ray Tracer" in the call of newvers.sh
@
text
@d4 1
a4 1
 *  $Header: /m/cad/nirt/RCS/Cakefile,v 1.1 91/02/15 16:02:15 mike Exp $
d18 1
a18 1
	str_manip.o parse_fmt.o
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
 *  $Header: /m/cad/rt/RCS/Cakefile,v 9.6 91/01/03 23:55:18 mike Exp $
d21 1
a21 1
	sh ../newvers.sh version "Natalie's Interactive Ray-Tracer"
@
