help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: serial vs parallel for ar


From: Cesar Crusius
Subject: RE: serial vs parallel for ar
Date: Fri, 19 May 2006 11:02:40 -0700
User-agent: KMail/1.9.1

This is wrong. There's no target for the library at all, which goes somewhat 
against the point of using make. In other words, if you want to 'make a 
library,' you want to tell make 'how to make a library.' But you aren't.

What you want is

<libname>: <objects>
        <create/update libraries>

<object>: <source>
        <compile object>

- Cesar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]