
Thu Oct 28 10:47:35 MST 2004

in ~jar/Sites/Rupley/Code/xtoys

brought over new distribution of xtoys from bnl/creutz
	copied into Distribution Distribution-15-Mar-2002
copied old distribution into Xtoys-old

redid makefile and removed malloc.h includes as below for old distribution

added xburn.c and xburn-jar.c from old distribution
	and xburn.txt, xburn-jar.txt

recompiled = make all
	warnings ok
	as to be expected, many old C warnings for old xburn*.c

added demo_lattice txt file from old class notes/old distribution
added NOTE1 txt file from old distribution

added .gif files for xautomalab from old distribution
	.png files of new distribution not read by xautomalab
		conversion??
	.gif files need to be gif87a fmt == not part of graphics converter

tested



Sat Jan 31 16:18:54 MST 2004

minimal changes:

remove malloc.h includes, ok as include stdlib.h



Makefile:
adapt to macosc env
add a few conveniences

LDFLAGS= -L/usr/X11R6/lib/
CFLAGS=	-Wall -ggdb -O $(LDFLAGS) 

SRCS= xising.c xpotts.c xfires.c xsand.c xautomalab.c xburn.c xburn-jar.c
TARGETS= xising xpotts xfires xsand xautomalab xburn xburn-jar

batch: xising xpotts xfires xsand xautomalab xburn xburn-jar

sources: 
	echo $(SRCS)

clean:
	rm $(TARGETS)

change rules to use $(CFLAGS)



compiled with usual raft of no decl errors

toys work nicely--
