help-make
[Top][All Lists]
Advanced

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

Question on making all *.o files into a lib


From: helge . fredriksen
Subject: Question on making all *.o files into a lib
Date: Thu, 8 Nov 2001 21:35:51 +0100

Hello!

I'm wondering if there is a nice way to use wildcards in make.
I want to use this for making all *.o files in a specific catalogue
into a lib file, like for instance

libsomething.a:   somecatalogue/*.o
                ar rcv libsomething.a  somecatalogue/*.o
                ranlib libsomething.a

Best regards,
Helge Fredriksen
       



reply via email to

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