head	1.6;
access;
symbols
	ansi-20040405-merged:1.5
	premerge-autoconf:1.5
	postmerge-20040315-windows:1.5
	premerge-20040315-windows:1.5
	windows-20040315-freeze:1.5
	autoconf-20031203:1.5
	autoconf-20031202:1.5
	phong-branch:1.5.0.12
	photonmap-branch:1.5.0.10
	rel-6-1-DP:1.5
	windows-branch:1.5.0.8
	rel-6-0-2:1.5
	ansi-branch:1.5.0.6
	rel-6-0-1-branch:1.5.0.4
	hartley-6-0-post:1.5
	hartley-6-0-pre:1.5
	rel-6-0-1:1.5
	rel-6-0:1.5
	rel-5-4:1.5
	offsite-5-3-pre:1.5
	rel-5-3:1.5
	rel-5-2:1.5
	rel-5-1-branch:1.5.0.2
	rel-5-1:1.5
	rel-5-0:1.5
	rel-5-0-beta:1.5
	AUTOCONF:1.5.0.14;
locks; strict;
comment	@# @;


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

1.5
date	99.05.14.17.34.34;	author bparker;	state Exp;
branches
	1.5.14.1;
next	1.4;

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

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

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

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

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


desc
@@


1.6
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			tclscripts/pl-dm/Cakefile
 */
#include "../../Cakefile.defs"

#define PRODUCTS	*.tcl tclIndex
#define STATIC_PRODUCTS	*.tcl tclIndex
#define SRCDIR	pl-dm
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/pl-dm

#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/pl-dm

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

noprod&:
	rm -f tclIndex

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

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


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


1.5.14.1
log
@merge from head
@
text
@@


1.4
log
@Now the tclIndex file is built properly.
@
text
@d29 9
@


1.3
log
@No .tk files to install.  Silences an error message
@
text
@d26 1
a26 1
ami&:
@


1.2
log
@*- add target "ami"
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl *.tk tclIndex
#define STATIC_PRODUCTS	*.tcl *.tk tclIndex
@


1.1
log
@Cakefile for pl-dm.
@
text
@d26 3
@
