diff options
author | jofret | 2008-06-26 17:18:16 +0000 |
---|---|---|
committer | jofret | 2008-06-26 17:18:16 +0000 |
commit | 09444cda0c8355cfb49c2a96e807512d0b3124c8 (patch) | |
tree | 123cc6bdf0b1dd4ee4011d6f8d6e4a0d0e74b72d /src/elementaryFunctions/acos | |
parent | a3253247b833e6c01e90fabdf5d43e69b6e6784b (diff) | |
download | scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.gz scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.bz2 scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.zip |
Enable make dist work
Diffstat (limited to 'src/elementaryFunctions/acos')
-rw-r--r-- | src/elementaryFunctions/acos/Makefile.am | 8 | ||||
-rw-r--r-- | src/elementaryFunctions/acos/Makefile.in | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am index fc890bb2..61a8f88d 100644 --- a/src/elementaryFunctions/acos/Makefile.am +++ b/src/elementaryFunctions/acos/Makefile.am @@ -29,7 +29,9 @@ SRC = sacoss.c \ cacosa.c \ zacosa.c -HEAD = ../includes/acos.h +HEAD = ../includes/acos.h \ + ../../auxiliaryFunctions/includes/min.h \ + ../../auxiliaryFunctions/includes/max.h #### # Checking Part @@ -58,10 +60,10 @@ TESTS = testFloatAcos testDoubleAcos # # -*- Acosine Tests -*- # -testFloatAcos_SOURCES = testFloatAcos.c +testFloatAcos_SOURCES = testAcos.h testFloatAcos.c testFloatAcos_CFLAGS = $(check_INCLUDES) testFloatAcos_LDADD = $(check_LDADD) -testDoubleAcos_SOURCES = testDoubleAcos.c +testDoubleAcos_SOURCES = testAcos.h testDoubleAcos.c testDoubleAcos_CFLAGS = $(check_INCLUDES) testDoubleAcos_LDADD = $(check_LDADD) diff --git a/src/elementaryFunctions/acos/Makefile.in b/src/elementaryFunctions/acos/Makefile.in index 45dafaf1..206ff4eb 100644 --- a/src/elementaryFunctions/acos/Makefile.in +++ b/src/elementaryFunctions/acos/Makefile.in @@ -230,7 +230,10 @@ SRC = sacoss.c \ cacosa.c \ zacosa.c -HEAD = ../includes/acos.h +HEAD = ../includes/acos.h \ + ../../auxiliaryFunctions/includes/min.h \ + ../../auxiliaryFunctions/includes/max.h + #### # Checking Part @@ -255,10 +258,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Acosine Tests -*- # -testFloatAcos_SOURCES = testFloatAcos.c +testFloatAcos_SOURCES = testAcos.h testFloatAcos.c testFloatAcos_CFLAGS = $(check_INCLUDES) testFloatAcos_LDADD = $(check_LDADD) -testDoubleAcos_SOURCES = testDoubleAcos.c +testDoubleAcos_SOURCES = testAcos.h testDoubleAcos.c testDoubleAcos_CFLAGS = $(check_INCLUDES) testDoubleAcos_LDADD = $(check_LDADD) all: all-am |