help-make
[Top][All Lists]
Advanced

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

Re: Question on making all *.o files into a lib


From: Chad Loder
Subject: Re: Question on making all *.o files into a lib
Date: Thu, 08 Nov 2001 13:47:32 -0800

See the documentation for the $(wildcard) function (section
8.3 in the GNU make manual).

        c

At Thursday 11/8/2001 09:35 PM +0100, you wrote:
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





reply via email to

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