[BuildTools] Documentation

Stefan Vigerske stefan at math.hu-berlin.de
Sat Oct 30 10:08:08 EDT 2010


Hi,

yes, XXXSRCDIR does not exists anymore. It should not be required.
For you own project (OSSRCDIR) you can usr $(srcdir), for other projects
you should not need to know the position of the source, but only the
CFLAGS. The latter should include the required -I flags.

Stefan

Kipp Martin schrieb:
> Hi Guys:
> 
> In CoinUtils, for example, in the old build system I see
> 
> AM_CPPFLAGS = \
>         -I`$(CYGPATH_W) $(COINUTILSSRCDIR)/src`
> 
> In the new system I see
> 
> 
> AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/../src`
> 
> What happened to $(COINUTILSSRCDIR)????
> 
> Are we supposed to be moving away from XXXXSRCDIR? Is this documented
> somewhere?
> 
> Thanks
> 
> 
> 



More information about the BuildTools mailing list