Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2:Ports
zn_poly
znpoly-automake.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File znpoly-automake.diff of Package zn_poly
From: Jan Engelhardt <jengelh@inai.de> Date: 2011-09-27 16:28:00 +0000 Upstream: dead --- Makefile.am | 13 +++++++++++++ configure.ac | 10 ++++++++++ 2 files changed, 23 insertions(+) Index: zn_poly-0.9/Makefile.am =================================================================== --- /dev/null +++ zn_poly-0.9/Makefile.am @@ -0,0 +1,13 @@ +# -*- Makefile -*- + +AM_CPPFLAGS = -I${top_srcdir}/include + +pkginclude_HEADERS = include/zn_poly.h include/wide_arith.h +noinst_HEADERS = include/support.h include/profiler.h include/zn_poly_internal.h +libsrcs = src/array.c src/invert.c src/ks_support.c src/mulmid.c src/mulmid_ks.c src/misc.c src/mpn_mulmid.c src/mul.c src/mul_fft.c src/mul_fft_dft.c src/mul_ks.c src/nuss.c src/pack.c src/pmf.c src/pmfvec_fft.c src/tuning.c src/zn_mod.c + +lib_LTLIBRARIES = libzn_poly.la + +libzn_poly_la_SOURCES = ${libsrcs} +libzn_poly_la_LDFLAGS = -release ${PACKAGE_VERSION} +libzn_poly_la_LIBADD = -lgmp Index: zn_poly-0.9/configure.ac =================================================================== --- /dev/null +++ zn_poly-0.9/configure.ac @@ -0,0 +1,10 @@ +AC_INIT([zn_poly], [0.9]) +AC_CONFIG_AUX_DIR([build-aux]) +AM_INIT_AUTOMAKE([-Wall foreign]) +AC_PROG_INSTALL +AC_PROG_CC +AC_DISABLE_STATIC +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +LT_INIT +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor