head	1.9;
access;
symbols
	ansi-20040405-merged:1.8
	premerge-autoconf:1.8
	postmerge-20040315-windows:1.8
	premerge-20040315-windows:1.8
	windows-20040315-freeze:1.8
	autoconf-20031203:1.8
	autoconf-20031202:1.8
	phong-branch:1.8.0.10
	photonmap-branch:1.8.0.8
	rel-6-1-DP:1.8
	windows-branch:1.8.0.6
	rel-6-0-2:1.8
	ansi-branch:1.8.0.4
	rel-6-0-1-branch:1.8.0.2
	hartley-6-0-post:1.8
	hartley-6-0-pre:1.8
	rel-6-0-1:1.8
	rel-6-0:1.8
	rel-5-4:1.5.2.2
	offsite-5-3-pre:1.8
	rel-5-3:1.5.2.2
	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.8.0.12;
locks; strict;
comment	@# @;


1.9
date	2004.03.18.18.17.23;	author erikg;	state dead;
branches;
next	1.8;

1.8
date	2001.03.14.02.52.25;	author jra;	state Exp;
branches
	1.8.12.1;
next	1.7;

1.7
date	2000.11.19.16.33.13;	author butler;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.18.00.21.26;	author butler;	state Exp;
branches;
next	1.5;

1.5
date	99.05.14.17.32.02;	author bparker;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	99.04.29.21.08.41;	author bparker;	state Exp;
branches;
next	1.3;

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

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

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

1.5.2.1
date	2000.11.20.21.07.59;	author jra;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	2000.11.29.16.16.57;	author jra;	state Exp;
branches;
next	;

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


desc
@@


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

#define PRODUCTS	*.tcl tclIndex *.gif *.ppm mike-dedication.txt
#define STATIC_PRODUCTS	*.tcl tclIndex *.gif *.ppm mike-dedication.txt
#define SRCDIR	mged
#undef BINDIR
#define BINDIR	TCLSCRIPTSDIR/mged
#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/mged

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

noprod&:
	rm -f tclIndex

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

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


1.8
log
@Added *.ppm and Mike's dedication text
@
text
@@


1.8.12.1
log
@merge from head
@
text
@@


1.7
log
@Changes to support the light shader gui
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl tclIndex *.gif
#define STATIC_PRODUCTS	*.tcl tclIndex *.gif
@


1.6
log
@Added installation of ppm files for light shader GUI
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl tclIndex *.ppm
#define STATIC_PRODUCTS	*.tcl tclIndex *.ppm
@


1.5
log
@*- add clean, noprod and clobber targets for safety
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl tclIndex
#define STATIC_PRODUCTS	*.tcl tclIndex
@


1.5.2.1
log
@Added gif files to distribution
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl tclIndex *.gif
#define STATIC_PRODUCTS	*.tcl tclIndex *.gif
@


1.5.2.2
log
@Added Dedication to Mike
@
text
@d6 2
a7 2
#define PRODUCTS	*.tcl tclIndex *.gif *.ppm mike-dedication.txt
#define STATIC_PRODUCTS	*.tcl tclIndex *.gif *.ppm mike-dedication.txt
@


1.4
log
@*- redefine BINPERM to 444
@
text
@d31 9
@


1.3
log
@Cakefile fixed to not install non-existent tk scripts.
Also changed to correctly generate tclIndex file
@
text
@d11 2
@


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


1.1
log
@Cakefile for the tclscripts/mged directory.
@
text
@d26 3
@
