Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!lll-winken!uunet!mcsun!hp4nl!charon!dik From: dik@cwi.nl (Dik T. Winter) Newsgroups: comp.unix.questions Subject: Re: make SUFFIXES question..... Message-ID: <1963@charon.cwi.nl> Date: 14 Aug 90 23:20:08 GMT References: <8212@ncar.ucar.edu> <1446@targon.UUCP> Sender: news@cwi.nl Organization: CWI, Amsterdam Lines: 9 In article <1446@targon.UUCP> andre@targon.UUCP (andre) writes: > $(FCOMP) -o $*.o $*.f > ^-- whatever you need to go from .f to .o (fortran?) Please, use $(FC) which is predefined on most systems, and evaluates to the fortran compiler (which can be named f77, fort, fc, fortran, ...). -- dik t. winter, cwi, amsterdam, nederland dik@cwi.nl