2010/5/12 Michael Wild :
>
> On 12. May, 2010, at 13:03 , Bryn Lloyd wrote:
>
>> Hi,
>>
>> I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis.
>>
>> I need to compile the same source file, multiple times, with different
>> flags/defines in order to link the resulting object files
On 12. May, 2010, at 13:03 , Bryn Lloyd wrote:
> Hi,
>
> I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis.
>
> I need to compile the same source file, multiple times, with different
> flags/defines in order to link the resulting object files into one library.
>
> something
Hi,
I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis.
I need to compile the same source file, multiple times, with different
flags/defines in order to link the resulting object files into one library.
something like this:
$(CC) -DDINT -c umf_analyze.c -o umf_i_ana