Index: doc/ChangeLog from Giovanni Palma giovanni@lrde.epita.fr
* ref/out/exdoc.config.in: Add include directory.
Index: doc/ref/out/exdoc.config.in --- doc/ref/out/exdoc.config.in Sat, 03 Apr 2004 23:17:34 +0200 thivol_d (oln/k/7_exdoc.conf 1.4 600) +++ doc/ref/out/exdoc.config.in Fri, 09 Apr 2004 10:54:55 +0200 palma_g (oln/k/7_exdoc.conf 1.4 600) @@ -4,7 +4,7 @@ TAG_CLOSE = endcode CAPTIONS = cxx # We want to run cxx on the extracted files (see line below) ALIAS cxx = @CXX@ # Here, cxx means g++ but you can choose other compilers - OPTIONS = @CXXFLAGS_OPTIMIZE@ @CXXFLAGS_STRICT_ERRORS@ -I@top_srcdir@/integre -I@top_srcdir@/olena -I@top_srcdir@/metalic $1 -o $2 -DIMG_OUT="../img/" -DIMG_IN="@top_srcdir@/olena/img/" # tell how to use the soft, i.e. where to put input and output arguments (default if not overriden) ($1: input, $2: output) FIXME: $* should have explicit name, chek flags + OPTIONS = @CXXFLAGS_OPTIMIZE@ @CXXFLAGS_STRICT_ERRORS@ -I@top_srcdir@/integre -I@top_builddir@/olena -I@top_srcdir@/olena -I@top_srcdir@/metalic $1 -o $2 -DIMG_OUT="../img/" -DIMG_IN="@top_srcdir@/olena/img/" # tell how to use the soft, i.e. where to put input and output arguments (default if not overriden) ($1: input, $2: output) FIXME: $* should have explicit name, chek flags OUT = out # FIXME: should be obsolete EXT = cc # Extension of generated file STD_OUT_EXT = std # Extension of generated file standard output
"Giovanni" == Giovanni Palma giovanni@lrde.epita.fr writes:
Index: doc/ChangeLog from Giovanni Palma giovanni@lrde.epita.fr
- ref/out/exdoc.config.in: Add include directory.
Index: doc/ref/out/exdoc.config.in --- doc/ref/out/exdoc.config.in Sat, 03 Apr 2004 23:17:34 +0200 thivol_d (oln/k/7_exdoc.conf 1.4 600) +++ doc/ref/out/exdoc.config.in Fri, 09 Apr 2004 10:54:55 +0200 palma_g (oln/k/7_exdoc.conf 1.4 600) @@ -4,7 +4,7 @@ TAG_CLOSE = endcode CAPTIONS = cxx # We want to run cxx on the extracted files (see line below) ALIAS cxx = @CXX@ # Here, cxx means g++ but you can choose other compilers
- OPTIONS = @CXXFLAGS_OPTIMIZE@ @CXXFLAGS_STRICT_ERRORS@ -I@top_srcdir@/integre -I@top_srcdir@/olena -I@top_srcdir@/metalic $1 -o $2 -DIMG_OUT="../img/" -DIMG_IN="@top_srcdir@/olena/img/" # tell how to use the soft, i.e. where to put input and output arguments (default if not overriden) ($1: input, $2: output) FIXME: $* should have explicit name, chek flags
- OPTIONS = @CXXFLAGS_OPTIMIZE@ @CXXFLAGS_STRICT_ERRORS@ -I@top_srcdir@/integre -I@top_builddir@/olena -I@top_srcdir@/olena -I@top_srcdir@/metalic $1 -o $2 -DIMG_OUT="../img/" -DIMG_IN="@top_srcdir@/olena/img/" # tell how to use the soft, i.e. where to put input and output arguments (default if not overriden) ($1: input, $2: output) FIXME: $* should have explicit name, chek flags OUT = out # FIXME: should be obsolete EXT = cc # Extension of generated file STD_OUT_EXT = std # Extension of generated file standard output
Il faudrait vraiment introduire \ dans cet outil...