# This is the simplified makefile for piN scattering (piN) # developed in thyphy (IBM) and tested in bose (DEC) OPT = -c -O # OPT -O -B(binding) -g(dbx) -l(libm.a) -p(prof(1)) OBJ = main.o amp.o chi2.o cmlib.o csbj.o det1mvg.o diaga.o diagt.o\ engcom.o ffint.o gauss.o getfit.o getpole.o kpinit.o legendrep.o\ obs.o onshl.o potfcn.o prtkin.o prtpot.o sbj.o setfit.o setup.o\ splin2.o spline.o splint.o tmtrx.o vbag.o vcoul.o wtgfcn.o prtnif.o .f.o: f77 ${OPT} $*.f pion: ${OBJ} f77 -O ${OBJ} -o pion