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
	rel-6-0:1.4
	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.4.0.12;
locks; strict;
comment	@# @;


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

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

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

1.2
date	2001.12.02.00.18.30;	author jra;	state Exp;
branches;
next	1.1;

1.1
date	99.05.13.14.32.04;	author jra;	state Exp;
branches;
next	;

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


desc
@@


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

#define PRODUCTS		usermsg.txt
#define STATIC_PRODUCTS		usermsg.txt
#define SRCDIR			text
#undef BINDIR
#define BINDIR			BASEDIR/pro-engineer/text/usascii
#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

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


1.4
log
@Still trying to figure out what "SRCDIR" should be set to :-)
@
text
@@


1.4.12.1
log
@merge from head
@
text
@@


1.3
log
@Minor adjustment to SOURCE directory
@
text
@d8 1
a8 1
#define SRCDIR			../text
@


1.2
log
@mods fo rnew Pro/E converter
@
text
@d8 1
a8 1
#define SRCDIR			text
@


1.1
log
@Cakefile for pro-engineer/text
@
text
@d6 3
a8 3
#define PRODUCTS	usermsg.txt
#define STATIC_PRODUCTS	 usermsg.txt
#define SRCDIR	text
d10 1
a10 1
#define BINDIR	BASEDIR/pro-engineer/text
@

