head	1.6;
access;
symbols
	ansi-20040405-merged:1.3.6.1
	premerge-autoconf:1.5
	ansi-20040316-freeze:1.3
	postmerge-20040315-windows:1.5
	premerge-20040315-windows:1.5
	windows-20040315-freeze:1.3.8.1
	autoconf-20031203:1.5
	autoconf-20031202:1.5
	phong-branch:1.3.0.12
	photonmap-branch:1.3.0.10
	rel-6-1-DP:1.3
	windows-branch:1.3.0.8
	rel-6-0-2:1.3
	ansi-branch:1.3.0.6
	rel-6-0-1-branch:1.3.0.4
	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.3
	offsite-5-3-pre:1.3
	rel-5-3:1.3
	rel-5-2:1.3
	rel-5-1-branch:1.3.0.2
	rel-5-1:1.3
	rel-5-0:1.3
	rel-5-0-beta:1.3
	rel-4-5:1.2
	ctj-4-5-post:1.2
	ctj-4-5-pre:1.2
	AUTOCONF:1.5.0.2;
locks; strict;
comment	@# @;


1.6
date	2004.03.18.18.25.15;	author erikg;	state dead;
branches;
next	1.5;

1.5
date	2003.10.01.16.19.38;	author morrison;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	2003.09.27.01.24.19;	author morrison;	state Exp;
branches;
next	1.3;

1.3
date	99.05.17.20.35.04;	author jra;	state Exp;
branches
	1.3.6.1
	1.3.8.1;
next	1.2;

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

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

1.3.6.1
date	2004.03.17.21.20.20;	author morrison;	state Exp;
branches;
next	;

1.3.8.1
date	2004.03.11.23.44.51;	author morrison;	state Exp;
branches;
next	;

1.5.2.1
date	2004.03.18.18.10.29;	author erikg;	state dead;
branches;
next	;


desc
@Cake file for libtclcad.
@


1.6
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			libtclcad/Cakefile
 */

#define SRCDIR	libtclcad
#define PRODUCTS	libtclcad.ARCH_SUF
#define	SRCSUFF	.c
#define MANSECTION	3

#define VERSION_VARIABLE	tclcad_version
#define LIBRARY_TITLE		"BRL-CAD specific routines for Tcl/Tk"

#include "../Cakefile.defs"

#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl8.4 -L../.libtk8.4.sp3 -ltk8.4
#endif

/* Eliminate the normal BRL-CAD defines */
#undef CFLAGS
/* Keep the -64 flag, etc */
#define CFLAGS  GFLAG -I''INCDIR -I''XINCDIR

#define FILES	tkImgFmtPIX tclcad

#include "../Cakefile.lib"
#include "../Cakefile.rules"
@


1.5
log
@use -ltcl8.4 and -ltk8.4 to prevent getting a system /usr/lib/libtcl...
@
text
@@


1.5.2.1
log
@merge from head
@
text
@@


1.4
log
@Added a RESOLVE_LIBRARIES section to support linking fully resolved libraries (which are preferred library styles on aix and macosx); this section presently only supports AIX
@
text
@d16 1
a16 1
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl -L../.libtk8.4.sp3 -ltk
@


1.3
log
@Eliminated TCL_DEFS
@
text
@d15 4
@


1.3.6.1
log
@sync branch with HEAD
@
text
@a14 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl8.4 -L../.libtk8.4.sp3 -ltk8.4
#endif

@


1.3.8.1
log
@sync to HEAD...
@
text
@a14 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl8.4 -L../.libtk8.4.sp3 -ltk8.4
#endif

@


1.2
log
@Mods for new tcl/tk release.
@
text
@a14 3
/* Add Tcl specific defines */
#define LIB_FLAGS TCL_DEFS

@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
#define VERSION_VARIABLE	tcl_version
d14 8
@
