diff options
author | jofret | 2009-04-28 09:51:58 +0000 |
---|---|---|
committer | jofret | 2009-04-28 09:51:58 +0000 |
commit | b785c4a2f3debaeabec429dbeccc6bd958b9bbb5 (patch) | |
tree | ae4b6e594fca07478d05b292641e949e6356c64f /src/c/matrixOperations/jmat/Makefile.in | |
parent | a053334159f43b809e10a81cb0d520ffc9fba620 (diff) | |
download | scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.gz scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.bz2 scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/matrixOperations/jmat/Makefile.in')
-rw-r--r-- | src/c/matrixOperations/jmat/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/c/matrixOperations/jmat/Makefile.in b/src/c/matrixOperations/jmat/Makefile.in index 28fcb1e3..2d1db1e3 100644 --- a/src/c/matrixOperations/jmat/Makefile.in +++ b/src/c/matrixOperations/jmat/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testJmat$(EXEEXT) TESTS = testJmat$(EXEEXT) -subdir = matrixOperations/jmat +subdir = src/c/matrixOperations/jmat DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -201,7 +201,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -libJmat_la_CFLAGS = -I $(top_builddir)/matrixOperations/includes +libJmat_la_CFLAGS = -I $(top_builddir)/src/c/matrixOperations/includes instdir = $(top_builddir)/lib pkglib_LTLIBRARIES = libJmat.la HEAD = ../includes/jmat.h @@ -210,7 +210,7 @@ libJmat_la_SOURCES = $(HEAD) \ djmata.c check_LDADD = libJmat.la -check_INCLUDES = -I $(top_builddir)/matrixOperations/includes +check_INCLUDES = -I $(top_builddir)/src/c/matrixOperations/includes testJmat_SOURCES = testJmat.c testJmat_LDADD = $(check_LDADD) testJmat_CFLAGS = $(check_INCLUDES) @@ -227,9 +227,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign matrixOperations/jmat/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/matrixOperations/jmat/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign matrixOperations/jmat/Makefile + $(AUTOMAKE) --foreign src/c/matrixOperations/jmat/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |