head	1.2;
access;
symbols
	ansi-20040405-merged:1.1
	premerge-autoconf:1.1
	ansi-20040316-freeze:1.1
	postmerge-20040315-windows:1.1
	premerge-20040315-windows:1.1
	windows-20040315-freeze:1.1
	autoconf-20031203:1.1
	autoconf-20031202:1.1
	phong-branch:1.1.0.10
	photonmap-branch:1.1.0.8
	rel-6-1-DP:1.1
	windows-branch:1.1.0.6
	rel-6-0-2:1.1
	ansi-branch:1.1.0.4
	rel-6-0-1-branch:1.1.0.2
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	rel-6-0:1.1
	AUTOCONF:1.1.0.12;
locks; strict;
comment	@# @;


1.2
date	2004.03.18.18.15.13;	author erikg;	state dead;
branches;
next	1.1;

1.1
date	2001.04.17.20.41.54;	author bparker;	state Exp;
branches
	1.1.12.1;
next	;

1.1.12.1
date	2004.03.18.18.10.23;	author erikg;	state dead;
branches;
next	;


desc
@@


1.2
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			btclsh/Cakefile
 *
 */
#define CONFIGDEFS	BTCLSH_CONFIG 

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

#define FILES	main input tcl cmd

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

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

btclsh:	OBJ LIBRT_DEP LIBBN_DEP LIBBU_DEP LIBWDB_DEP LIBTCL_DEP
	sh ../sh/newvers.sh version "BrlCad Tclsh (BTCLSH)"
	CC CFLAGS -c vers.c
	CC -o btclsh LDFLAGS OBJ COMPLETE_LIBES vers.o

#include "../Cakefile.rules"
@


1.1
log
@*- Cakefile for BTCLSH
@
text
@@


1.1.12.1
log
@merge from head
@
text
@@

