diff options
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 |