Re: Adding BUILT_SOURCES to a multi-directory, non-recursive project

2006-03-06 Thread Duncan Gibson
Alexandre Duret-Lutz [EMAIL PROTECTED] wrote: lots of helpful things... Thanks. I will look into your suggestions this evening. No doubt you have noticed that I reposted a more up to date version of src/Makefile.am that does handle some of these problems better, and I have made even further

Re: Adding BUILT_SOURCES to a multi-directory, non-recursive project

2006-03-04 Thread Alexandre Duret-Lutz
DG == Duncan Gibson [EMAIL PROTECTED] writes: [...] DG # autotools object to --libs, FLTK_LIBRARIES FLTK_LDFLAGS :-( DG # FLTK_CXXFLAGS = `fltk-config --cxxflags` DG # FLTK_LIBRARYS = `fltk-config --libs` DG # FLTK_LDSFLAGS = `fltk-config --ldstaticflags` You could AC_SUBST these

Adding BUILT_SOURCES to a multi-directory, non-recursive project

2006-03-03 Thread Duncan Gibson
I was given help two weeks ago in the thread Autoconfisticating a multi-directory, non-recursive, GNU-make specific project (see http://lists.gnu.org/archive/html/automake/2006-02/msg00036.html) Three years ago on this list, I was helped with BUILT_SOURCES in the thread How to specify 2 stage