
Sat Jan 31 12:37:06 MST 2004

port from octane -> mac osx

changes to includes:
	removed includes for malloc.h, string.h from *.c
	added includes for stdlib.h, string.h to rxn.h


Makefile
	usual macosx flags:
CFLAGS=  -Wall -ggdb -O

	macosx equate uc and lc in filenames
	thus REACT == react
	renamed REACT -> REACT_DIR
	changed ref in Makefile
REACT_DIR= ../reaction/REACT_DIR

	want libq.a, not libq.so
libq.a:
	(cd $(REACT_DIR); make libq.a)



fixed up a few warnings to give clean -Wall compile
	parse.c initial.c


ttygraph, prep
	changed nawk -> awk, and order of parameters-program


run  ==  test of react -- worked
	script
	sets up input for react
	runs react
	plots output 
		prep by prep
		graph by ttygraph


dircmp on reaction mod for macosx vs reaction for sgi:

Nov 13 12:54 2004 reaction only and reaction.sgi only Page 1
./Makefile				    ./makefile
./NOTE1					    ./run.c
./REACT_DIR/NOTE1
./REACT_DIR/daxpy.o
./REACT_DIR/ddot.o
./REACT_DIR/dgefa.o
./REACT_DIR/dgesl.o
./REACT_DIR/dscal.o
./REACT_DIR/example.o
./REACT_DIR/idamax.o
./REACT_DIR/libq.a
./REACT_DIR/lsoda.o
./REACT_DIR/makefile.orig
./bail.o
./derivs.o
./initial.o
./makefile.orig
./parse.o
./prep.orig
./react
./rxn.o
./scr.m
./scr.p
./scr.r
./ttygraph.orig
./wr_header.o
./wr_results.o
Nov 13 12:54 2004 Comparison of reaction reaction.sgi Page 1
different	./REACT_DIR/example
different	./REACT_DIR/libq.so
different	./REACT_DIR/lsoda.c
different	./REACT_DIR/makefile
different	./initial.c
different	./parse.c
different	./prep
different	./rxn.c
different	./rxn.h
different	./ttygraph
Nov 13 12:54 2004 Comparison of reaction reaction.sgi Page 2
different	./wr_header.c
