summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-09-25 14:20:49 +1200
committerAnthony Blake <anthonix@me.com>2013-09-25 14:20:49 +1200
commit231e164ddb16ba4c763a2dda1034c979ab5b493d (patch)
tree86084e4dcd32ee16402ede534e3a1612459bf841
parentc44b340684fcc3cccee8b0888f7f189bee2fc69f (diff)
downloadffts-231e164ddb16ba4c763a2dda1034c979ab5b493d.zip
ffts-231e164ddb16ba4c763a2dda1034c979ab5b493d.tar.gz
Added header files to SOURCES, and build_*.sh, so make dist works properly
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--src/Makefile.am1
-rw-r--r--src/Makefile.in14
4 files changed, 14 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c68cf1..56427aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src tests
-EXTRA_DIST=COPYRIGHT ffts.pc.in
+EXTRA_DIST=COPYRIGHT ffts.pc.in build_iphone.sh build_android.sh
ACLOCAL_AMFLAGS = -Im4
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/Makefile.in b/Makefile.in
index 3322faa..e13362c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -299,7 +299,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src tests $(am__append_1)
-EXTRA_DIST = COPYRIGHT ffts.pc.in
+EXTRA_DIST = COPYRIGHT ffts.pc.in build_iphone.sh build_android.sh
ACLOCAL_AMFLAGS = -Im4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ffts.pc
diff --git a/src/Makefile.am b/src/Makefile.am
index a07becc..8547795 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,7 @@
lib_LTLIBRARIES = libffts.la
libffts_la_SOURCES = ffts.c ffts_small.c ffts_nd.c ffts_real.c ffts_real_nd.c patterns.c
+libffts_la_SOURCES += codegen.h codegen_arm.h codegen_sse.h ffts.h ffts_nd.h ffts_real.h ffts_real_nd.h ffts_small.h ffts_static.h macros-alpha.h macros-altivec.h macros-neon.h macros-sse.h macros.h neon.h neon_float.h patterns.h types.h vfp.h
if DYNAMIC_DISABLED
libffts_la_SOURCES += ffts_static.c
diff --git a/src/Makefile.in b/src/Makefile.in
index ee0214b..a1eefbc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -107,8 +107,12 @@ am__installdirs = "$(DESTDIR)$(libdir)" \
LTLIBRARIES = $(lib_LTLIBRARIES)
libffts_la_LIBADD =
am__libffts_la_SOURCES_DIST = ffts.c ffts_small.c ffts_nd.c \
- ffts_real.c ffts_real_nd.c patterns.c ffts_static.c codegen.c \
- vfp.s neon_static_f.s neon_static_i.s neon.s sse.s
+ ffts_real.c ffts_real_nd.c patterns.c codegen.h codegen_arm.h \
+ codegen_sse.h ffts.h ffts_nd.h ffts_real.h ffts_real_nd.h \
+ ffts_small.h ffts_static.h macros-alpha.h macros-altivec.h \
+ macros-neon.h macros-sse.h macros.h neon.h neon_float.h \
+ patterns.h types.h vfp.h ffts_static.c codegen.c vfp.s \
+ neon_static_f.s neon_static_i.s neon.s sse.s
@DYNAMIC_DISABLED_TRUE@am__objects_1 = ffts_static.lo
@DYNAMIC_DISABLED_FALSE@am__objects_2 = codegen.lo
@HAVE_VFP_TRUE@am__objects_3 = vfp.lo
@@ -281,7 +285,11 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
lib_LTLIBRARIES = libffts.la
libffts_la_SOURCES = ffts.c ffts_small.c ffts_nd.c ffts_real.c \
- ffts_real_nd.c patterns.c $(am__append_1) $(am__append_2) \
+ ffts_real_nd.c patterns.c codegen.h codegen_arm.h \
+ codegen_sse.h ffts.h ffts_nd.h ffts_real.h ffts_real_nd.h \
+ ffts_small.h ffts_static.h macros-alpha.h macros-altivec.h \
+ macros-neon.h macros-sse.h macros.h neon.h neon_float.h \
+ patterns.h types.h vfp.h $(am__append_1) $(am__append_2) \
$(am__append_3) $(am__append_4) $(am__append_5) \
$(am__append_6)
libffts_includedir = $(includedir)/ffts
OpenPOWER on IntegriCloud