Diff for /rpl/src/Makefile.am between versions 1.6 and 1.7

version 1.6, 2010/03/04 17:42:46 version 1.7, 2010/03/05 11:20:08
Line 26  date := -Dd_date_rpl="\"$(shell LC_ALL=f Line 26  date := -Dd_date_rpl="\"$(shell LC_ALL=f
         awk '{ v=$$0; gsub(/^[ \t]+/, "", v); gsub(/[ \t]+$$/, "", v); \          awk '{ v=$$0; gsub(/^[ \t]+/, "", v); gsub(/[ \t]+$$/, "", v); \
         printf("%s\n", v);}')\""          printf("%s\n", v);}')\""
   
   hash := -Drplpp_md5="\"$(shell $(top_builddir)/rplsums/rplmd5sum \
           $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT))\"" \
           -Drplpp_sha1="\"$(shell $(top_builddir)/rplsums/rplsha1sum \
           $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT))\"" \
           -Drplfile_md5="\"$(shell $(top_builddir)/rplsums/rplmd5sum \
           $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT))\"" \
           -Drplfile_sha1="\"$(shell $(top_builddir)/rplsums/rplsha1sum \
           $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT))\"" \
           -Drpliconv_md5="\"$(shell $(top_builddir)/rplsums/rplmd5sum \
           $(top_builddir)/rpliconv/rpliconv$(EXEEXT))\"" \
           -Drpliconv_sha1="\"$(shell $(top_builddir)/rplsums/rplsha1sum \
           $(top_builddir)/rpliconv/rpliconv$(EXEEXT))\"" \
           -Drplconvert_md5="\"$(shell $(top_builddir)/rplsums/rplmd5sum \
           $(top_builddir)/tools/@UNITS@/units$(EXEEXT))\"" \
           -Drplconvert_sha1="\"$(shell $(top_builddir)/rplsums/rplsha1sum \
           $(top_builddir)/tools/@UNITS@/units$(EXEEXT))\""
   
 SRCC=\  SRCC=\
     algebre_lineaire1.c\      algebre_lineaire1.c\
     algebre_lineaire2.c\      algebre_lineaire2.c\
Line 364  DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\ Line 381  DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\
         -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \          -Dd_exec_path=\"@RUNPATH@\" @FORCE_GNUPLOT_PATH@ @DEBUG@ \
         @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \          @MOTIF_SUPPORT@ @POSTSCRIPT_SUPPORT@ @GNUPLOT_SUPPORT@ \
         @VIM_SUPPORT@ @MYSQL_SUPPORT@ @POSTGRESQL_SUPPORT@ \          @VIM_SUPPORT@ @MYSQL_SUPPORT@ @POSTGRESQL_SUPPORT@ \
         @EXPERIMENTAL_CODE@ $(date) -g @PROFILAGE@ \          @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \
         -Dd_locale=\"$(shell locale charmap)\" \          -Dd_locale=\"$(shell locale charmap)\" \
         -D@OS@          -D@OS@
 rpl_LDADD = $(top_builddir)/lapack/lapack/liblapack.a \  rpl_LDADD = $(top_builddir)/lapack/lapack/liblapack.a \

Removed from v.1.6  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>