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.10
	photonmap-branch:1.4.0.8
	rel-6-1-DP:1.4
	windows-branch:1.4.0.6
	rel-6-0-2:1.4
	ansi-branch:1.4.0.4
	rel-6-0-1-branch:1.4.0.2
	hartley-6-0-post:1.4
	hartley-6-0-pre:1.4
	rel-6-0-1:1.4
	AUTOCONF:1.4.0.12;
locks; strict;
comment	@# @;


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

1.4
date	2002.07.30.03.14.20;	author jra;	state Exp;
branches
	1.4.12.1;
next	1.3;

1.3
date	2002.07.25.18.59.23;	author jra;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.11.18.39.51;	author rbowers;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.08.17.27.53;	author rbowers;	state Exp;
branches;
next	;

1.4.12.1
date	2004.03.18.18.10.34;	author erikg;	state dead;
branches;
next	;


desc
@@


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

#define PRODUCTS *.tcl *.itcl *.itk tclIndex pkgIndex.tcl
#define STATIC_PRODUCTS	*.tcl *.itcl *.itk tclIndex pkgIndex.tcl
#define SRCDIR	../../tclscripts/rtwizard/lib
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/rtwizard/lib

#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"

pkgIndex.tcl:
	../../../tclscripts/ampi.tcl ../../../tclscripts/rtwizard/lib

tclIndex:
	../../../tclscripts/ami.tcl ../../../tclscripts/rtwizard/lib

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

noprod&:
	rm -f tclIndex pkgIndex.tcl

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

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


@


1.4
log
@Added seperate script for creating package index
@
text
@@


1.4.12.1
log
@merge from head
@
text
@@


1.3
log
@a product and rule were needed for pkgIndex.tcl
@
text
@d26 4
a29 1
pkgIndex.tcl tclIndex:
@


1.2
log
@-* Fixed
@
text
@d6 2
a7 2
#define PRODUCTS *.tcl *.itcl *.itk tclIndex
#define STATIC_PRODUCTS	*.tcl *.itcl *.itk tclIndex
d26 1
a26 1
tclIndex:
@


1.1
log
@-* moved rtwizard files to brlcad/tclscripts/rtwizard
@
text
@d4 1
a4 1
#include "../../Cakefile.defs"
d6 3
a8 3
#define PRODUCTS	*.tcl *.tk *.itcl *.itk tclIndex
#define STATIC_PRODUCTS	*.tcl *.tk *.itcl *.itk tclIndex
#define SRCDIR	tclscripts/rtwizard/lib
d27 1
a27 1
	../../tclscripts/ami.tcl ../../tclscripts/rtwizard/lib
d33 1
a33 1
	rm -f tclIndex
d38 1
a38 1
#include "../../Cakefile.rules"
@

