diff options
author | jofret | 2009-04-28 10:10:32 +0000 |
---|---|---|
committer | jofret | 2009-04-28 10:10:32 +0000 |
commit | 24a741dfbe5857903588ef2676b65d398795df91 (patch) | |
tree | 94091fe8fd2359738a41164d34e437f686da0ca1 /src/c/operations/subtraction/Makefile.in | |
parent | fd877b12113ac78e02543f1c0dbf846a9706f86d (diff) | |
download | scilab2c-24a741dfbe5857903588ef2676b65d398795df91.tar.gz scilab2c-24a741dfbe5857903588ef2676b65d398795df91.tar.bz2 scilab2c-24a741dfbe5857903588ef2676b65d398795df91.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/operations/subtraction/Makefile.in')
-rw-r--r-- | src/c/operations/subtraction/Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/c/operations/subtraction/Makefile.in b/src/c/operations/subtraction/Makefile.in index a98765c6..f87efe71 100644 --- a/src/c/operations/subtraction/Makefile.in +++ b/src/c/operations/subtraction/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testSubtraction$(EXEEXT) TESTS = testSubtraction$(EXEEXT) -subdir = operations/subtraction +subdir = src/c/operations/subtraction DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -206,8 +206,8 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -libSubtraction_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/operations/includes +libSubtraction_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/operations/includes instdir = $(top_builddir)/lib pkglib_LTLIBRARIES = libSubtraction.la @@ -222,12 +222,12 @@ libSubtraction_la_SOURCES = $(HEAD) \ cdiffa.c \ zdiffa.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 \ libSubtraction.la -check_INCLUDES = -I $(top_builddir)/type \ - -I $(top_builddir)/operations/includes +check_INCLUDES = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/operations/includes testSubtraction_SOURCES = testSubtraction.c testSubtraction_LDADD = $(check_LDADD) @@ -245,9 +245,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign operations/subtraction/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/operations/subtraction/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign operations/subtraction/Makefile + $(AUTOMAKE) --foreign src/c/operations/subtraction/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |