head	11.4;
access;
symbols
	ansi-20040405-merged:11.3
	premerge-autoconf:11.3
	ansi-20040316-freeze:11.3
	postmerge-20040315-windows:11.3
	premerge-20040315-windows:11.3
	windows-20040315-freeze:11.3
	autoconf-20031203:11.3
	autoconf-20031202:11.3
	phong-branch:11.3.0.12
	photonmap-branch:11.3.0.10
	rel-6-1-DP:11.3
	windows-branch:11.3.0.8
	rel-6-0-2:11.3
	ansi-branch:11.3.0.6
	rel-6-0-1-branch:11.3.0.4
	hartley-6-0-post:11.3
	hartley-6-0-pre:11.3
	rel-6-0-1:11.3
	rel-6-0:11.3
	rel-5-4:11.3
	offsite-5-3-pre:11.3
	rel-5-3:11.3
	rel-5-2:11.3
	rel-5-1-branch:11.3.0.2
	rel-5-1:11.3
	rel-5-0:11.3
	rel-5-0-beta:11.3
	rel-4-5:11.3
	ctj-4-5-post:11.3
	ctj-4-5-pre:11.3
	rel-4-4:11.1
	rel-4-0:10.1
	AUTOCONF:11.3.0.14;
locks; strict;
comment	@# @;


11.4
date	2004.03.18.18.18.25;	author erikg;	state dead;
branches;
next	11.3;

11.3
date	96.12.04.03.41.59;	author mike;	state Exp;
branches
	11.3.14.1;
next	11.2;

11.2
date	96.08.27.05.59.26;	author mike;	state Exp;
branches;
next	11.1;

11.1
date	95.01.04.10.21.57;	author mike;	state Rel4_4;
branches;
next	10.3;

10.3
date	94.09.21.04.44.14;	author mike;	state Exp;
branches;
next	10.2;

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

10.1
date	91.10.12.06.53.23;	author mike;	state Rel4_0;
branches;
next	2.2;

2.2
date	91.06.28.00.42.36;	author cjohnson;	state Exp;
branches;
next	2.1;

2.1
date	90.04.13.03.09.40;	author cjohnson;	state Exp;
branches;
next	;

11.3.14.1
date	2004.03.18.18.10.25;	author erikg;	state dead;
branches;
next	;


desc
@Cakefile for halftone
@


11.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *	$Header: /cvs/brlcad/halftone/Cakefile,v 11.3 1996/12/04 03:41:59 mike Exp $
 *
 *			halftone/Cakefile
 */

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

#define FILES	main sharpen tone_classic tone_floyd tone_folly \
		tone_simple tonescale

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

/* Explicit composition of each product */

halftone:	OBJ 
	CC LDFLAGS -o halftone OBJ LIBRT LIBFB LIBFB_LIBES LIBBN LIBBU LIBBU_LIBES LIBES

#include "../Cakefile.rules"
@


11.3
log
@LIBBN
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 11.2 1996/08/27 05:59:26 mike Exp mike $
@


11.3.14.1
log
@merge from head
@
text
@d2 1
a2 1
 *	$Header: /cvs/brlcad/halftone/Cakefile,v 11.3 1996/12/04 03:41:59 mike Exp $
@


11.2
log
@libbu
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 11.1 1995/01/04 10:21:57 mike Rel4_4 mike $
d21 1
a21 1
	CC LDFLAGS -o halftone OBJ LIBRT LIBFB LIBFB_LIBES LIBBU LIBBU_LIBES LIBES
@


11.1
log
@Release_4.4
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 10.3 94/09/21 04:44:14 mike Exp $
d21 1
a21 1
	CC LDFLAGS -o halftone OBJ  LIBRT LIBFB LIBFB_LIBES LIBRT_LIBES LIBES
@


10.3
log
@Eliminated LIBMALLOC
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 10.2 94/07/12 20:35:53 mike Exp Locker: mike $
@


10.2
log
@Eliminated LIB_PRE
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 10.1 91/10/12 06:53:23 mike Rel4_0 Locker: mike $
d21 1
a21 1
	CC LDFLAGS -o halftone OBJ  LIBRT LIBFB LIBFB_LIBES LIBRT_LIBES LIBMALLOC LIBES
@


10.1
log
@Release_4.0
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 2.2 1991/06/28 00:42:36 cjohnson Exp $
d21 1
a21 1
	CC LDFLAGS -o halftone OBJ  LIB_PRE''LIBRT LIB_PRE''LIBFB LIBFB_LIBES LIBRT_LIBES LIBMALLOC LIBES
@


2.2
log
@Change to using librt/libmsr rather than private copy.
@
text
@d2 1
a2 1
 *	$Header: /m/cad/halftone/RCS/Cakefile,v 2.1 90/04/13 03:09:40 cjohnson Exp $
@


2.1
log
@Cakefile derived from comgeom-g/Cakefile
@
text
@d2 1
a2 1
 *	$Header$
d12 1
a12 1
#define FILES	main msran sharpen tone_classic tone_floyd tone_folly \
d21 1
a21 1
	CC LDFLAGS -o halftone OBJ LIBES
@
