head	1.5;
access;
symbols
	ansi-20040405-merged:1.4
	premerge-autoconf:1.4
	postmerge-20040315-windows:1.4
	premerge-20040315-windows:1.4
	windows-20040315-freeze:1.4
	autoconf-20031203:1.4
	autoconf-20031202:1.4
	phong-branch:1.4.0.12
	photonmap-branch:1.4.0.10
	rel-6-1-DP:1.4
	windows-branch:1.4.0.8
	rel-6-0-2:1.4
	ansi-branch:1.4.0.6
	rel-6-0-1-branch:1.4.0.4
	hartley-6-0-post:1.4
	hartley-6-0-pre:1.4
	rel-6-0-1:1.4
	rel-6-0:1.4
	rel-5-4:1.4
	offsite-5-3-pre:1.4
	rel-5-3:1.4
	rel-5-2:1.4
	rel-5-1-branch:1.4.0.2
	rel-5-1:1.4
	rel-5-0:1.4
	rel-5-0-beta:1.4
	AUTOCONF:1.4.0.14;
locks; strict;
comment	@# @;


1.5
date	2004.03.18.18.17.23;	author erikg;	state dead;
branches;
next	1.4;

1.4
date	99.05.14.17.34.52;	author bparker;	state Exp;
branches
	1.4.14.1;
next	1.3;

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

1.2
date	98.09.23.13.31.56;	author bparker;	state Exp;
branches;
next	1.1;

1.1
date	98.09.21.19.47.41;	author bparker;	state Exp;
branches;
next	;

1.4.14.1
date	2004.03.18.18.10.33;	author erikg;	state dead;
branches;
next	;


desc
@@


1.5
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			tclscripts/nirt/Cakefile
 */
#include "../../Cakefile.defs"

#define PRODUCTS	*.sh
#define STATIC_PRODUCTS	*.sh
#define SRCDIR	nirt
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/nirt

#define FILES	/**/
#define	SRCSUFF	/**/

#define MANSECTION	3

/*
 *  There is nothing to compile.
 *  The "install-prod" rule should install PRODUCTS,
 *  and "inst-dist" rule should take care of copying to distribution dir.
 *  Nothing else to do.
 */
all&:
	@@echo "SRCDIR:  all done"

tclIndex:
	../ami.tcl ../../tclscripts/nirt

clean&:
	@@echo "" > /dev/null

noprod&:
	rm -f tclIndex

clobber&:
	@@echo "" > /dev/null

#include "../../Cakefile.rules"
@


1.4
log
@*- add clean, noprod and clobber targets for safety
@
text
@@


1.4.14.1
log
@merge from head
@
text
@@


1.3
log
@Cakefile fixed to not install non-existent tk scripts.
Also changed to correctly generate tclIndex file
@
text
@d29 9
@


1.2
log
@*- add target "ami.tcl"
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl *.tk *.sh tclIndex
#define STATIC_PRODUCTS	*.tcl *.tk *.sh tclIndex
d26 1
a26 1
ami&:
@


1.1
log
@Cakefile for tclscripts/nirt.
@
text
@d26 3
@
