diff options
author | jofret | 2009-04-28 08:59:32 +0000 |
---|---|---|
committer | jofret | 2009-04-28 08:59:32 +0000 |
commit | 8e9c9741e9af54ce2bf119efc419b73df40edca6 (patch) | |
tree | bb54fd87dec4bb11d2b2438c8664d29205cb4409 /src/c/elementaryFunctions/round | |
parent | 44f0961a4d31a143f746607e498fb3594fa0bde9 (diff) | |
download | scilab2c-8e9c9741e9af54ce2bf119efc419b73df40edca6.tar.gz scilab2c-8e9c9741e9af54ce2bf119efc419b73df40edca6.tar.bz2 scilab2c-8e9c9741e9af54ce2bf119efc419b73df40edca6.zip |
Update Autotools with new PATH
Diffstat (limited to 'src/c/elementaryFunctions/round')
-rw-r--r-- | src/c/elementaryFunctions/round/Makefile.am | 16 | ||||
-rw-r--r-- | src/c/elementaryFunctions/round/Makefile.in | 20 |
2 files changed, 18 insertions, 18 deletions
diff --git a/src/c/elementaryFunctions/round/Makefile.am b/src/c/elementaryFunctions/round/Makefile.am index bc217804..12ee342a 100644 --- a/src/c/elementaryFunctions/round/Makefile.am +++ b/src/c/elementaryFunctions/round/Makefile.am @@ -12,8 +12,8 @@ -libRound_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/elementaryFunctions/includes +libRound_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/elementaryFunctions/includes instdir = $(top_builddir)/lib @@ -36,16 +36,16 @@ SRC = srounds.c \ # Checking Part #### -check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/elementaryFunctions/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/elementaryFunctions/round/libRound.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/elementaryFunctions/round/libRound.la check_PROGRAMS = testFloatRound testDoubleRound -TESTS = testFloatRound testDoubleRound +TESTS = testFloatRound testDoubleRound # # -*- Round Tests -*- diff --git a/src/c/elementaryFunctions/round/Makefile.in b/src/c/elementaryFunctions/round/Makefile.in index 4f7b8b09..63e3b5c6 100644 --- a/src/c/elementaryFunctions/round/Makefile.in +++ b/src/c/elementaryFunctions/round/Makefile.in @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = testFloatRound$(EXEEXT) testDoubleRound$(EXEEXT) TESTS = testFloatRound$(EXEEXT) testDoubleRound$(EXEEXT) -subdir = elementaryFunctions/round +subdir = src/c/elementaryFunctions/round DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -213,8 +213,8 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -libRound_la_CFLAGS = -I $(top_builddir)/type \ - -I $(top_builddir)/elementaryFunctions/includes +libRound_la_CFLAGS = -I $(top_builddir)/src/c/type \ + -I $(top_builddir)/src/c/elementaryFunctions/includes instdir = $(top_builddir)/lib pkglib_LTLIBRARIES = libRound.la @@ -233,12 +233,12 @@ SRC = srounds.c \ #### # Checking Part #### -check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ - -I $(top_builddir)/type +check_INCLUDES = -I $(top_builddir)/src/c/elementaryFunctions/includes \ + -I $(top_builddir)/src/c/type -check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ - $(top_builddir)/type/libFloatComplex.la \ - $(top_builddir)/elementaryFunctions/round/libRound.la +check_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \ + $(top_builddir)/src/c/type/libFloatComplex.la \ + $(top_builddir)/src/c/elementaryFunctions/round/libRound.la # @@ -263,9 +263,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign elementaryFunctions/round/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/elementaryFunctions/round/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign elementaryFunctions/round/Makefile + $(AUTOMAKE) --foreign src/c/elementaryFunctions/round/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |