File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libstrongswan / math / libnttfft / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = \
	@COVERAGE_CFLAGS@

AM_LDFLAGS = \
	-no-undefined

ipseclib_LTLIBRARIES = libnttfft.la

libnttfft_la_SOURCES = \
	ntt_fft_reduce.h ntt_fft.h ntt_fft.c \
	ntt_fft_params.h ntt_fft_params.c


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>