head	1.5;
access;
symbols
	ansi-20040405-merged:1.3.6.1
	premerge-autoconf:1.4
	postmerge-20040315-windows:1.4
	premerge-20040315-windows:1.4
	windows-20040315-freeze:1.3.8.1
	autoconf-20031203:1.4
	autoconf-20031202:1.4
	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
	AUTOCONF:1.4.0.2;
locks; strict;
comment	@# @;


1.5
date	2004.03.18.18.25.17;	author erikg;	state dead;
branches;
next	1.4;

1.4
date	2003.09.29.13.13.09;	author jra;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	99.05.14.15.15.20;	author bparker;	state Exp;
branches
	1.3.6.1
	1.3.8.1;
next	1.2;

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

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

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

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

1.4.2.1
date	2004.03.18.18.10.32;	author erikg;	state dead;
branches;
next	;


desc
@@


1.5
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			sample_applications/Cakefile
 *
 *  $Header: /cvs/brlcad/sample_applications/Cakefile,v 1.4 2003/09/29 13:13:09 jra Exp $
 */
#include "../Cakefile.defs"

#define PRODUCTS	*.c *.h makefile g-xxx.c g-xxx_facets.c
#define SRCDIR	sample_applications
#undef BINDIR
#define BINDIR	BASEDIR/sample_applications
#undef BINPERM
#define BINPERM 444
#define MANSECTION	1

#define BUILD_MAKEFILE ./build_makefile.sh

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

noprod&:
	rm -f makefile

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

makefile:
	BUILD_MAKEFILE

g-xxx.c: ../conv/g-xxx.c
	cp ../conv/g-xxx.c .

g-xxx_facets.c: ../conv/g-xxx_facets.c
	cp ../conv/g-xxx_facets.c .


#include "../Cakefile.rules"
@


1.4
log
@Now get converter samples from the "conv" directory
@
text
@d4 1
a4 1
 *  $Header: /c/CVS/brlcad/sample_applications/Cakefile,v 1.3 1999/05/14 15:15:20 bparker Exp $
@


1.4.2.1
log
@merge from head
@
text
@d4 1
a4 1
 *  $Header: /cvs/brlcad/sample_applications/Cakefile,v 1.4 2003/09/29 13:13:09 jra Exp $
@


1.3
log
@*- add ./ to build_makefile.sh
@
text
@d4 1
a4 1
 *  $Header: /c/CVS/brlcad/sample_applications/Cakefile,v 1.2 1999/05/13 21:39:45 bparker Exp $
d8 1
a8 1
#define PRODUCTS	*.c *.h makefile
d29 7
@


1.3.6.1
log
@sync branch with HEAD
@
text
@d4 1
a4 1
 *  $Header$
d8 1
a8 1
#define PRODUCTS	*.c *.h makefile g-xxx.c g-xxx_facets.c
a28 7

g-xxx.c: ../conv/g-xxx.c
	cp ../conv/g-xxx.c .

g-xxx_facets.c: ../conv/g-xxx_facets.c
	cp ../conv/g-xxx_facets.c .

@


1.3.8.1
log
@sync to HEAD...
@
text
@d4 1
a4 1
 *  $Header: /n/cad/c/CVS/brlcad/sample_applications/Cakefile,v 1.4 2003/09/29 13:13:09 jra Exp $
d8 1
a8 1
#define PRODUCTS	*.c *.h makefile g-xxx.c g-xxx_facets.c
a28 7

g-xxx.c: ../conv/g-xxx.c
	cp ../conv/g-xxx.c .

g-xxx_facets.c: ../conv/g-xxx_facets.c
	cp ../conv/g-xxx_facets.c .

@


1.2
log
@*- override clean, clobber and noprod just to be safe
@
text
@d4 1
a4 1
 *  $Header: /c/CVS/brlcad/sample_applications/Cakefile,v 1.1 1999/05/11 20:43:03 bparker Exp $
d16 1
a16 1
#define BUILD_MAKEFILE build_makefile.sh
@


1.1
log
@*- cake file for sample applications
@
text
@d4 1
a4 1
 *  $Header: /c/CVS/brlcad/conv/Cakefile,v 11.20 1999/04/05 13:52:03 jra Exp $
d6 1
d8 1
d10 4
a13 2
#define PRODUCTS	g-xxx rtexample
#define	SRCSUFF	.c
d16 7
a22 2
#include "../Cakefile.defs"
#include "../Cakefile.prog"
d24 2
a25 2
g-xxx: g-xxx.o LIBRT_DEP LIBBN_DEP LIBBU_DEP LIBTCL_DEP LIBWDB_DEP
	CC LDFLAGS g-xxx.o LIBWDB LIBRT LIBBN LIBBU LIBBU_LIBES LIBTCL LIBTCL_LIBES LIBES -o g-xxx
d27 2
a28 2
rtexample:	rtexample.o LIBRT_DEP LIBBN_DEP LIBBU_DEP LIBFB_DEP
	CC LDFLAGS rtexample.o LIBRT LIBBN LIBBU LIBBU_LIBES LIBFB LIBFB_LIBES LIBES -o rtexample
@
