Re: cyclic dependancy

2008-10-27 Thread Ralf Wildenhues
Hello Neel, * Neel Basu wrote on Mon, Oct 27, 2008 at 01:19:45PM CET: > > On Sunday 26 Oct 2008 11:41:26 pm Ralf Wildenhues wrote: > > > $(top_builddir)/cgi++/libcgixx.la: > > cd $(top_builddir)/cgi++ && $(MAKE) $(AM_MAKEFLAGS) libcgixx.la > > > > in the Makefile.am files that need it.

Re: cyclic dependancy

2008-10-27 Thread Jan Engelhardt
On Monday 2008-10-27 08:19, Neel Basu wrote: >On Sunday 26 Oct 2008 11:41:26 pm Ralf Wildenhues wrote: > >> $(top_builddir)/cgi++/libcgixx.la: >> cd $(top_builddir)/cgi++ && $(MAKE) $(AM_MAKEFLAGS) libcgixx.la >> >> in the Makefile.am files that need it. If the cgi++ directory has >> BU

Re: cyclic dependancy

2008-10-27 Thread Neel Basu
On Sunday 26 Oct 2008 11:41:26 pm Ralf Wildenhues wrote: > $(top_builddir)/cgi++/libcgixx.la: > cd $(top_builddir)/cgi++ && $(MAKE) $(AM_MAKEFLAGS) libcgixx.la > > in the Makefile.am files that need it. If the cgi++ directory has > BUILT_SOURCES, then they need to be built first, thoug