1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  This file is part of the gf2x library.
18#
19#  Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
20#  Richard Brent, Pierrick Gaudry, Emmanuel Thome', Paul Zimmermann
21#
22#  This program is free software; you can redistribute it and/or modify it
23#  under the terms of either:
24#   - If the archive contains a file named toom-gpl.c (not a trivial
25#     placeholder), the GNU General Public License as published by the
26#     Free Software Foundation; either version 3 of the License, or (at
27#     your option) any later version.
28#   - If the archive contains a file named toom-gpl.c which is a trivial
29#     placeholder, the GNU Lesser General Public License as published by
30#     the Free Software Foundation; either version 2.1 of the License, or
31#     (at your option) any later version.
32#
33#  This program is distributed in the hope that it will be useful, but WITHOUT
34#  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
35#  FITNESS FOR A PARTICULAR PURPOSE.  See the license text for more details.
36#
37#  You should have received a copy of the GNU General Public License as
38#  well as the GNU Lesser General Public License along with this program;
39#  see the files COPYING and COPYING.LIB.  If not, write to the Free
40#  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
41#  02110-1301, USA.
42VPATH = @srcdir@
43am__is_gnu_make = { \
44  if test -z '$(MAKELEVEL)'; then \
45    false; \
46  elif test -n '$(MAKE_HOST)'; then \
47    true; \
48  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49    true; \
50  else \
51    false; \
52  fi; \
53}
54am__make_running_with_option = \
55  case $${target_option-} in \
56      ?) ;; \
57      *) echo "am__make_running_with_option: internal error: invalid" \
58              "target option '$${target_option-}' specified" >&2; \
59         exit 1;; \
60  esac; \
61  has_opt=no; \
62  sane_makeflags=$$MAKEFLAGS; \
63  if $(am__is_gnu_make); then \
64    sane_makeflags=$$MFLAGS; \
65  else \
66    case $$MAKEFLAGS in \
67      *\\[\ \	]*) \
68        bs=\\; \
69        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
71    esac; \
72  fi; \
73  skip_next=no; \
74  strip_trailopt () \
75  { \
76    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77  }; \
78  for flg in $$sane_makeflags; do \
79    test $$skip_next = yes && { skip_next=no; continue; }; \
80    case $$flg in \
81      *=*|--*) continue;; \
82        -*I) strip_trailopt 'I'; skip_next=yes;; \
83      -*I?*) strip_trailopt 'I';; \
84        -*O) strip_trailopt 'O'; skip_next=yes;; \
85      -*O?*) strip_trailopt 'O';; \
86        -*l) strip_trailopt 'l'; skip_next=yes;; \
87      -*l?*) strip_trailopt 'l';; \
88      -[dEDm]) skip_next=yes;; \
89      -[JT]) skip_next=yes;; \
90    esac; \
91    case $$flg in \
92      *$$target_option*) has_opt=yes; break;; \
93    esac; \
94  done; \
95  test $$has_opt = yes
96am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98pkgdatadir = $(datadir)/@PACKAGE@
99pkgincludedir = $(includedir)/@PACKAGE@
100pkglibdir = $(libdir)/@PACKAGE@
101pkglibexecdir = $(libexecdir)/@PACKAGE@
102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103install_sh_DATA = $(install_sh) -c -m 644
104install_sh_PROGRAM = $(install_sh) -c
105install_sh_SCRIPT = $(install_sh) -c
106INSTALL_HEADER = $(INSTALL_DATA)
107transform = $(program_transform_name)
108NORMAL_INSTALL = :
109PRE_INSTALL = :
110POST_INSTALL = :
111NORMAL_UNINSTALL = :
112PRE_UNINSTALL = :
113POST_UNINSTALL = :
114build_triplet = @build@
115host_triplet = @host@
116target_triplet = @target@
117subdir = lowlevel
118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
120	$(top_srcdir)/config/libtool.m4 \
121	$(top_srcdir)/config/ltoptions.m4 \
122	$(top_srcdir)/config/ltsugar.m4 \
123	$(top_srcdir)/config/ltversion.m4 \
124	$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
125am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126	$(ACLOCAL_M4)
127DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
128mkinstalldirs = $(install_sh) -d
129CONFIG_HEADER = $(top_builddir)/gf2x/gf2x-config.h \
130	$(top_builddir)/gf2x/gf2x-config-export.h \
131	$(top_builddir)/gf2x.h
132CONFIG_CLEAN_FILES =
133CONFIG_CLEAN_VPATH_FILES =
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo "  GEN     " $@;
141am__v_GEN_1 =
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 =
146SOURCES =
147DIST_SOURCES =
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154am__DIST_COMMON = $(srcdir)/Makefile.in
155DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156ACLOCAL = @ACLOCAL@
157ALLOCA = @ALLOCA@
158AMTAR = @AMTAR@
159AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160AR = @AR@
161AUTOCONF = @AUTOCONF@
162AUTOHEADER = @AUTOHEADER@
163AUTOMAKE = @AUTOMAKE@
164AWK = @AWK@
165CC = @CC@
166CCDEPMODE = @CCDEPMODE@
167CC_FOR_BUILD = @CC_FOR_BUILD@
168CFLAGS = @CFLAGS@
169CPP = @CPP@
170CPPFLAGS = @CPPFLAGS@
171CXX = @CXX@
172CXXCPP = @CXXCPP@
173CXXDEPMODE = @CXXDEPMODE@
174CXXFLAGS = @CXXFLAGS@
175CYGPATH_W = @CYGPATH_W@
176DEFS = @DEFS@
177DEPDIR = @DEPDIR@
178DLLTOOL = @DLLTOOL@
179DSYMUTIL = @DSYMUTIL@
180DUMPBIN = @DUMPBIN@
181ECHO_C = @ECHO_C@
182ECHO_N = @ECHO_N@
183ECHO_T = @ECHO_T@
184EGREP = @EGREP@
185EXEEXT = @EXEEXT@
186EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
187FGREP = @FGREP@
188GF2X_FFT_VERSION_MAJOR = @GF2X_FFT_VERSION_MAJOR@
189GF2X_FFT_VERSION_MINOR = @GF2X_FFT_VERSION_MINOR@
190GF2X_FFT_VERSION_PATCHLEVEL = @GF2X_FFT_VERSION_PATCHLEVEL@
191GF2X_VERSION_MAJOR = @GF2X_VERSION_MAJOR@
192GF2X_VERSION_MINOR = @GF2X_VERSION_MINOR@
193GF2X_VERSION_PATCHLEVEL = @GF2X_VERSION_PATCHLEVEL@
194GF2X_WORDSIZE = @GF2X_WORDSIZE@
195GREP = @GREP@
196INSTALL = @INSTALL@
197INSTALL_DATA = @INSTALL_DATA@
198INSTALL_PROGRAM = @INSTALL_PROGRAM@
199INSTALL_SCRIPT = @INSTALL_SCRIPT@
200INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201LD = @LD@
202LDFLAGS = @LDFLAGS@
203LIBOBJS = @LIBOBJS@
204LIBS = @LIBS@
205LIBTOOL = @LIBTOOL@
206LIPO = @LIPO@
207LN_S = @LN_S@
208LTLIBOBJS = @LTLIBOBJS@
209LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
210MAINT = @MAINT@
211MAKEINFO = @MAKEINFO@
212MANIFEST_TOOL = @MANIFEST_TOOL@
213MKDIR_P = @MKDIR_P@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228RANLIB = @RANLIB@
229SED = @SED@
230SET_MAKE = @SET_MAKE@
231SHELL = @SHELL@
232STRIP = @STRIP@
233VERSION = @VERSION@
234abs_builddir = @abs_builddir@
235abs_srcdir = @abs_srcdir@
236abs_top_builddir = @abs_top_builddir@
237abs_top_srcdir = @abs_top_srcdir@
238ac_ct_AR = @ac_ct_AR@
239ac_ct_CC = @ac_ct_CC@
240ac_ct_CXX = @ac_ct_CXX@
241ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
242am__include = @am__include@
243am__leading_dot = @am__leading_dot@
244am__quote = @am__quote@
245am__tar = @am__tar@
246am__untar = @am__untar@
247bindir = @bindir@
248build = @build@
249build_alias = @build_alias@
250build_cpu = @build_cpu@
251build_os = @build_os@
252build_vendor = @build_vendor@
253builddir = @builddir@
254datadir = @datadir@
255datarootdir = @datarootdir@
256docdir = @docdir@
257dvidir = @dvidir@
258exec_prefix = @exec_prefix@
259gf2x_fft_lib_version = @gf2x_fft_lib_version@
260gf2x_lib_version = @gf2x_lib_version@
261host = @host@
262host_alias = @host_alias@
263host_cpu = @host_cpu@
264host_os = @host_os@
265host_vendor = @host_vendor@
266htmldir = @htmldir@
267includedir = @includedir@
268infodir = @infodir@
269install_sh = @install_sh@
270libdir = @libdir@
271libexecdir = @libexecdir@
272localedir = @localedir@
273localstatedir = @localstatedir@
274mandir = @mandir@
275mkdir_p = @mkdir_p@
276oldincludedir = @oldincludedir@
277pdfdir = @pdfdir@
278prefix = @prefix@
279program_transform_name = @program_transform_name@
280psdir = @psdir@
281runstatedir = @runstatedir@
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
284srcdir = @srcdir@
285sysconfdir = @sysconfdir@
286target = @target@
287target_alias = @target_alias@
288target_cpu = @target_cpu@
289target_os = @target_os@
290target_vendor = @target_vendor@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
294
295# This one is disabled by default, but we include it nevertheless
296EXTRA_DIST = mul3k3.c README.adding_code
297all: all-am
298
299.SUFFIXES:
300$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
301	@for dep in $?; do \
302	  case '$(am__configure_deps)' in \
303	    *$$dep*) \
304	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305	        && { if test -f $@; then exit 0; else break; fi; }; \
306	      exit 1;; \
307	  esac; \
308	done; \
309	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lowlevel/Makefile'; \
310	$(am__cd) $(top_srcdir) && \
311	  $(AUTOMAKE) --gnu lowlevel/Makefile
312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313	@case '$?' in \
314	  *config.status*) \
315	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316	  *) \
317	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
318	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
319	esac;
320
321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(am__aclocal_m4_deps):
329
330mostlyclean-libtool:
331	-rm -f *.lo
332
333clean-libtool:
334	-rm -rf .libs _libs
335tags TAGS:
336
337ctags CTAGS:
338
339cscope cscopelist:
340
341
342distdir: $(BUILT_SOURCES)
343	$(MAKE) $(AM_MAKEFLAGS) distdir-am
344
345distdir-am: $(DISTFILES)
346	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348	list='$(DISTFILES)'; \
349	  dist_files=`for file in $$list; do echo $$file; done | \
350	  sed -e "s|^$$srcdirstrip/||;t" \
351	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352	case $$dist_files in \
353	  */*) $(MKDIR_P) `echo "$$dist_files" | \
354			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355			   sort -u` ;; \
356	esac; \
357	for file in $$dist_files; do \
358	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359	  if test -d $$d/$$file; then \
360	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
361	    if test -d "$(distdir)/$$file"; then \
362	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363	    fi; \
364	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
365	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
366	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
367	    fi; \
368	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
369	  else \
370	    test -f "$(distdir)/$$file" \
371	    || cp -p $$d/$$file "$(distdir)/$$file" \
372	    || exit 1; \
373	  fi; \
374	done
375check-am: all-am
376check: check-am
377all-am: Makefile
378installdirs:
379install: install-am
380install-exec: install-exec-am
381install-data: install-data-am
382uninstall: uninstall-am
383
384install-am: all-am
385	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
386
387installcheck: installcheck-am
388install-strip:
389	if test -z '$(STRIP)'; then \
390	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392	      install; \
393	else \
394	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
397	fi
398mostlyclean-generic:
399
400clean-generic:
401
402distclean-generic:
403	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
404	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
405
406maintainer-clean-generic:
407	@echo "This command is intended for maintainers to use"
408	@echo "it deletes files that may require special tools to rebuild."
409clean: clean-am
410
411clean-am: clean-generic clean-libtool mostlyclean-am
412
413distclean: distclean-am
414	-rm -f Makefile
415distclean-am: clean-am distclean-generic
416
417dvi: dvi-am
418
419dvi-am:
420
421html: html-am
422
423html-am:
424
425info: info-am
426
427info-am:
428
429install-data-am:
430
431install-dvi: install-dvi-am
432
433install-dvi-am:
434
435install-exec-am:
436
437install-html: install-html-am
438
439install-html-am:
440
441install-info: install-info-am
442
443install-info-am:
444
445install-man:
446
447install-pdf: install-pdf-am
448
449install-pdf-am:
450
451install-ps: install-ps-am
452
453install-ps-am:
454
455installcheck-am:
456
457maintainer-clean: maintainer-clean-am
458	-rm -f Makefile
459maintainer-clean-am: distclean-am maintainer-clean-generic
460
461mostlyclean: mostlyclean-am
462
463mostlyclean-am: mostlyclean-generic mostlyclean-libtool
464
465pdf: pdf-am
466
467pdf-am:
468
469ps: ps-am
470
471ps-am:
472
473uninstall-am:
474
475.MAKE: install-am install-strip
476
477.PHONY: all all-am check check-am clean clean-generic clean-libtool \
478	cscopelist-am ctags-am distclean distclean-generic \
479	distclean-libtool distdir dvi dvi-am html html-am info info-am \
480	install install-am install-data install-data-am install-dvi \
481	install-dvi-am install-exec install-exec-am install-html \
482	install-html-am install-info install-info-am install-man \
483	install-pdf install-pdf-am install-ps install-ps-am \
484	install-strip installcheck installcheck-am installdirs \
485	maintainer-clean maintainer-clean-generic mostlyclean \
486	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
487	tags-am uninstall uninstall-am
488
489.PRECIOUS: Makefile
490
491
492# Tell versions [3.59,3.63) of GNU make to not export all variables.
493# Otherwise a system limit (for SysV at least) may be exceeded.
494.NOEXPORT:
495