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.in | |
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.in')
-rw-r--r-- | src/elementaryFunctions/cos/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/elementaryFunctions/cos/Makefile.in b/src/elementaryFunctions/cos/Makefile.in index 9cf6b887..d3f13b25 100644 --- a/src/elementaryFunctions/cos/Makefile.in +++ b/src/elementaryFunctions/cos/Makefile.in @@ -214,12 +214,13 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -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) +HEAD = ../includes/cos.h SRC = scoss.c \ dcoss.c \ ccoss.c \ @@ -229,7 +230,6 @@ SRC = scoss.c \ ccosa.c \ zcosa.c -HEAD = ../includes/cos.h #### # Checking Part @@ -254,10 +254,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- 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) all: all-am |