head	7.3;
access;
symbols
	ansi-20040405-merged:7.2
	premerge-autoconf:7.2
	ansi-20040316-freeze:7.2
	postmerge-20040315-windows:7.2
	premerge-20040315-windows:7.2
	windows-20040315-freeze:7.2
	phong-branch:7.2.0.12
	photonmap-branch:7.2.0.10
	rel-6-1-DP:7.2
	windows-branch:7.2.0.8
	rel-6-0-2:7.2
	ansi-branch:7.2.0.6
	rel-6-0-1-branch:7.2.0.4
	hartley-6-0-post:7.2
	hartley-6-0-pre:7.2
	rel-6-0-1:7.2
	rel-6-0:7.2
	rel-5-4:7.2
	offsite-5-3-pre:7.2
	rel-5-3:7.2
	rel-5-2:7.2
	rel-5-1-branch:7.2.0.2
	rel-5-1:7.2
	rel-5-0:7.2
	rel-5-0-beta:7.2
	rel-4-5:7.1
	ctj-4-5-post:7.1
	ctj-4-5-pre:7.1
	rel-4-4:7.1
	rel-4-0:7.1
	rel-3-5:7.1
	rel-3-0:7.1
	rel-2-3:7.1
	rel-2-0:6.1
	rel-1-24:5.1
	rel-1-20:1.1
	AUTOCONF:7.2.0.14;
locks; strict;
comment	@# @;


7.3
date	2004.03.18.18.15.14;	author erikg;	state dead;
branches;
next	7.2;

7.2
date	98.12.31.07.15.25;	author morrison;	state Exp;
branches
	7.2.14.1;
next	7.1;

7.1
date	87.11.02.23.24.45;	author mike;	state Rel;
branches;
next	6.1;

6.1
date	87.07.11.07.50.06;	author mike;	state Rel;
branches;
next	5.1;

5.1
date	87.06.24.21.49.24;	author mike;	state Rel;
branches;
next	1.1;

1.1
date	87.02.12.22.04.47;	author mike;	state Exp;
branches;
next	;

7.2.14.1
date	2003.11.07.16.41.42;	author erikg;	state dead;
branches;
next	7.2.14.2;

7.2.14.2
date	2004.02.12.19.40.44;	author erikg;	state Exp;
branches;
next	7.2.14.3;

7.2.14.3
date	2004.02.25.15.24.40;	author erikg;	state dead;
branches;
next	;


desc
@db/Makefile
@


7.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@#
#			db/Makefile
# This Makefile only used for preparing the distribution!
# We assume that the .g files are fine, and merely work on the .asc ones.
#
.SUFFIXES: .g .asc

PRODUCTS	= bldg391.asc crod.asc demo.asc ktank.asc moss.asc prim.asc \
		  star.asc truck.asc world.asc cube.asc axis.asc sphflake.asc

SHELL		= /bin/sh

DISTDIR		= /m/dist/db

##.asc.g: ; $(A2G) < $? > $@@

A2G		= asc2g
G2A		= g2asc

all:		${PRODUCTS}

dist:		${PRODUCTS}

bldg391.asc:	bldg391.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
crod.asc:	crod.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
demo.asc:	demo.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
ktank.asc:	ktank.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
moss.asc:	moss.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
prim.asc:	prim.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
star.asc:	star.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
truck.asc:	truck.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
world.asc:	world.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
cube.asc:	cube.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
axis.asc:	axis.g
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc
sphflake.asc:
	-mv -f $*.asc $*.asc.bak; $(G2A) < $? > $*.asc ; chmod 444 $*.asc

depend:
	echo "db: depend"

install: ${PRODUCTS}
	-@@sh -c "if test `hostname` = brl-vgr ; then make inst-dist; else exit 0 ; fi"

inst-dist: ${PRODUCTS}
	-rm -fr ${DISTDIR}/*
	-cp Makefile.dist ${DISTDIR}/Makefile
	-@@for prod in ${PRODUCTS} ; \
	do	if cmp -s ${DISTDIR}/$$prod $$prod; \
		 then	echo $$prod unchanged; \
		 else	rm -f ${DISTDIR}/$$prod  2>/dev/null; \
			cp $$prod ${DISTDIR} && \
			echo "++++++INSTALLED" ${DISTDIR}/$$prod && \
			chmod 444 ${DISTDIR}/$$prod; \
		 fi \
	done

clean:
	echo "db: cleaned"

clobber:
	echo "db: clobber ignored"
@


7.2
log
@The ascii file for the sphere flake is added to the database
and is added to the cake and make files.
@
text
@@


7.2.14.1
log
@generated now
@
text
@@


7.2.14.2
log
@merge from HEAD
@
text
@@


7.2.14.3
log
@makefiles should be generated
@
text
@@


7.1
log
@Release 2.3
@
text
@d9 1
a9 1
		  star.asc truck.asc world.asc cube.asc axis.asc
d45 2
@


6.1
log
@Release 2.0
@
text
@d11 2
@


5.1
log
@Release 1.24
@
text
@@


1.1
log
@Release 1.20 -- First Formal Release
@
text
@@
