diff options
author | jofret | 2009-04-28 09:54:57 +0000 |
---|---|---|
committer | jofret | 2009-04-28 09:54:57 +0000 |
commit | fd877b12113ac78e02543f1c0dbf846a9706f86d (patch) | |
tree | 4fa091a170ea671e8d28f54d28da77e13f21d9df /src | |
parent | 18480a927c009afedba976ec52780552f7039dfd (diff) | |
download | scilab2c-fd877b12113ac78e02543f1c0dbf846a9706f86d.tar.gz scilab2c-fd877b12113ac78e02543f1c0dbf846a9706f86d.tar.bz2 scilab2c-fd877b12113ac78e02543f1c0dbf846a9706f86d.zip |
Update Autotools with new PATH
Diffstat (limited to 'src')
-rw-r--r-- | src/c/string/Makefile.in | 6 | ||||
-rw-r--r-- | src/c/string/disp/Makefile.am | 14 | ||||
-rw-r--r-- | src/c/string/disp/Makefile.in | 20 | ||||
-rw-r--r-- | src/c/string/string/Makefile.am | 14 | ||||
-rw-r--r-- | src/c/string/string/Makefile.in | 20 |
5 files changed, 37 insertions, 37 deletions
diff --git a/src/c/string/Makefile.in b/src/c/string/Makefile.in index 4691952e..56b07a8e 100644 --- a/src/c/string/Makefile.in +++ b/src/c/string/Makefile.in @@ -31,7 +31,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -subdir = string +subdir = src/c/string DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -188,9 +188,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign string/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/string/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign string/Makefile + $(AUTOMAKE) --foreign src/c/string/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/src/c/string/disp/Makefile.am b/src/c/string/disp/Makefile.am index d7464a91..bafafee0 100644 --- a/src/c/string/disp/Makefile.am +++ b/src/c/string/disp/Makefile.am @@ -10,8 +10,8 @@ ## ## -libDisp_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/string/includes +libDisp_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/string/includes pkglib_LTLIBRARIES = libDisp.la @@ -32,12 +32,12 @@ HEAD = ../includes/disp.h # Checking Part #### -check_INCLUDES = -I $(top_builddir)/string/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/string/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/string/disp/libDisp.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/string/disp/libDisp.la check_PROGRAMS = testDisp diff --git a/src/c/string/disp/Makefile.in b/src/c/string/disp/Makefile.in index 2848cb81..24ba6f26 100644 --- a/src/c/string/disp/Makefile.in +++ b/src/c/string/disp/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testDisp$(EXEEXT) TESTS = testDisp$(EXEEXT) -subdir = string/disp +subdir = src/c/string/disp DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -203,8 +203,8 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -libDisp_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/string/includes +libDisp_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/string/includes pkglib_LTLIBRARIES = libDisp.la libDisp_la_SOURCES = $(HEAD) $(SRC) @@ -222,12 +222,12 @@ HEAD = ../includes/disp.h #### # Checking Part #### -check_INCLUDES = -I $(top_builddir)/string/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/string/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/string/disp/libDisp.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/string/disp/libDisp.la # @@ -249,9 +249,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign string/disp/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/string/disp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign string/disp/Makefile + $(AUTOMAKE) --foreign src/c/string/disp/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/src/c/string/string/Makefile.am b/src/c/string/string/Makefile.am index 9dfe3ef4..708118f3 100644 --- a/src/c/string/string/Makefile.am +++ b/src/c/string/string/Makefile.am @@ -10,8 +10,8 @@ ## ## -libString_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/string/includes +libString_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/string/includes pkglib_LTLIBRARIES = libString.la @@ -32,12 +32,12 @@ HEAD = ../includes/string.h # Checking Part #### -check_INCLUDES = -I $(top_builddir)/string/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/string/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/string/string/libString.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + libString.la check_PROGRAMS = testString diff --git a/src/c/string/string/Makefile.in b/src/c/string/string/Makefile.in index 00e43427..50430d74 100644 --- a/src/c/string/string/Makefile.in +++ b/src/c/string/string/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testString$(EXEEXT) TESTS = testString$(EXEEXT) -subdir = string/string +subdir = src/c/string/string 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@ -libString_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/string/includes +libString_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/string/includes pkglib_LTLIBRARIES = libString.la libString_la_SOURCES = $(HEAD) $(SRC) @@ -223,12 +223,12 @@ HEAD = ../includes/string.h #### # Checking Part #### -check_INCLUDES = -I $(top_builddir)/string/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/string/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/string/string/libString.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + libString.la # @@ -250,9 +250,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign string/string/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/string/string/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign string/string/Makefile + $(AUTOMAKE) --foreign src/c/string/string/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |