Diff for /rpl/Makefile.am between versions 1.53 and 1.56

version 1.53, 2012/07/03 09:24:21 version 1.56, 2012/12/13 20:27:07
Line 213  $(top_builddir)/tools/@UNITS@/units$(EXE Line 213  $(top_builddir)/tools/@UNITS@/units$(EXE
                 @UNITS@/Makefile > $$TMP; \                  @UNITS@/Makefile > $$TMP; \
         mv -f $$TMP @UNITS@/Makefile; \          mv -f $$TMP @UNITS@/Makefile; \
     fi; \      fi; \
       cp -f $(srcdir)/tools/@UNITS@/units_cur $(top_builddir)/tools/@UNITS@
     $(MAKE) -C $(top_builddir)/tools/@UNITS@ $(AM_MAKEFLAGS)      $(MAKE) -C $(top_builddir)/tools/@UNITS@ $(AM_MAKEFLAGS)
   
 .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \  .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
Line 263  all: $(top_builddir)/tools/@NCURSES@/lib Line 264  all: $(top_builddir)/tools/@NCURSES@/lib
         $(top_builddir)/tools/@UNITS@/units$(EXEEXT) \          $(top_builddir)/tools/@UNITS@/units$(EXEEXT) \
         $(top_builddir)/tools/@SIGSEGV@/src/.libs/@LIB_PREFIX@sigsegv.a \          $(top_builddir)/tools/@SIGSEGV@/src/.libs/@LIB_PREFIX@sigsegv.a \
         @LIBRPLCAS@ @LIBMOTIF@          @LIBRPLCAS@ @LIBMOTIF@
     if [ -n $($(MAKE) -v | grep "^GNU Make") ]; then \      @if [ -n $(shell $(MAKE) -v | grep "^GNU Make") ]; then \
         @echo "Please use GNU Make"; \          echo; \
           echo MAKE=$(MAKE); \
           echo "Please use GNU Make !"; \
           echo; \
         false; \          false; \
     fi      fi
 # Cette règle n'est là que pour forcer la compilation de Gnuplot.  # Cette règle n'est là que pour forcer la compilation de Gnuplot.

Removed from v.1.53  
changed lines
  Added in v.1.56


CVSweb interface <joel.bertrand@systella.fr>