Diff for /rpl/src/Makefile.am between versions 1.13 and 1.15

version 1.13, 2010/03/29 07:57:43 version 1.15, 2010/04/07 07:16:12
Line 57  SRCC=\ Line 57  SRCC=\
     calcul_differentiel.c\      calcul_differentiel.c\
     calcul_integral.c\      calcul_integral.c\
     chainage.c\      chainage.c\
     chiffrement.c\  
     compilation.c\      compilation.c\
     completion.c\      completion.c\
     controle.c \      controle.c \
Line 419  rpl_LDADD = $(top_builddir)/lapack/lapac Line 418  rpl_LDADD = $(top_builddir)/lapack/lapac
   
 always: $(top_builddir)/src/rpl.conv.c  always: $(top_builddir)/src/rpl.conv.c
     touch $(top_builddir)/src/rpl.conv.c; \      touch $(top_builddir)/src/rpl.conv.c; \
     (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) $(SRCH) $(SRCINC) \      (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) \
             $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null);              $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null);
   
 .PHONY: always librpl licences rpl.inc  .PHONY: always librpl licences rpl.inc

Removed from v.1.13  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>