diff options
Diffstat (limited to 'src/c/matrixOperations/zeros/Makefile.in')
-rw-r--r-- | src/c/matrixOperations/zeros/Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/c/matrixOperations/zeros/Makefile.in b/src/c/matrixOperations/zeros/Makefile.in index e8a8047d..722b350d 100644 --- a/src/c/matrixOperations/zeros/Makefile.in +++ b/src/c/matrixOperations/zeros/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testMatrixZeros$(EXEEXT) TESTS = testMatrixZeros$(EXEEXT) -subdir = matrixOperations/zeros +subdir = src/c/matrixOperations/zeros DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -204,8 +204,8 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -libMatrixZeros_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +libMatrixZeros_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes instdir = $(top_builddir)/lib pkglib_LTLIBRARIES = libMatrixZeros.la @@ -216,12 +216,12 @@ libMatrixZeros_la_SOURCES = $(HEAD) \ czerosa.c \ zzerosa.c -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ libMatrixZeros.la -check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/matrixOperations/includes +check_INCLUDES = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/matrixOperations/includes testMatrixZeros_SOURCES = testMatrixZeros.c testMatrixZeros_LDADD = $(check_LDADD) @@ -239,9 +239,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign matrixOperations/zeros/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/matrixOperations/zeros/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign matrixOperations/zeros/Makefile + $(AUTOMAKE) --foreign src/c/matrixOperations/zeros/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |