head	1.4;
access;
symbols
	premerge-autoconf:1.3
	postmerge-20040315-windows:1.3
	premerge-20040315-windows:1.3
	windows-20040315-freeze:1.3.4.1
	autoconf-20031203:1.3
	autoconf-20031202:1.3
	phong-branch:1.2.0.4
	photonmap-branch:1.2.0.2
	windows-branch:1.3.0.4
	AUTOCONF:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2004.03.18.18.25.17;	author erikg;	state dead;
branches;
next	1.3;

1.3
date	2003.10.01.14.56.48;	author jra;	state Exp;
branches
	1.3.2.1
	1.3.4.1;
next	1.2;

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

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

1.3.2.1
date	2004.03.18.18.10.34;	author erikg;	state dead;
branches;
next	;

1.3.4.1
date	2004.03.12.10.01.23;	author morrison;	state Exp;
branches;
next	;


desc
@@


1.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			unigraphics/Cakefile
 */
#define SRCDIR	unigraphics
#define	SRCSUFF	.c
#define MANSECTION	1

#include "../Cakefile.defs"
#if defined(UGOPEN_DIR)
#define PRODUCTS ug-g
#else
#define PRODUCTS /**/
#endif
#include "../Cakefile.prog"

#if defined(UGOPEN_DIR)

#define FILES ug-g ug_misc

ug-g:	OBJ LIBBU_DEP LIBBN_DEP LIBRT_DEP LIBTCL_DEP LIBWDB_DEP LIBUGOPEN_DEP
	CC -o ug-g LDFLAGS OBJ LIBBU LIBBN LIBRT LIBTCL LIBWDB UGOPEN_LIBES -lfpe -lexc STANDARD_LIBES -rpath UGOPEN_LIB_DIR

#endif

#include "../Cakefile.rules"
@


1.3
log
@Turns out libexc was required
@
text
@@


1.3.2.1
log
@merge from head
@
text
@@


1.3.4.1
log
@merge from HEAD
@
text
@@


1.2
log
@Now use UGOPEN_DIR as the trigger to compile this converter
@
text
@d21 1
a21 1
	CC -o ug-g LDFLAGS OBJ LIBBU LIBBN LIBRT LIBTCL LIBWDB UGOPEN_LIBES -lfpe STANDARD_LIBES -rpath UGOPEN_LIB_DIR
@


1.1
log
@Unigraphics converter
@
text
@d9 1
a9 1
#if defined(UGOPEN_LIBES)
d16 1
a16 1
#if defined(UGOPEN_LIBES)
@

