Diff for /rpl/src/Makefile.am between versions 1.34 and 1.37

version 1.34, 2010/08/13 21:00:36 version 1.37, 2010/08/25 13:44:48
Line 357  generateurs.c: generateurs_aleatoires.aw Line 357  generateurs.c: generateurs_aleatoires.aw
 rpl.inc:  rpl.inc:
     echo BUILDPATH=$(top_builddir)/.. > $@      echo BUILDPATH=$(top_builddir)/.. > $@
     echo COMPILE=$(DEFS) >> $@      echo COMPILE=$(DEFS) >> $@
     echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ $(LIBS) >> $@      echo LINK=@libX@ @libMySQLlib@ @libPgSQLlib@ -lz >> $@
     echo OBJECTS=$(SRCCc:.c=.$(OBJEXT)) $(SRCFc:.f=.$(OBJEXT)) \      echo OBJECTS=$(SRCCc:.c=.$(OBJEXT)) $(SRCFc:.f=.$(OBJEXT)) \
             $(SRCF90c:.F90=.$(OBJEXT)) \              $(SRCF90c:.F90=.$(OBJEXT)) \
             librpl-conv.$(OBJEXT) >> $@              librpl-conv.$(OBJEXT) >> $@
Line 409  INCLUDES = -I$(srcdir) -I$(top_builddir) Line 409  INCLUDES = -I$(srcdir) -I$(top_builddir)
         $(include_libreadline) $(include_libncurses) $(include_libgsl) \          $(include_libreadline) $(include_libncurses) $(include_libgsl) \
         $(include_libiconv) $(include_libcrypto) $(include_libsqlite)\          $(include_libiconv) $(include_libcrypto) $(include_libsqlite)\
         @includeX@ @libMySQLinc@ @libPgSQLinc@          @includeX@ @libMySQLinc@ @libPgSQLinc@
 DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" \  DEFS = -DHAVE_CONFIG_H -Dd_version_rpl=\"@VERSION@\" @BROKEN_SIGINFO@ \
         -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@ \
         @SEMAPHORES_NOMMES@ @SEMAPHORES_SYSV@ @SEMUN@ @IPV6@ \          @SEMAPHORES_NOMMES@ @SEMAPHORES_SYSV@ @IPCS_SYSV@ @SEMUN@ @IPV6@ \
         @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \          @EXPERIMENTAL_CODE@ $(date) $(hash) -g @PROFILAGE@ \
         -Dd_locale=\"@FINAL_ENCODING@\" \          -Dd_locale=\"@FINAL_ENCODING@\" \
         -D@OS@          -D@OS@
Line 453  librpl: install-libLIBRARIES Line 453  librpl: install-libLIBRARIES
     do \      do \
         cp -f $$i $(top_builddir)/librpl; \          cp -f $$i $(top_builddir)/librpl; \
     done      done
     (cd $(top_builddir)/librpl && \      (cd $(top_builddir)/librpl && n=0 && \
             for i in *.a; do ar x $$i && rm -f $$i; done; \  
             L="start"; \  
             echo Building standalone librpl.a; \              echo Building standalone librpl.a; \
               for i in *.a; \
                   do echo Extracting $$i; ar x $$i; \
                   for j in `ar t $$i`; \
                   do cp -f $$j $$n-$$j; \
                       rm -f $$j; \
                   done; \
                   n=`expr $$n + 1`; \
                   rm -f $$i; \
               done; \
               L="start"; \
             while test -n "$$L"; \              while test -n "$$L"; \
             do \              do \
                 L=""; j=0; \                  L=""; j=0; \
Line 476  librpl: install-libLIBRARIES Line 484  librpl: install-libLIBRARIES
                 ls *.$(OBJEXT) 2> /dev/null | wc -l; \                  ls *.$(OBJEXT) 2> /dev/null | wc -l; \
             done; \              done; \
             echo Done; \              echo Done; \
             ar s librpl.a); \              ar s librpl.a; \
     mv -f $(top_builddir)/librpl/librpl.a $(top_builddir)/src/librpl.a              if [ @OS@ != OS2 ]; then \
                   echo Stripping librpl.a && strip -d librpl.a; \
               fi;); \
       $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a
   

Removed from v.1.34  
changed lines
  Added in v.1.37


CVSweb interface <joel.bertrand@systella.fr>