Re: Use of rootcint in the Gnu Build System.

From: Rene Brun <Rene.Brun_at_cern.ch>
Date: Fri, 6 Aug 2010 22:33:07 +0200


see examples in $ROOTSYS/test/Makefile

Rene Brun

Marcelo Zimbres wrote:
> Dear root experts,
>
> I am using the macros provided by the root
> package(/root/build/misc/root.m4) in my configure.ac
> <http://configure.ac> file, to easy the task of configure, compile and
> link my code. I wonder if there is any other simple way to use
> rootcint, be it in configure.ac <http://configure.ac> or Makefile.am,
> to automate the dictionary generation, for my classes inheriting from
> TObject. At the moment I am using this line of code in configure.ac
> <http://configure.ac> to generate the dictionaries
>
> rootcint -f src/dictionary.cxx -c $(ls src/T*h)
>
> but this does not allow me to build a package in a test directory,
> because of the hard link(and it also make "make distcheck" fail).
>
> Best regards
> Marcelo
>
Received on Fri Aug 06 2010 - 22:33:27 CEST

This archive was generated by hypermail 2.2.0 : Sat Aug 07 2010 - 23:50:01 CEST