automake
[Top][All Lists]
Advanced

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

Re: How to add new Makefile-Rules through Configure?


From: Bob Friesenhahn
Subject: Re: How to add new Makefile-Rules through Configure?
Date: Sun, 8 Mar 2015 20:04:44 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Sun, 8 Mar 2015, Marc Wäckerlin wrote:

-------------------------------------------
bin_PROGRAMS = cardgui
cardgui_SOURCES = cardgui.cxx cardgui.hxx \
                 password.hxx cardgui-model.hxx \
                 cardgui.ui password.ui
-------------------------------------------
Should generate "CLEANFILES += ui_cardgui.hxx ui_password.hxx". How can I achieve this?

There are other ways to accomplish cleaning besides CLEANFILES. You should be able to solve the problem by adding a 'clean-local' target since then you can invoke arbitrary multi-line shell code and can reference Makefile variables.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

reply via email to

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