head	1.6;
access;
symbols
	ansi-20040405-merged:1.4.4.1
	premerge-autoconf:1.5
	postmerge-20040315-windows:1.5
	premerge-20040315-windows:1.5
	windows-20040315-freeze:1.4.6.1
	autoconf-20031203:1.5
	autoconf-20031202:1.5
	phong-branch:1.5.0.4
	photonmap-branch:1.5.0.2
	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.2
	AUTOCONF:1.5.0.6;
locks; strict;
comment	@# @;


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

1.5
date	2002.12.04.19.40.57;	author jra;	state Exp;
branches
	1.5.6.1;
next	1.4;

1.4
date	2002.05.06.13.14.39;	author jra;	state Exp;
branches
	1.4.4.1
	1.4.6.1;
next	1.3;

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

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

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

1.4.4.1
date	2004.03.17.21.22.09;	author morrison;	state Exp;
branches;
next	;

1.4.6.1
date	2004.03.11.23.47.10;	author morrison;	state Exp;
branches;
next	;

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


desc
@@


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

#define PRODUCTS	Makefile proe-brl.c proe-brl proe-brl.dll
#define STATIC_PRODUCTS	 Makefile proe-brl.c proe-brl proe-brl.dll
#define SRCDIR	sgi_mips4
#undef BINDIR
#define BINDIR	BASEDIR/pro-engineer/sgi_mips4
#undef BINPERM
#define BINPERM 755

#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&:
	\B\A\S\E\D\I\R=\"BASEDIR\"; export \B\A\S\E\D\I\R; make proe-brl
	\B\A\S\E\D\I\R=\"BASEDIR\"; export \B\A\S\E\D\I\R; make proe-brl.dll

unlock&: proe-brl proe-brl.dll
	protk_unlock proe-brl
	protk_unlock proe-brl.dll

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


1.5
log
@Added unlock target
@
text
@@


1.5.6.1
log
@merge from head
@
text
@@


1.4
log
@Minor changes to make Linux happy
@
text
@d29 4
@


1.4.4.1
log
@sync branch with HEAD
@
text
@a28 4
unlock&: proe-brl proe-brl.dll
	protk_unlock proe-brl
	protk_unlock proe-brl.dll

@


1.4.6.1
log
@sync to HEAD...
@
text
@a28 4
unlock&: proe-brl proe-brl.dll
	protk_unlock proe-brl
	protk_unlock proe-brl.dll

@


1.3
log
@Added DLL version of the pro-e converter
Added commands to run make via cake
@
text
@d8 1
a8 1
#define SRCDIR	../sgi_mips4
d26 2
a27 6
	\B\A\S\E\D\I\R=\"BASEDIR\"; \
	export \B\A\S\E\D\I\R; \
	make proe-brl
	\B\A\S\E\D\I\R=\"BASEDIR\"; \
	export \B\A\S\E\D\I\R; \
	make proe-brl.dll
@


1.2
log
@Changed BINPERM to make sure "proe-brl" is executable
@
text
@d6 3
a8 3
#define PRODUCTS	Makefile proe-brl.c proe-brl
#define STATIC_PRODUCTS	 Makefile proe-brl.c proe-brl
#define SRCDIR	sgi_mips4
d26 6
a31 1
	@@echo SRCDIR:  all done
@


1.1
log
@Cakefile for Pro/E converter (sgi_mips4)
@
text
@d12 1
a12 1
#define BINPERM 444
@

