NAME = rqmd.f absorb.f achain.f angel.f angin.f angnp.f antibb.f barwgh.f\ bele.f bplist.f bresdc.f bwdist.f casca.f cgks.f cgksq1.f chains.f\ chkmsc.f clphh.f clustr.f cmass.f cnstst.f cohere.f coll.f coload.f\ coltim.f comprs.f contnt.f conver.f cqpfrc.f cross1.f cross2.f cupdat.f\ dcr.f dcratc.f dcratd.f dcratn.f dcrato.f dcrm.f delten.f detbal.f\ diffra.f dnscal.f dupdat.f dwidth.f emexc.f emuls.f errex.f fctact.f\ fill12.f fillca.f fillom.f flavor.f fndnxt.f fndq.f fndxsm.f frzcor.f\ gamcon.f gamind.f getbb.f getifo.f getinp.f getmas.f getms4.f getpar.f\ gpair.f hit.f hit34.f hprop.f hyper.f ianout.f ibspin.f ictype.f\ idnbar.f idnmes.f idres.f idtmes.f imsed.f imspin.f initev.f initfa.f\ intfac.f iqqrnd.f iqqsto.f isocgk.f ispect.f issers.f iswap.f itrip.f\ jetcon.f jets.f jrtime.f kfcrev.f kfindb.f klbar.f klu.f kmass.f\ kpote.f kqqret.f kresb.f kresm.f lchar.f lddec.f lmass.f lu1jet.f\ lu2jet.f lu3jet.f lu4jet.f luchge.f lucons.f ludata.f ludecy.f luedit.f\ luexec.f luifld.f luiflv.f lulist.f luname.f luonej.f lupart.f lupos.f\ luprep.f luptdi.f lurobo.f lusysj.f luupda.f luzdis.f enlk.f makjet.f\ mbafnd.f mbtage.f mescon.f mesmes.f mesres.f mlt810.f mmann.f mmefnd.f\ mscstr.f mstime.f ndmed.f ndstar.f newcqe.f newlcp.f newmas.f nghbor.f\ notsto.f ofshel.f oldnew.f onshel.f output.f paulin.f pcmsr.f piweg.f\ piynkb.f plasto.f plu.f potyes.f prcms.f pribd.f probdl.f probn2.f\ propag.f pspsv.f pssbar.f qdrot.f qinvrt.f qmass.f ran0.f rrrr.f\ redcqi.f regsup.f reject.f relham.f rend.f resdat.f resdec.f retcgk.f\ rlu.f rqmd.f rqmdat.f rqmdec.f rstall.f rstart.f s10108.f s1088.f\ s8108.f s888.f scattr.f seed.f seteos.f shift.f sigasy.f sigkan.f\ sigptr.f slopet.f spctat.f sppban.f spspsv.f start.f store.f string.f\ strist.f subst2.f substi.f sveifo.f swap.f systim.f tboard.f timelf.f\ torsts.f transl.f trobo.f tubdat.f tube.f twodec.f ulangl.f ulmass.f\ velo12.f vquasi.f widr.f wqdnch.f wqdnnn.f xsesti.f xtupdt.f tblfit.f\ rsign.f timex.f datimh.f secnds.f ipet3e.f dpet3e.f OBJS = $(NAME:.f=.o) GBJS = $(NAME:.f=.g.o) .SUFFIXES : .f .o .g.o .f.o : f90 -c $< @echo ' ' .f.g.o : mv -f $*.o $*.oo f90 -g -c $< mv -f $*.o $*.g.o mv -f $*.oo $*.o @echo ' ' rqmd : $(OBJS) f90 -o $@ $(OBJS) rqmdg : $(GBJS) f90 -g -o $@ $(GBJS) include Makefile.depend