head	1.3;
access;
symbols
	ansi-20040405-merged:1.1.6.1
	premerge-autoconf:1.2
	postmerge-20040315-windows:1.2
	premerge-20040315-windows:1.2
	windows-20040315-freeze:1.1.8.1
	autoconf-20031203:1.2
	autoconf-20031202:1.2
	phong-branch:1.2.0.2
	photonmap-branch:1.1.0.10
	rel-6-1-DP:1.1
	windows-branch:1.1.0.8
	rel-6-0-2:1.1
	ansi-branch:1.1.0.6
	rel-6-0-1-branch:1.1.0.4
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	rel-6-0:1.1
	rel-5-4:1.1
	offsite-5-3-pre:1.1
	rel-5-3:1.1
	rel-5-2:1.1
	rel-5-1-branch:1.1.0.2
	rel-5-1:1.1
	rel-5-0:1.1
	rel-5-0-beta:1.1
	AUTOCONF:1.2.0.4;
locks; strict;
comment	@# @;


1.3
date	2004.03.18.18.25.16;	author erikg;	state dead;
branches;
next	1.2;

1.2
date	2003.08.13.13.31.13;	author jra;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	99.05.13.14.30.06;	author jra;	state Exp;
branches
	1.1.6.1
	1.1.8.1
	1.1.10.1;
next	;

1.1.6.1
date	2004.03.17.21.22.08;	author morrison;	state Exp;
branches;
next	;

1.1.8.1
date	2004.03.11.23.46.59;	author morrison;	state Exp;
branches;
next	;

1.1.10.1
date	2003.08.26.14.04.04;	author justin;	state Exp;
branches;
next	;

1.2.4.1
date	2004.03.18.18.10.31;	author erikg;	state dead;
branches;
next	;


desc
@@


1.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			pro-engineer/Cakefile
 */
#include "../Cakefile.defs"

#define PRODUCTS	install.doc protk.dat
#define STATIC_PRODUCTS	 install.doc protk.dat
#define SRCDIR	pro-engineer
#undef BINDIR
#define BINDIR	BASEDIR/pro-engineer
#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&: protk.dat
	@@echo SRCDIR:  all done

protk.dat:
	sed -e s\\\\&/usr/brlcad\\\\&BASEDIR\\\\& < protk.in > protk.dat

#include "../Cakefile.rules"
@


1.2
log
@the "protk.dat" file is now constructed by the Cakefile
@
text
@@


1.2.4.1
log
@merge from head
@
text
@@


1.1
log
@Cakefile for top level pro-engineer directory
@
text
@d25 1
a25 1
all&:
d27 3
@


1.1.6.1
log
@sync branch with HEAD
@
text
@d25 1
a25 1
all&: protk.dat
a26 3

protk.dat:
	sed -e s\\\\&/usr/brlcad\\\\&BASEDIR\\\\& < protk.in > protk.dat
@


1.1.8.1
log
@sync to HEAD...
@
text
@d25 1
a25 1
all&: protk.dat
a26 3

protk.dat:
	sed -e s\\\\&/usr/brlcad\\\\&BASEDIR\\\\& < protk.in > protk.dat
@


1.1.10.1
log
@updated for merging
@
text
@d25 1
a25 1
all&: protk.dat
a26 3

protk.dat:
	sed -e s\\\\&/usr/brlcad\\\\&BASEDIR\\\\& < protk.in > protk.dat
@


