automake
[Top][All Lists]
Advanced

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

'make clean' is removing too many files


From: Harald Dunkel
Subject: 'make clean' is removing too many files
Date: Fri, 15 Apr 2005 15:48:47 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Hi folks,

If I add something like

lib_LIBRARIES = /some/static/old/lib2install.a

to my Makefile.am, then the generated Makefile includes
/some/static/old/lib2install.a in the list of files to
remove for the clean target.

This is certainly not correct. Only targets that are
built by this Makefile should be removed during
'make clean'. See the documentation paragraph 12,
"What Gets Cleaned".

Is there a workaround for this problem? Maybe some
external_lib_LIBRARIES variable?


Regards

Harri




reply via email to

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