head	1.2;
access;
symbols
	ansi-20040405-merged:1.1
	premerge-autoconf:1.1
	postmerge-20040315-windows:1.1
	premerge-20040315-windows:1.1
	windows-20040315-freeze:1.1
	autoconf-20031203:1.1
	autoconf-20031202:1.1
	phong-branch:1.1.0.12
	photonmap-branch:1.1.0.10
	rel-6-1-DP:1.1
	windows-branch:1.1.0.8
	rel-6-0-2:1.1
	ansi-branch:1.1.0.6
	rel-6-0-1-branch:1.1.0.4
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	rel-6-0:1.1
	rel-5-4:1.1
	offsite-5-3-pre:1.1
	rel-5-3:1.1
	rel-5-2:1.1
	rel-5-1-branch:1.1.0.2
	rel-5-1:1.1
	AUTOCONF:1.1.0.14;
locks; strict;
comment	@# @;


1.2
date	2004.03.18.18.17.23;	author erikg;	state dead;
branches;
next	1.1;

1.1
date	2000.02.01.15.25.26;	author bparker;	state Exp;
branches
	1.1.14.1;
next	;

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


desc
@@


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

#define PRODUCTS	*.tcl tclIndex
#define STATIC_PRODUCTS	*.tcl tclIndex
#define SRCDIR	lib
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/lib
#undef BINPERM
#define BINPERM 444

#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/lib

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

noprod&:
	rm -f tclIndex

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

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


1.1
log
@Cakefile for installing tcl scripts and making the tclIndex.
@
text
@@


1.1.14.1
log
@merge from head
@
text
@@

