head	7.3;
access;
symbols
	ansi-20040405-merged:7.2
	premerge-autoconf: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
	AUTOCONF:7.2.0.14;
locks; strict;
comment	@# @;


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

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

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

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

5.1
date	87.06.24.21.49.38;	author mike;	state Rel;
branches;
next	;

7.2.14.1
date	2003.11.07.16.41.49;	author erikg;	state dead;
branches;
next	;


desc
@pix/Makefile
@


7.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@#
#			pix/Makefile
# This version used only to make the distribution
#
.SUFFIXES: .pix .p_asc

PRODUCTS	= moss.p_asc star.p_asc bldg391.p_asc world.p_asc \
		  moss.log star.log bldg391.log world.log \
		  m109.p_asc sphflake.log

DISTDIR		= /m/dist/pix

#.p_asc.pix: ; $(A2P) < $? > $@@

A2P		= asc2pix
P2A		= pix2asc

all:	moss.p_asc world.p_asc star.p_asc bldg391.p_asc

bldg391.p_asc:	bldg391.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc
moss.p_asc:	moss.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc
world.p_asc:	world.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc
star.p_asc:	star.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc
m109.p_asc:	m109.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc
sphflake.p_asc:	sphflake.pix
	$(P2A) < $? > $*.p_asc ; chmod 444 $*.p_asc

depend:
	echo "pix:  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 "pix: cleaned"

clobber:
	echo "pix: clobber ignored"

SHELL		= /bin/sh
@


7.2
log
@added the sphere flake pix to the pix dir for benchmarking
and edited the cake/make respectively.
@
text
@@


7.2.14.1
log
@generated now
@
text
@@


7.1
log
@Release 2.3
@
text
@d9 1
a9 1
		  m109.p_asc
d29 2
@


6.1
log
@Release 2.0
@
text
@d55 2
@


5.1
log
@Release 1.24
@
text
@@
