head	11.3;
access;
symbols
	ansi-20040405-merged:11.2
	premerge-autoconf:11.2
	ansi-20040316-freeze:11.2
	postmerge-20040315-windows:11.2
	premerge-20040315-windows:11.2
	windows-20040315-freeze:11.2
	autoconf-20031203:11.2
	autoconf-20031202:11.2
	phong-branch:11.2.0.12
	photonmap-branch:11.2.0.10
	rel-6-1-DP:11.2
	windows-branch:11.2.0.8
	rel-6-0-2:11.2
	ansi-branch:11.2.0.6
	rel-6-0-1-branch:11.2.0.4
	hartley-6-0-post:11.2
	hartley-6-0-pre:11.2
	rel-6-0-1:11.2
	rel-6-0:11.2
	rel-5-4:11.2
	offsite-5-3-pre:11.2
	rel-5-3:11.2
	rel-5-2:11.2
	rel-5-1-branch:11.2.0.2
	rel-5-1:11.2
	rel-5-0:11.2
	rel-5-0-beta:11.2
	rel-4-5:11.1
	ctj-4-5-post:11.1
	ctj-4-5-pre:11.1
	rel-4-4:11.1
	rel-4-0:10.1
	rel-3-5:9.1
	rel-3-0:1.1
	AUTOCONF:11.2.0.14;
locks; strict;
comment	@# @;


11.3
date	2004.03.18.18.15.14;	author erikg;	state dead;
branches;
next	11.2;

11.2
date	98.10.28.16.25.33;	author jra;	state Exp;
branches
	11.2.14.1;
next	11.1;

11.1
date	95.01.04.10.13.59;	author mike;	state Rel4_4;
branches;
next	10.2;

10.2
date	94.07.12.20.23.07;	author mike;	state Exp;
branches;
next	10.1;

10.1
date	91.10.12.06.49.45;	author mike;	state Rel4_0;
branches;
next	9.5;

9.5
date	91.07.19.01.35.30;	author mike;	state Exp;
branches;
next	9.4;

9.4
date	91.05.02.15.29.56;	author moss;	state Exp;
branches;
next	9.3;

9.3
date	90.11.26.11.05.44;	author moss;	state Exp;
branches;
next	9.2;

9.2
date	89.12.29.17.37.56;	author mike;	state Exp;
branches;
next	9.1;

9.1
date	89.05.19.06.12.27;	author mike;	state Rel3_5;
branches;
next	1.2;

1.2
date	89.03.17.15.10.16;	author moss;	state Exp;
branches;
next	1.1;

1.1
date	88.05.16.01.24.25;	author mike;	state Exp;
branches;
next	;

11.2.14.1
date	2004.03.18.18.10.24;	author erikg;	state dead;
branches;
next	;


desc
@Cakefile
@


11.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
			fbed/Cakefile

   To suppress warning messages on Suns running older releases than SunOS 4,
   due to incorrect declarations of signal() before release 4.0, add the
   following to CONFIGDEFS:

	-DSunOS4=0

   Also, for debugging, ADB and DBX typically don't see 'static' functions, so
   add the following to CONFIGDEFS:

	-DSTATIC=
 */
#if 0
# define CONFIGDEFS	-DSTATIC=	/* debugging only */
#endif

#define SRCDIR	fbed
#define PRODUCTS	fbed
#define	SRCSUFF	.c
#define MANSECTION	1

#define FILES	fbed char sgi_dep empty execshell getfont getinput glob \
		fill_buf pos_pad prnt squash try

#include "../Cakefile.defs"
#include "../Cakefile.prog"

/* Explicit composition of each product */

fbed:	OBJ LIBFB_DEP LIBBU_DEP
	CC LDFLAGS -o fbed OBJ LIBFB LIBFB_LIBES LIBBU LIBBU_LIBES LIBTERMIO LIBCURSOR LIBTERMLIB LIBES

#include "../Cakefile.rules"
@


11.2
log
@Added LIBBU dependency.
@
text
@@


11.2.14.1
log
@merge from head
@
text
@@


11.1
log
@Release_4.4
@
text
@d32 2
a33 2
fbed:	OBJ
	CC LDFLAGS -o fbed OBJ LIBFB LIBFB_LIBES LIBTERMIO LIBCURSOR LIBTERMLIB LIBES
@


10.2
log
@Eliminated LIB_PRE
@
text
@@


10.1
log
@Release_4.0
@
text
@d33 1
a33 1
	CC LDFLAGS -o fbed OBJ LIB_PRE''LIBFB LIBFB_LIBES LIB_PRE''LIBTERMIO LIB_PRE''LIBCURSOR LIBTERMLIB LIBES
@


9.5
log
@IBM did not like commented out #define
@
text
@@


9.4
log
@Added comment about setting -DSunOS4 compiler flag.
@
text
@d15 3
a17 1
/* #define CONFIGDEFS	-DSTATIC= */	/* debugging only */
@


9.3
log
@Fixed collision caused by u_{char|short|long} typedef in <sys/types.h>.
Added LIBFB_LIBES to ld rule in Cakefile.
@
text
@d2 12
a13 1
 *			fbed/Cakefile
@


9.2
log
@added LIBFB_LIBES
@
text
@d4 1
a4 1
#define CONFIGDEFS	-D_LOCAL_=static
d11 2
a12 5
#define FILES	fbed char sgi_dep \
		empty execshell getfont \
		getinput glob fill_buf \
		pos_pad prnt \
		squash try
@


9.1
log
@Release_3.5
@
text
@d23 1
a23 1
	CC LDFLAGS -o fbed OBJ LIB_PRE''LIBFB LIB_PRE''LIBTERMIO LIB_PRE''LIBCURSOR LIBTERMLIB LIBES
@


1.2
log
@Took out escaped newline in fbed target's rule.
@
text
@d23 1
a23 1
	CC LDFLAGS -o fbed OBJ LIBFB LIBTERMIO LIBCURSOR LIBTERMLIB LIBSYSV LIBES
@


1.1
log
@Initial revision
@
text
@d23 1
a23 2
	CC LDFLAGS -o fbed OBJ LIBFB LIBTERMIO LIBCURSOR \
		LIBTERMLIB LIBSYSV LIBES
@
