Re: How to specify 2 stage build in Makefile.am

2002-10-31 Thread Alexandre Duret-Lutz
>>> "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

Re: How to specify 2 stage build in Makefile.am

2002-10-28 Thread Duncan Gibson
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

Re: How to specify 2 stage build in Makefile.am

2002-10-19 Thread Alexandre Duret-Lutz
>>> "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 $<