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/cos/Makefile.am | |
parent | a3253247b833e6c01e90fabdf5d43e69b6e6784b (diff) | |
download | scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.gz scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.bz2 scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.zip |
Enable make dist work
Diffstat (limited to 'src/elementaryFunctions/cos/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/cos/Makefile.am | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/elementaryFunctions/cos/Makefile.am b/src/elementaryFunctions/cos/Makefile.am index afb30435..53690bef 100644 --- a/src/elementaryFunctions/cos/Makefile.am +++ b/src/elementaryFunctions/cos/Makefile.am @@ -10,14 +10,18 @@ ## ## -libCos_la_CFLAGS = -I ../../type \ - -I ../includes + + +libCos_la_CFLAGS = -I $(top_builddir)/type \ + -I $(top_builddir)/elementaryFunctions/includes instdir = $(top_builddir)/lib pkglib_LTLIBRARIES = libCos.la -libCos_la_SOURCES = $(HEAD) $(SRC) +libCos_la_SOURCES = $(HEAD) $(SRC) + +HEAD = ../includes/cos.h SRC = scoss.c \ dcoss.c \ @@ -28,8 +32,6 @@ SRC = scoss.c \ ccosa.c \ zcosa.c -HEAD = ../includes/cos.h - #### # Checking Part #### @@ -57,10 +59,10 @@ TESTS = testFloatCos testDoubleCos # # -*- Cosine Tests -*- # -testFloatCos_SOURCES = testFloatCos.c +testFloatCos_SOURCES = ../../includes/constant.h testCos.h testFloatCos.c testFloatCos_CFLAGS = $(check_INCLUDES) testFloatCos_LDADD = $(check_LDADD) -testDoubleCos_SOURCES = testDoubleCos.c +testDoubleCos_SOURCES = ../../includes/constant.h testCos.h testDoubleCos.c testDoubleCos_CFLAGS = $(check_INCLUDES) testDoubleCos_LDADD = $(check_LDADD)
\ No newline at end of file |