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.8
	photonmap-branch:1.1.0.6
	rel-6-1-DP:1.1
	windows-branch:1.1.0.4
	ansi-branch:1.1.0.2
	AUTOCONF:1.1.0.10;
locks; strict;
comment	@# @;


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

1.1
date	2002.08.21.07.43.35;	author morrison;	state Exp;
branches
	1.1.10.1;
next	;

1.1.10.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/geometree/Cakefile
 */
#include "../../Cakefile.defs"

#define PRODUCTS	*.tcl  tclIndex pkgIndex.tcl
#define STATIC_PRODUCTS	*.tcl  tclIndex pkgIndex.tcl 
#define SRCDIR	../tclscripts/geometree
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/geometree

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

tclIndex:
	../../tclscripts/ami.tcl ../../tclscripts/geometree

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

noprod&:
	rm -f tclIndex pkgIndex.tcl

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

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

@


1.1
log
@Initial hack at the Geometry Browser.  It's a hierarchical data viewer for
objects in a given database.  Includes a bit of useful functionality for
displaying objects, setting colors in combinations, and rendering among
other features.  It's good stuff, and a good start.
@
text
@@


1.1.10.1
log
@merge from head
@
text
@@

