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.10
	photonmap-branch:1.1.0.8
	rel-6-1-DP:1.1
	windows-branch:1.1.0.6
	rel-6-0-2:1.1
	ansi-branch:1.1.0.4
	rel-6-0-1-branch:1.1.0.2
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	AUTOCONF:1.1.0.12;
locks; strict;
comment	@# @;


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

1.1
date	2002.07.08.12.35.14;	author rbowers;	state Exp;
branches
	1.1.12.1;
next	;

1.1.12.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/rtwizard/examples/Cakefile
 */
#include "../../Cakefile.defs"

#define PRODUCTS	 PictureTypeA PictureTypeB PictureTypeC PictureTypeD PictureTypeE PictureTypeF *.tcl *.tk *.itcl *.itk tclIndex
#define STATIC_PRODUCTS	 PictureTypeA PictureTypeB PictureTypeC PictureTypeD PictureTypeE PictureTypeF *.tcl *.tk *.itcl *.itk tclIndex

#define SRCDIR	tclscripts/rtwizard/examples
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/rtwizard/examples

#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:
	../../tclscripts/ami.tcl ../../tclscripts/rtwizard/examples

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

noprod&:
	rm -f tclIndex

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

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


@


1.1
log
@-* moved rtwizard files to brlcad/tclscripts directory
@
text
@@


1.1.12.1
log
@merge from head
@
text
@@

