This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'make clean' is removing too many files


Warren Young wrote:
> Harald Dunkel wrote:
> 
>>
>> If I add something like
>>
>> lib_LIBRARIES = /some/static/old/lib2install.a
> 
> 
> ...then you're probably doing something wrong.  That should probably go
> in LDADD.
> 

No, LDADD does not help.

I have some 3rd party libraries to include into the
install target. Currently I cannot add them to
lib_LIBRARIES, because then make clean removes them
(or at least it tries).

What I would need is either some "noclean_" prefix
for the primaries, or I have to copy all files that
are going to be installed into a local directory.
I don't like neither of these options.


Regards

Harri



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]