Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!jarthur!jarthur.claremont.edu!laura From: laura@jarthur.claremont.edu (Laura Kirk) Newsgroups: comp.windows.x Subject: parallel makefiles for Sequent with Imake? Keywords: Sequent imake parallel Message-ID: <3730@jarthur.Claremont.EDU> Date: 11 Jan 90 21:54:10 GMT Sender: laura@jarthur.Claremont.EDU Organization: Harvey Mudd College, Claremont, CA 91711 Lines: 15 Can Imake make parallel makefiles for the symmetry? Has anyone done this? (Parallel makefiles have an & for rules to be made in parallel: a.out: & a.o b.o cc a.o b.o a.o: a.c b.o: b.c will make a.o and b.o in parallel.) Thanks much. laura