head	1.7;
access;
symbols
	ansi-20040405-merged:1.6
	premerge-autoconf:1.6
	postmerge-20040315-windows:1.6
	premerge-20040315-windows:1.6
	windows-20040315-freeze:1.6
	autoconf-20031203:1.6
	autoconf-20031202:1.6
	phong-branch:1.6.0.12
	photonmap-branch:1.6.0.10
	rel-6-1-DP:1.6
	windows-branch:1.6.0.8
	rel-6-0-2:1.6
	ansi-branch:1.6.0.6
	rel-6-0-1-branch:1.6.0.4
	hartley-6-0-post:1.6
	hartley-6-0-pre:1.6
	rel-6-0-1:1.6
	rel-6-0:1.6
	rel-5-4:1.6
	offsite-5-3-pre:1.6
	rel-5-3:1.6
	rel-5-2:1.6
	rel-5-1-branch:1.6.0.2
	rel-5-1:1.6
	rel-5-0:1.6
	rel-5-0-beta:1.6
	rel-4-5:1.2
	ctj-4-5-post:1.2
	ctj-4-5-pre:1.2
	AUTOCONF:1.6.0.14;
locks; strict;
comment	@# @;


1.7
date	2004.03.18.18.17.22;	author erikg;	state dead;
branches;
next	1.6;

1.6
date	99.05.14.17.31.38;	author bparker;	state Exp;
branches
	1.6.14.1;
next	1.5;

1.5
date	99.01.08.20.16.47;	author bparker;	state Exp;
branches;
next	1.4;

1.4
date	98.09.23.13.30.36;	author bparker;	state Exp;
branches;
next	1.3;

1.3
date	98.09.21.19.41.35;	author bparker;	state Exp;
branches;
next	1.2;

1.2
date	97.04.01.14.47.43;	author jra;	state Exp;
branches;
next	1.1;

1.1
date	96.07.15.20.19.55;	author pjt;	state Exp;
branches;
next	;

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


desc
@     The cake(1) file for tclscripts
@


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

#define PRODUCTS	*.tcl *.tk tclIndex
#define STATIC_PRODUCTS	*.tcl *.tk tclIndex
#define SRCDIR	tclscripts
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR

#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

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

noprod&:
	rm -f tclIndex

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

#include "../Cakefile.rules"
@


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


1.6.14.1
log
@merge from head
@
text
@@


1.5
log
@*- change target "ami" to "tclIndex"
@
text
@d29 9
@


1.4
log
@*- add target "ami"
@
text
@d26 1
a26 1
ami&:
@


1.3
log
@*-
@
text
@d26 3
@


1.2
log
@Added *.tk and tclindex to products.
@
text
@d20 1
a20 1
 *  and "inst-dist" rule shoudl take care of copying to distribution dir.
@


1.1
log
@Initial revision
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl
#define STATIC_PRODUCTS	*.tcl
@
