>>> "Duncan" == Duncan Gibson <[EMAIL PROTECTED]> writes:
[...]
About "multiple" implicit rules such as
.a.b .c.d:
...
Duncan> It's not obvious (or necessarily documented) that some
Duncan> common 'make' constructions don't convert directly to
Duncan> 'automake'.
I've filled two PR
Apologies for not replying sooner, but I've been away for a week.
Duncan Gibson wrote:
DG> bin_PROGRAMS = CubeView
DG>
DG> CubeView_SOURCES = \
DG> CubeMain.cxx \
DG> CubeView.cxx CubeView.h \
DG> CubeViewUI.fl
DG>
DG> SUFFIXES = .cxx .h .fl
DG>
DG> .fl.cxx .fl.h:
DG>fluid -c $<
Alexan
>>> "Duncan" == Duncan Gibson <[EMAIL PROTECTED]> writes:
[...]
Duncan> bin_PROGRAMS = CubeView
Duncan> CubeView_SOURCES = \
Duncan> CubeMain.cxx \
Duncan> CubeView.cxx CubeView.h \
Duncan> CubeViewUI.fl
Duncan> SUFFIXES = .cxx .h .fl
Duncan> .fl.cxx .fl.h:
Duncan>fluid -c $<