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
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/