summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/hilbert
diff options
context:
space:
mode:
authorjofret2009-04-28 09:51:58 +0000
committerjofret2009-04-28 09:51:58 +0000
commitb785c4a2f3debaeabec429dbeccc6bd958b9bbb5 (patch)
treeae4b6e594fca07478d05b292641e949e6356c64f /src/c/matrixOperations/hilbert
parenta053334159f43b809e10a81cb0d520ffc9fba620 (diff)
downloadscilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.gz
scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.tar.bz2
scilab2c-b785c4a2f3debaeabec429dbeccc6bd958b9bbb5.zip
Update Autotools with new PATH
Diffstat (limited to 'src/c/matrixOperations/hilbert')
-rw-r--r--src/c/matrixOperations/hilbert/Makefile.am6
-rw-r--r--src/c/matrixOperations/hilbert/Makefile.in12
2 files changed, 9 insertions, 9 deletions
diff --git a/src/c/matrixOperations/hilbert/Makefile.am b/src/c/matrixOperations/hilbert/Makefile.am
index 0b5ca42d..4ffb7ccb 100644
--- a/src/c/matrixOperations/hilbert/Makefile.am
+++ b/src/c/matrixOperations/hilbert/Makefile.am
@@ -10,8 +10,8 @@
##
##
-libHilbert_la_CFLAGS = -I $(top_builddir)/type \
- -I ../includes
+libHilbert_la_CFLAGS = -I $(top_builddir)/src/c/type \
+ -I ../includes
instdir = $(top_builddir)/lib
@@ -27,7 +27,7 @@ check_PROGRAMS = testHilbert
check_LDADD = libHilbert.la
-check_INCLUDES = -I $(top_builddir)/type \
+check_INCLUDES = -I $(top_builddir)/src/c/type \
-I ../includes
testHilbert_SOURCES = testHilbert.c
diff --git a/src/c/matrixOperations/hilbert/Makefile.in b/src/c/matrixOperations/hilbert/Makefile.in
index d9776594..869d4ae7 100644
--- a/src/c/matrixOperations/hilbert/Makefile.in
+++ b/src/c/matrixOperations/hilbert/Makefile.in
@@ -34,7 +34,7 @@ build_triplet = @build@
host_triplet = @host@
check_PROGRAMS = testHilbert$(EXEEXT)
TESTS = testHilbert$(EXEEXT)
-subdir = matrixOperations/hilbert
+subdir = src/c/matrixOperations/hilbert
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -201,8 +201,8 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-libHilbert_la_CFLAGS = -I $(top_builddir)/type \
- -I ../includes
+libHilbert_la_CFLAGS = -I $(top_builddir)/src/c/type \
+ -I ../includes
instdir = $(top_builddir)/lib
pkglib_LTLIBRARIES = libHilbert.la
@@ -212,7 +212,7 @@ libHilbert_la_SOURCES = $(HEAD) \
dhilba.c
check_LDADD = libHilbert.la
-check_INCLUDES = -I $(top_builddir)/type \
+check_INCLUDES = -I $(top_builddir)/src/c/type \
-I ../includes
testHilbert_SOURCES = testHilbert.c
@@ -231,9 +231,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign matrixOperations/hilbert/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/matrixOperations/hilbert/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign matrixOperations/hilbert/Makefile
+ $(AUTOMAKE) --foreign src/c/matrixOperations/hilbert/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \