diff options
author | jofret | 2008-09-09 12:14:35 +0000 |
---|---|---|
committer | jofret | 2008-09-09 12:14:35 +0000 |
commit | 2ddfcfa9b2111430ad1d65da6f5755009ce5847e (patch) | |
tree | c050ba2e3c5917efa3955829b4b4105313ce2ace /src/statisticsFunctions/mean/Makefile.in | |
parent | 481ddab389e9491849ab38621f2ae658cbc4a516 (diff) | |
download | scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.tar.gz scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.tar.bz2 scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.zip |
addition and subtraction are now in operations module
Diffstat (limited to 'src/statisticsFunctions/mean/Makefile.in')
-rw-r--r-- | src/statisticsFunctions/mean/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statisticsFunctions/mean/Makefile.in b/src/statisticsFunctions/mean/Makefile.in index 19a30094..fe75fe8a 100644 --- a/src/statisticsFunctions/mean/Makefile.in +++ b/src/statisticsFunctions/mean/Makefile.in @@ -69,6 +69,7 @@ am_testDoubleMean_OBJECTS = testDoubleMean-testDoubleMean.$(OBJEXT) testDoubleMean_OBJECTS = $(am_testDoubleMean_OBJECTS) am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/statisticsFunctions/mean/libMean.la \ $(top_builddir)/statisticsFunctions/sum/libSum.la testDoubleMean_DEPENDENCIES = $(am__DEPENDENCIES_1) @@ -211,6 +212,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libMean_la_CFLAGS = -I $(top_builddir)/type \ + -I $(top_builddir)/operations/includes \ -I ../includes instdir = $(top_builddir)/lib @@ -235,10 +237,12 @@ HEAD = ../includes/mean.h # Checking Part #### check_INCLUDES = -I $(top_builddir)/statisticsFunctions/includes \ + -I $(top_builddir)/operations/includes \ -I $(top_builddir)/type check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/operations/addition/libAddition.la \ $(top_builddir)/statisticsFunctions/mean/libMean.la \ $(top_builddir)/statisticsFunctions/sum/libSum.la \ @LIBMATH@ |