From 09b0269b96521185a512c8b366b887d927f35358 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 23 Mar 2010 12:50:27 +0000 Subject: ignore property --- scilab2c/src/c/matrixOperations/hilb/Makefile.in | 6 +++--- scilab2c/src/c/operations/division/Makefile.am | 1 + scilab2c/src/c/operations/division/Makefile.in | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scilab2c/src/c/matrixOperations/hilb/Makefile.in b/scilab2c/src/c/matrixOperations/hilb/Makefile.in index 2f99b59a..66c2614b 100644 --- a/scilab2c/src/c/matrixOperations/hilb/Makefile.in +++ b/scilab2c/src/c/matrixOperations/hilb/Makefile.in @@ -36,7 +36,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testHilbert$(EXEEXT) TESTS = testHilbert$(EXEEXT) -subdir = src/c/matrixOperations/hilbert +subdir = src/c/matrixOperations/hilb DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -254,9 +254,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/matrixOperations/hilbert/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/matrixOperations/hilb/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/c/matrixOperations/hilbert/Makefile + $(AUTOMAKE) --foreign src/c/matrixOperations/hilb/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/scilab2c/src/c/operations/division/Makefile.am b/scilab2c/src/c/operations/division/Makefile.am index d52608ce..2704a7b3 100644 --- a/scilab2c/src/c/operations/division/Makefile.am +++ b/scilab2c/src/c/operations/division/Makefile.am @@ -46,6 +46,7 @@ check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ $(top_builddir)/src/c/operations/addition/libAddition.la \ $(top_builddir)/src/c/operations/multiplication/libMultiplication.la \ $(top_builddir)/src/c/auxiliaryFunctions/conj/libConj.la \ + $(top_builddir)/src/c/matrixOperations/zeros/libMatrixZeros.la \ libDivision.la check_INCLUDES = -I $(top_builddir)/src/c/type \ diff --git a/scilab2c/src/c/operations/division/Makefile.in b/scilab2c/src/c/operations/division/Makefile.in index 778dddd1..17be57a1 100644 --- a/scilab2c/src/c/operations/division/Makefile.in +++ b/scilab2c/src/c/operations/division/Makefile.in @@ -269,6 +269,7 @@ check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ $(top_builddir)/src/c/operations/addition/libAddition.la \ $(top_builddir)/src/c/operations/multiplication/libMultiplication.la \ $(top_builddir)/src/c/auxiliaryFunctions/conj/libConj.la \ + $(top_builddir)/src/c/matrixOperations/zeros/libMatrixZeros.la \ libDivision.la check_INCLUDES = -I $(top_builddir)/src/c/type \ -- cgit