head	1.4;
access;
symbols
	ansi-20040405-merged:1.3
	premerge-autoconf:1.3
	ansi-20040316-freeze:1.3
	postmerge-20040315-windows:1.3
	premerge-20040315-windows:1.3
	windows-20040315-freeze:1.3
	autoconf-20031203:1.3
	autoconf-20031202:1.3
	phong-branch:1.3.0.10
	photonmap-branch:1.3.0.8
	rel-6-1-DP:1.3
	windows-branch:1.3.0.6
	rel-6-0-2:1.3
	ansi-branch:1.3.0.4
	rel-6-0-1-branch:1.3.0.2
	hartley-6-0-post:1.3
	hartley-6-0-pre:1.3
	rel-6-0-1:1.3
	rel-6-0:1.3
	rel-5-4:1.1.2.1
	offsite-5-3-pre:1.1
	rel-5-3:1.1.2.1
	rel-5-2:1.1.2.1
	rel-5-1-branch:1.1.0.2
	AUTOCONF:1.3.0.12;
locks; strict;
comment	@# @;


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

1.3
date	2001.04.17.20.36.35;	author bparker;	state Exp;
branches
	1.3.12.1;
next	1.2;

1.2
date	2001.04.02.21.20.39;	author bparker;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.16.17.29.02;	author bparker;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.08.16.18.00.43;	author bparker;	state Exp;
branches;
next	;

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


desc
@@


1.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			bwish/Cakefile
 *
 */
#define CONFIGDEFS	BWISH_CONFIG 

#define SRCDIR	bwish
#define PRODUCTS	bwish
#if 0
#define STATIC_PRODUCTS bwish.tcl
#endif
#define	SRCSUFF	.c
#define MANSECTION	1

#define FILES	main input tcl cmd

#include "../Cakefile.defs"

#if !defined(NO_LIBTK)
#include "../Cakefile.prog"

#if HAS_TCP
#    define COMPLETE_LIBES	\
	LIBFB LIBPKG LIBWDB LIBRT LIBBN LIBBU LIBBU_LIBES LIBTERMIO BWISH_LIBES LIBES
#else
#    define COMPLETE_LIBES	\
	LIBFB LIBWDB LIBRT LIBBN LIBBU LIBBU_LIBES LIBTERMIO BWISH_LIBES LIBES
#endif

bwish:	OBJ LIBRT_DEP LIBBN_DEP LIBBU_DEP LIBWDB_DEP LIBTCL_DEP LIBTK_DEP LIBDM_DEP LIBFB_DEP
	sh ../sh/newvers.sh version "BrlCad Wish (BWISH)"
	CC CFLAGS -c vers.c
	CC -o bwish LDFLAGS OBJ COMPLETE_LIBES vers.o

#include "../Cakefile.rules"
#else
all&:
	@@echo "SRCDIR:  all done"

clean&:
	@@echo "" > /dev/null

noprod&:
	@@echo "" > /dev/null

clobber&:
	@@echo "" > /dev/null
#endif
@


1.3
log
@*- remove "bwish" and add "main" to FILES
@
text
@@


1.3.12.1
log
@merge from head
@
text
@@


1.2
log
@*- remove Tk dependencies
@
text
@d15 1
a15 1
#define FILES	bwish input tcl cmd
@


1.1
log
@everything is from the old cwish
@
text
@d18 2
d36 13
@


1.1.2.1
log
@moved from cwish
@
text
@@

