head	1.17;
access;
symbols
	ansi-20040405-merged:1.13.4.1
	postmerge-20040405-ansi:1.16
	premerge-20040404-ansi:1.16
	postmerge-autoconf:1.16
	premerge-autoconf:1.16
	ansi-20040316-freeze:1.13
	postmerge-20040315-windows:1.16
	premerge-20040315-windows:1.15
	windows-20040315-freeze:1.13.6.3
	autoconf-20031203:1.15
	autoconf-20031202:1.15
	phong-branch:1.13.0.10
	photonmap-branch:1.13.0.8
	rel-6-1-DP:1.13
	windows-branch:1.13.0.6
	rel-6-0-2:1.13
	ansi-branch:1.13.0.4
	rel-6-0-1-branch:1.13.0.2
	hartley-6-0-post:1.13
	hartley-6-0-pre:1.13
	rel-6-0-1:1.13
	rel-6-0:1.13
	rel-5-4:1.12
	offsite-5-3-pre:1.12
	rel-5-3:1.12
	rel-5-2:1.12
	rel-5-1-branch:1.12.0.2
	rel-5-1:1.12
	rel-5-0:1.7
	rel-5-0-beta:1.7
	rel-4-5:1.7
	ctj-4-5-post:1.6
	ctj-4-5-pre:1.6
	AUTOCONF:1.15.0.2;
locks; strict;
comment	@# @;


1.17
date	2004.05.03.13.22.15;	author erikg;	state dead;
branches;
next	1.16;

1.16
date	2004.03.16.19.41.54;	author morrison;	state Exp;
branches;
next	1.15;

1.15
date	2003.10.01.16.19.31;	author morrison;	state Exp;
branches
	1.15.2.1;
next	1.14;

1.14
date	2003.09.27.01.24.16;	author morrison;	state Exp;
branches;
next	1.13;

1.13
date	2001.04.02.21.20.39;	author bparker;	state Exp;
branches
	1.13.4.1
	1.13.6.1;
next	1.12;

1.12
date	2000.01.14.23.47.11;	author bparker;	state Exp;
branches;
next	1.11;

1.11
date	99.12.27.21.13.17;	author bparker;	state Exp;
branches;
next	1.10;

1.10
date	99.12.20.21.16.12;	author bparker;	state Exp;
branches;
next	1.9;

1.9
date	99.12.17.16.40.44;	author bparker;	state Exp;
branches;
next	1.8;

1.8
date	99.12.01.14.01.49;	author bparker;	state Exp;
branches;
next	1.7;

1.7
date	97.08.01.21.33.42;	author bparker;	state Exp;
branches;
next	1.6;

1.6
date	97.05.21.13.06.00;	author bparker;	state Exp;
branches;
next	1.5;

1.5
date	96.12.04.21.28.03;	author bparker;	state Exp;
branches;
next	1.4;

1.4
date	96.10.04.20.27.33;	author bparker;	state Exp;
branches;
next	1.3;

1.3
date	96.09.30.20.42.46;	author bparker;	state Exp;
branches;
next	1.2;

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

1.1
date	96.09.17.21.26.42;	author bparker;	state Exp;
branches;
next	;

1.13.4.1
date	2004.03.17.21.16.57;	author morrison;	state Exp;
branches;
next	;

1.13.6.1
date	2002.09.26.23.03.53;	author morrison;	state Exp;
branches;
next	1.13.6.2;

1.13.6.2
date	2004.03.11.23.42.00;	author morrison;	state Exp;
branches;
next	1.13.6.3;

1.13.6.3
date	2004.03.12.17.39.31;	author morrison;	state Exp;
branches;
next	;

1.15.2.1
date	2004.03.18.18.10.27;	author erikg;	state dead;
branches;
next	;


desc
@Initial LIBDM Cakefile
@


1.17
log
@no more cake
@
text
@/*
 *			libdm/Cakefile
 */
#define CONFIGDEFS	LIBDM_CONFIG 

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

#include "../Cakefile.defs"

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

#define FILES	\
	LIBDM_OBJS \
	dm-generic \
	dm-ps \
	dm-plot \
	dm-Null \
	clip \
	knob \
	options \
	tcl \
	dm_obj

#define VERSION_VARIABLE	dm_version
#define LIBRARY_TITLE		"The BRL-CAD Display Manager Library"

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


1.16
log
@merge of windows-6-0-branch into head
@
text
@@


1.15
log
@use -ltcl8.4 and -ltk8.4 to prevent getting a system /usr/lib/libtcl...
@
text
@d18 10
a27 2
	LIBDM_OBJS dm-generic dm-ps dm-plot dm-Null \
	clip knob options tcl dm_obj
@


1.15.2.1
log
@merge from head
@
text
@@


1.14
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
@d14 1
a14 1
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lX11 -lXi -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl -L../.libtk8.4.sp3 -ltk -L../.libfb.sp3 -lfb -L../.librt.sp3 -lrt
@


1.13
log
@*- remove Tk dependencies
@
text
@d13 4
@


1.13.4.1
log
@sync branch with HEAD
@
text
@a12 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lX11 -lXi -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl8.4 -L../.libtk8.4.sp3 -ltk8.4 -L../.libfb.sp3 -lfb -L../.librt.sp3 -lrt
#endif

d14 2
a15 10
	LIBDM_OBJS \
	dm-generic \
	dm-ps \
	dm-plot \
	dm-Null \
	clip \
	knob \
	options \
	tcl \
	dm_obj
@


1.13.6.1
log
@Modifications (on a 6.0 source distribution) for initial port to windows (merged with sources close to 6.0.2)
@
text
@d14 2
a15 10
	LIBDM_OBJS 
	dm-generic 
	dm-ps 
	dm-plot 
	dm-Null \
	clip 
	knob 
	options 
	tcl 
	dm_obj
@


1.13.6.2
log
@sync to HEAD...
@
text
@a12 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lX11 -lXi -brtl -L../.libbu.sp3 -lbu -L../.libbn.sp3 -lbn -L../.libtcl8.4.sp3 -ltcl8.4 -L../.libtk8.4.sp3 -ltk8.4 -L../.libfb.sp3 -lfb -L../.librt.sp3 -lrt
#endif

@


1.13.6.3
log
@unbust Cakefile
@
text
@d18 4
a21 4
	LIBDM_OBJS \
	dm-generic \
	dm-ps \
	dm-plot \
d23 4
a26 4
	clip \
	knob \
	options \
	tcl \
@


1.12
log
@*- fbserv_obj moved to libfb
@
text
@d15 1
a15 1
	clip knob color options query tcl dm_obj
@


1.11
log
@*- removed view_obj
@
text
@d15 1
a15 2
	clip knob color options query tcl dm_obj \
	fbserv_obj
@


1.10
log
@*- remove geometry_obj and db_obj
@
text
@d16 1
a16 1
	view_obj fbserv_obj
@


1.9
log
@*- add fbserv_obj
@
text
@d15 2
a16 2
	clip knob color options query tcl cmd dm_obj \
	view_obj geometry_obj db_obj fbserv_obj
@


1.8
log
@*- add object files
@
text
@d16 1
a16 1
	view_obj geometry_obj db_obj
@


1.7
log
@add query and tcl to LIBDM_OBJS
@
text
@d14 3
a16 1
	LIBDM_OBJS dm-generic dm-ps dm-plot dm-Null clip knob color options query tcl
@


1.6
log
@add dm-generic to LIBDM_OBJS
@
text
@d14 1
a14 1
	LIBDM_OBJS dm-generic dm-ps dm-plot dm-Null clip knob color options
@


1.5
log
@add color and options to FILES
@
text
@d14 1
a14 1
	LIBDM_OBJS dm-ps dm-plot dm-Null clip knob color options
@


1.4
log
@added knob
@
text
@d14 1
a14 1
	LIBDM_OBJS dm-ps dm-plot dm-Null clip knob
@


1.3
log
@use LIBDM_OBJS
@
text
@d14 1
a14 1
	LIBDM_OBJS dm-ps dm-plot dm-Null clip
@


1.2
log
@added dm-plot, dm-Null and clip
@
text
@d14 1
a14 1
	dm-X dm-ogl dm-glx dm-pex dm-ps dm-plot dm-Null clip
@


1.1
log
@Initial revision
@
text
@d14 1
a14 1
	dm-X dm-ogl dm-glx dm-pex dm-ps
@
