diff options
author | jofret | 2010-03-23 12:50:27 +0000 |
---|---|---|
committer | jofret | 2010-03-23 12:50:27 +0000 |
commit | 09b0269b96521185a512c8b366b887d927f35358 (patch) | |
tree | 1dcd997282c6e865473866b30382178610d70d14 | |
parent | f54e625c2f1059e418d1ab805473c3d99a443fde (diff) | |
download | scilab2c-09b0269b96521185a512c8b366b887d927f35358.tar.gz scilab2c-09b0269b96521185a512c8b366b887d927f35358.tar.bz2 scilab2c-09b0269b96521185a512c8b366b887d927f35358.zip |
ignore property
-rw-r--r-- | scilab2c/src/c/matrixOperations/hilb/Makefile.in | 6 | ||||
-rw-r--r-- | scilab2c/src/c/operations/division/Makefile.am | 1 | ||||
-rw-r--r-- | 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 \ |