blob: 276c96e058897e1319642359754f351a918c0837 [file] [log] [blame]
Austin Schuhdace2a62020-08-18 10:56:48 -07001# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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# Copyright 2000-2002, 2012 Free Software Foundation, Inc.
18#
19# This file is part of the GNU MP Library.
20#
21# The GNU MP Library is free software; you can redistribute it and/or modify
22# it under the terms of either:
23#
24# * the GNU Lesser General Public License as published by the Free
25# Software Foundation; either version 3 of the License, or (at your
26# option) any later version.
27#
28# or
29#
30# * the GNU General Public License as published by the Free Software
31# Foundation; either version 2 of the License, or (at your option) any
32# later version.
33#
34# or both in parallel, as here.
35#
36# The GNU MP Library is distributed in the hope that it will be useful, but
37# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
38# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
39# for more details.
40#
41# You should have received copies of the GNU General Public License and the
42# GNU Lesser General Public License along with the GNU MP Library. If not,
43# see https://www.gnu.org/licenses/.
44VPATH = @srcdir@
45am__is_gnu_make = { \
46 if test -z '$(MAKELEVEL)'; then \
47 false; \
48 elif test -n '$(MAKE_HOST)'; then \
49 true; \
50 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
51 true; \
52 else \
53 false; \
54 fi; \
55}
56am__make_running_with_option = \
57 case $${target_option-} in \
58 ?) ;; \
59 *) echo "am__make_running_with_option: internal error: invalid" \
60 "target option '$${target_option-}' specified" >&2; \
61 exit 1;; \
62 esac; \
63 has_opt=no; \
64 sane_makeflags=$$MAKEFLAGS; \
65 if $(am__is_gnu_make); then \
66 sane_makeflags=$$MFLAGS; \
67 else \
68 case $$MAKEFLAGS in \
69 *\\[\ \ ]*) \
70 bs=\\; \
71 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
72 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
73 esac; \
74 fi; \
75 skip_next=no; \
76 strip_trailopt () \
77 { \
78 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
79 }; \
80 for flg in $$sane_makeflags; do \
81 test $$skip_next = yes && { skip_next=no; continue; }; \
82 case $$flg in \
83 *=*|--*) continue;; \
84 -*I) strip_trailopt 'I'; skip_next=yes;; \
85 -*I?*) strip_trailopt 'I';; \
86 -*O) strip_trailopt 'O'; skip_next=yes;; \
87 -*O?*) strip_trailopt 'O';; \
88 -*l) strip_trailopt 'l'; skip_next=yes;; \
89 -*l?*) strip_trailopt 'l';; \
90 -[dEDm]) skip_next=yes;; \
91 -[JT]) skip_next=yes;; \
92 esac; \
93 case $$flg in \
94 *$$target_option*) has_opt=yes; break;; \
95 esac; \
96 done; \
97 test $$has_opt = yes
98am__make_dryrun = (target_option=n; $(am__make_running_with_option))
99am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
100pkgdatadir = $(datadir)/@PACKAGE@
101pkgincludedir = $(includedir)/@PACKAGE@
102pkglibdir = $(libdir)/@PACKAGE@
103pkglibexecdir = $(libexecdir)/@PACKAGE@
104am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
105install_sh_DATA = $(install_sh) -c -m 644
106install_sh_PROGRAM = $(install_sh) -c
107install_sh_SCRIPT = $(install_sh) -c
108INSTALL_HEADER = $(INSTALL_DATA)
109transform = $(program_transform_name)
110NORMAL_INSTALL = :
111PRE_INSTALL = :
112POST_INSTALL = :
113NORMAL_UNINSTALL = :
114PRE_UNINSTALL = :
115POST_UNINSTALL = :
116build_triplet = @build@
117host_triplet = @host@
118EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \
119 primes$(EXEEXT) qcn$(EXEEXT)
120subdir = demos
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
123 $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125 $(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(install_sh) -d
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES = pexpr-config.h
130CONFIG_CLEAN_VPATH_FILES =
131factorize_SOURCES = factorize.c
132factorize_OBJECTS = factorize.$(OBJEXT)
133factorize_LDADD = $(LDADD)
134factorize_DEPENDENCIES = $(top_builddir)/libgmp.la
135AM_V_lt = $(am__v_lt_@AM_V@)
136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137am__v_lt_0 = --silent
138am__v_lt_1 =
139isprime_SOURCES = isprime.c
140isprime_OBJECTS = isprime.$(OBJEXT)
141isprime_LDADD = $(LDADD)
142isprime_DEPENDENCIES = $(top_builddir)/libgmp.la
143pexpr_SOURCES = pexpr.c
144pexpr_OBJECTS = pexpr.$(OBJEXT)
145pexpr_LDADD = $(LDADD)
146pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la
147primes_SOURCES = primes.c
148primes_OBJECTS = primes.$(OBJEXT)
149am__DEPENDENCIES_1 =
150primes_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
151qcn_SOURCES = qcn.c
152qcn_OBJECTS = qcn.$(OBJEXT)
153qcn_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
154AM_V_P = $(am__v_P_@AM_V@)
155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156am__v_P_0 = false
157am__v_P_1 = :
158AM_V_GEN = $(am__v_GEN_@AM_V@)
159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160am__v_GEN_0 = @echo " GEN " $@;
161am__v_GEN_1 =
162AM_V_at = $(am__v_at_@AM_V@)
163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164am__v_at_0 = @
165am__v_at_1 =
166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167depcomp =
168am__depfiles_maybe =
169COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
174 $(AM_CFLAGS) $(CFLAGS)
175AM_V_CC = $(am__v_CC_@AM_V@)
176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177am__v_CC_0 = @echo " CC " $@;
178am__v_CC_1 =
179CCLD = $(CC)
180LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182 $(AM_LDFLAGS) $(LDFLAGS) -o $@
183AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185am__v_CCLD_0 = @echo " CCLD " $@;
186am__v_CCLD_1 =
187SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
188DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
189RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
190 ctags-recursive dvi-recursive html-recursive info-recursive \
191 install-data-recursive install-dvi-recursive \
192 install-exec-recursive install-html-recursive \
193 install-info-recursive install-pdf-recursive \
194 install-ps-recursive install-recursive installcheck-recursive \
195 installdirs-recursive pdf-recursive ps-recursive \
196 tags-recursive uninstall-recursive
197am__can_run_installinfo = \
198 case $$AM_UPDATE_INFO_DIR in \
199 n|no|NO) false;; \
200 *) (install-info --version) >/dev/null 2>&1;; \
201 esac
202RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
203 distclean-recursive maintainer-clean-recursive
204am__recursive_targets = \
205 $(RECURSIVE_TARGETS) \
206 $(RECURSIVE_CLEAN_TARGETS) \
207 $(am__extra_recursive_targets)
208AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
209 distdir
210am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
211# Read a list of newline-separated strings from the standard input,
212# and print each of them once, without duplicates. Input order is
213# *not* preserved.
214am__uniquify_input = $(AWK) '\
215 BEGIN { nonempty = 0; } \
216 { items[$$0] = 1; nonempty = 1; } \
217 END { if (nonempty) { for (i in items) print i; }; } \
218'
219# Make sure the list of sources is unique. This is necessary because,
220# e.g., the same source file might be shared among _SOURCES variables
221# for different programs/libraries.
222am__define_uniq_tagged_files = \
223 list='$(am__tagged_files)'; \
224 unique=`for i in $$list; do \
225 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226 done | $(am__uniquify_input)`
227ETAGS = etags
228CTAGS = ctags
229DIST_SUBDIRS = $(SUBDIRS)
230am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pexpr-config-h.in
231DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232am__relativize = \
233 dir0=`pwd`; \
234 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
235 sed_rest='s,^[^/]*/*,,'; \
236 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
237 sed_butlast='s,/*[^/]*$$,,'; \
238 while test -n "$$dir1"; do \
239 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
240 if test "$$first" != "."; then \
241 if test "$$first" = ".."; then \
242 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
243 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
244 else \
245 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246 if test "$$first2" = "$$first"; then \
247 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
248 else \
249 dir2="../$$dir2"; \
250 fi; \
251 dir0="$$dir0"/"$$first"; \
252 fi; \
253 fi; \
254 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255 done; \
256 reldir="$$dir2"
257ABI = @ABI@
258ACLOCAL = @ACLOCAL@
259AMTAR = @AMTAR@
260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261AR = @AR@
262AS = @AS@
263ASMFLAGS = @ASMFLAGS@
264AUTOCONF = @AUTOCONF@
265AUTOHEADER = @AUTOHEADER@
266AUTOMAKE = @AUTOMAKE@
267AWK = @AWK@
268CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
269CC = @CC@
270CCAS = @CCAS@
271CC_FOR_BUILD = @CC_FOR_BUILD@
272CFLAGS = @CFLAGS@
273CPP = @CPP@
274CPPFLAGS = @CPPFLAGS@
275CPP_FOR_BUILD = @CPP_FOR_BUILD@
276CXX = @CXX@
277CXXCPP = @CXXCPP@
278CXXFLAGS = @CXXFLAGS@
279CYGPATH_W = @CYGPATH_W@
280DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
281DEFS = @DEFS@
282DLLTOOL = @DLLTOOL@
283DSYMUTIL = @DSYMUTIL@
284DUMPBIN = @DUMPBIN@
285ECHO_C = @ECHO_C@
286ECHO_N = @ECHO_N@
287ECHO_T = @ECHO_T@
288EGREP = @EGREP@
289EXEEXT = @EXEEXT@
290EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
291FGREP = @FGREP@
292GMP_LDFLAGS = @GMP_LDFLAGS@
293GMP_LIMB_BITS = @GMP_LIMB_BITS@
294GMP_NAIL_BITS = @GMP_NAIL_BITS@
295GREP = @GREP@
296HAVE_CLOCK_01 = @HAVE_CLOCK_01@
297HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
298HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
299HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
300HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
301HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
302HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
303HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
304HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
305HAVE_STACK_T_01 = @HAVE_STACK_T_01@
306HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
307INSTALL = @INSTALL@
308INSTALL_DATA = @INSTALL_DATA@
309INSTALL_PROGRAM = @INSTALL_PROGRAM@
310INSTALL_SCRIPT = @INSTALL_SCRIPT@
311INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
312LD = @LD@
313LDFLAGS = @LDFLAGS@
314LEX = @LEX@
315LEXLIB = @LEXLIB@
316LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
317LIBCURSES = @LIBCURSES@
318LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
319LIBGMP_DLL = @LIBGMP_DLL@
320LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
321LIBM = @LIBM@
322LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
323LIBOBJS = @LIBOBJS@
324LIBREADLINE = @LIBREADLINE@
325LIBS = @LIBS@
326LIBTOOL = @LIBTOOL@
327LIPO = @LIPO@
328LN_S = @LN_S@
329LTLIBOBJS = @LTLIBOBJS@
330LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
331M4 = @M4@
332MAINT = @MAINT@
333MAKEINFO = @MAKEINFO@
334MANIFEST_TOOL = @MANIFEST_TOOL@
335MKDIR_P = @MKDIR_P@
336NM = @NM@
337NMEDIT = @NMEDIT@
338OBJDUMP = @OBJDUMP@
339OBJEXT = @OBJEXT@
340OTOOL = @OTOOL@
341OTOOL64 = @OTOOL64@
342PACKAGE = @PACKAGE@
343PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
344PACKAGE_NAME = @PACKAGE_NAME@
345PACKAGE_STRING = @PACKAGE_STRING@
346PACKAGE_TARNAME = @PACKAGE_TARNAME@
347PACKAGE_URL = @PACKAGE_URL@
348PACKAGE_VERSION = @PACKAGE_VERSION@
349PATH_SEPARATOR = @PATH_SEPARATOR@
350RANLIB = @RANLIB@
351SED = @SED@
352SET_MAKE = @SET_MAKE@
353SHELL = @SHELL@
354SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
355STRIP = @STRIP@
356TAL_OBJECT = @TAL_OBJECT@
357TUNE_LIBS = @TUNE_LIBS@
358TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
359U_FOR_BUILD = @U_FOR_BUILD@
360VERSION = @VERSION@
361WITH_READLINE_01 = @WITH_READLINE_01@
362YACC = @YACC@
363YFLAGS = @YFLAGS@
364abs_builddir = @abs_builddir@
365abs_srcdir = @abs_srcdir@
366abs_top_builddir = @abs_top_builddir@
367abs_top_srcdir = @abs_top_srcdir@
368ac_ct_AR = @ac_ct_AR@
369ac_ct_CC = @ac_ct_CC@
370ac_ct_CXX = @ac_ct_CXX@
371ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372am__leading_dot = @am__leading_dot@
373am__tar = @am__tar@
374am__untar = @am__untar@
375bindir = @bindir@
376build = @build@
377build_alias = @build_alias@
378build_cpu = @build_cpu@
379build_os = @build_os@
380build_vendor = @build_vendor@
381builddir = @builddir@
382datadir = @datadir@
383datarootdir = @datarootdir@
384docdir = @docdir@
385dvidir = @dvidir@
386exec_prefix = @exec_prefix@
387gmp_srclinks = @gmp_srclinks@
388host = @host@
389host_alias = @host_alias@
390host_cpu = @host_cpu@
391host_os = @host_os@
392host_vendor = @host_vendor@
393htmldir = @htmldir@
394includedir = @includedir@
395infodir = @infodir@
396install_sh = @install_sh@
397libdir = @libdir@
398libexecdir = @libexecdir@
399localedir = @localedir@
400localstatedir = @localstatedir@
401mandir = @mandir@
402mkdir_p = @mkdir_p@
403mpn_objects = @mpn_objects@
404mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
405oldincludedir = @oldincludedir@
406pdfdir = @pdfdir@
407prefix = @prefix@
408program_transform_name = @program_transform_name@
409psdir = @psdir@
410sbindir = @sbindir@
411sharedstatedir = @sharedstatedir@
412srcdir = @srcdir@
413sysconfdir = @sysconfdir@
414target_alias = @target_alias@
415top_build_prefix = @top_build_prefix@
416top_builddir = @top_builddir@
417top_srcdir = @top_srcdir@
418SUBDIRS = calc expr
419EXTRA_DIST = perl primes.h
420AM_CPPFLAGS = -I$(top_srcdir)
421LDADD = $(top_builddir)/libgmp.la
422qcn_LDADD = $(LDADD) $(LIBM)
423primes_LDADD = $(LDADD) $(LIBM)
424CLEANFILES = $(EXTRA_PROGRAMS)
425all: all-recursive
426
427.SUFFIXES:
428.SUFFIXES: .c .lo .o .obj
429$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
430 @for dep in $?; do \
431 case '$(am__configure_deps)' in \
432 *$$dep*) \
433 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
434 && { if test -f $@; then exit 0; else break; fi; }; \
435 exit 1;; \
436 esac; \
437 done; \
438 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/Makefile'; \
439 $(am__cd) $(top_srcdir) && \
440 $(AUTOMAKE) --gnu --ignore-deps demos/Makefile
441Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
442 @case '$?' in \
443 *config.status*) \
444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
445 *) \
446 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
448 esac;
449
450$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452
453$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(am__aclocal_m4_deps):
458pexpr-config.h: $(top_builddir)/config.status $(srcdir)/pexpr-config-h.in
459 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
460
461factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES) $(EXTRA_factorize_DEPENDENCIES)
462 @rm -f factorize$(EXEEXT)
463 $(AM_V_CCLD)$(LINK) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
464
465isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES) $(EXTRA_isprime_DEPENDENCIES)
466 @rm -f isprime$(EXEEXT)
467 $(AM_V_CCLD)$(LINK) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS)
468
469pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES) $(EXTRA_pexpr_DEPENDENCIES)
470 @rm -f pexpr$(EXEEXT)
471 $(AM_V_CCLD)$(LINK) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS)
472
473primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES) $(EXTRA_primes_DEPENDENCIES)
474 @rm -f primes$(EXEEXT)
475 $(AM_V_CCLD)$(LINK) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
476
477qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES) $(EXTRA_qcn_DEPENDENCIES)
478 @rm -f qcn$(EXEEXT)
479 $(AM_V_CCLD)$(LINK) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS)
480
481mostlyclean-compile:
482 -rm -f *.$(OBJEXT)
483
484distclean-compile:
485 -rm -f *.tab.c
486
487.c.o:
488 $(AM_V_CC)$(COMPILE) -c -o $@ $<
489
490.c.obj:
491 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
492
493.c.lo:
494 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
495
496mostlyclean-libtool:
497 -rm -f *.lo
498
499clean-libtool:
500 -rm -rf .libs _libs
501
502# This directory's subdirectories are mostly independent; you can cd
503# into them and run 'make' without going through this Makefile.
504# To change the values of 'make' variables: instead of editing Makefiles,
505# (1) if the variable is set in 'config.status', edit 'config.status'
506# (which will cause the Makefiles to be regenerated when you run 'make');
507# (2) otherwise, pass the desired values on the 'make' command line.
508$(am__recursive_targets):
509 @fail=; \
510 if $(am__make_keepgoing); then \
511 failcom='fail=yes'; \
512 else \
513 failcom='exit 1'; \
514 fi; \
515 dot_seen=no; \
516 target=`echo $@ | sed s/-recursive//`; \
517 case "$@" in \
518 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
519 *) list='$(SUBDIRS)' ;; \
520 esac; \
521 for subdir in $$list; do \
522 echo "Making $$target in $$subdir"; \
523 if test "$$subdir" = "."; then \
524 dot_seen=yes; \
525 local_target="$$target-am"; \
526 else \
527 local_target="$$target"; \
528 fi; \
529 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
530 || eval $$failcom; \
531 done; \
532 if test "$$dot_seen" = "no"; then \
533 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
534 fi; test -z "$$fail"
535
536ID: $(am__tagged_files)
537 $(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-recursive
539TAGS: tags
540
541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542 set x; \
543 here=`pwd`; \
544 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
545 include_option=--etags-include; \
546 empty_fix=.; \
547 else \
548 include_option=--include; \
549 empty_fix=; \
550 fi; \
551 list='$(SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 test ! -f $$subdir/TAGS || \
554 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
555 fi; \
556 done; \
557 $(am__define_uniq_tagged_files); \
558 shift; \
559 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
560 test -n "$$unique" || unique=$$empty_fix; \
561 if test $$# -gt 0; then \
562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563 "$$@" $$unique; \
564 else \
565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566 $$unique; \
567 fi; \
568 fi
569ctags: ctags-recursive
570
571CTAGS: ctags
572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573 $(am__define_uniq_tagged_files); \
574 test -z "$(CTAGS_ARGS)$$unique" \
575 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576 $$unique
577
578GTAGS:
579 here=`$(am__cd) $(top_builddir) && pwd` \
580 && $(am__cd) $(top_srcdir) \
581 && gtags -i $(GTAGS_ARGS) "$$here"
582cscopelist: cscopelist-recursive
583
584cscopelist-am: $(am__tagged_files)
585 list='$(am__tagged_files)'; \
586 case "$(srcdir)" in \
587 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588 *) sdir=$(subdir)/$(srcdir) ;; \
589 esac; \
590 for i in $$list; do \
591 if test -f "$$i"; then \
592 echo "$(subdir)/$$i"; \
593 else \
594 echo "$$sdir/$$i"; \
595 fi; \
596 done >> $(top_builddir)/cscope.files
597
598distclean-tags:
599 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600
601distdir: $(DISTFILES)
602 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604 list='$(DISTFILES)'; \
605 dist_files=`for file in $$list; do echo $$file; done | \
606 sed -e "s|^$$srcdirstrip/||;t" \
607 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
608 case $$dist_files in \
609 */*) $(MKDIR_P) `echo "$$dist_files" | \
610 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
611 sort -u` ;; \
612 esac; \
613 for file in $$dist_files; do \
614 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
615 if test -d $$d/$$file; then \
616 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
617 if test -d "$(distdir)/$$file"; then \
618 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619 fi; \
620 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
621 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
622 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623 fi; \
624 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
625 else \
626 test -f "$(distdir)/$$file" \
627 || cp -p $$d/$$file "$(distdir)/$$file" \
628 || exit 1; \
629 fi; \
630 done
631 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
632 if test "$$subdir" = .; then :; else \
633 $(am__make_dryrun) \
634 || test -d "$(distdir)/$$subdir" \
635 || $(MKDIR_P) "$(distdir)/$$subdir" \
636 || exit 1; \
637 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
638 $(am__relativize); \
639 new_distdir=$$reldir; \
640 dir1=$$subdir; dir2="$(top_distdir)"; \
641 $(am__relativize); \
642 new_top_distdir=$$reldir; \
643 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
644 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
645 ($(am__cd) $$subdir && \
646 $(MAKE) $(AM_MAKEFLAGS) \
647 top_distdir="$$new_top_distdir" \
648 distdir="$$new_distdir" \
649 am__remove_distdir=: \
650 am__skip_length_check=: \
651 am__skip_mode_fix=: \
652 distdir) \
653 || exit 1; \
654 fi; \
655 done
656check-am: all-am
657check: check-recursive
658all-am: Makefile
659installdirs: installdirs-recursive
660installdirs-am:
661install: install-recursive
662install-exec: install-exec-recursive
663install-data: install-data-recursive
664uninstall: uninstall-recursive
665
666install-am: all-am
667 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669installcheck: installcheck-recursive
670install-strip:
671 if test -z '$(STRIP)'; then \
672 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674 install; \
675 else \
676 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679 fi
680mostlyclean-generic:
681
682clean-generic:
683 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
684
685distclean-generic:
686 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
687 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688
689maintainer-clean-generic:
690 @echo "This command is intended for maintainers to use"
691 @echo "it deletes files that may require special tools to rebuild."
692clean: clean-recursive
693
694clean-am: clean-generic clean-libtool mostlyclean-am
695
696distclean: distclean-recursive
697 -rm -f Makefile
698distclean-am: clean-am distclean-compile distclean-generic \
699 distclean-tags
700
701dvi: dvi-recursive
702
703dvi-am:
704
705html: html-recursive
706
707html-am:
708
709info: info-recursive
710
711info-am:
712
713install-data-am:
714
715install-dvi: install-dvi-recursive
716
717install-dvi-am:
718
719install-exec-am:
720
721install-html: install-html-recursive
722
723install-html-am:
724
725install-info: install-info-recursive
726
727install-info-am:
728
729install-man:
730
731install-pdf: install-pdf-recursive
732
733install-pdf-am:
734
735install-ps: install-ps-recursive
736
737install-ps-am:
738
739installcheck-am:
740
741maintainer-clean: maintainer-clean-recursive
742 -rm -f Makefile
743maintainer-clean-am: distclean-am maintainer-clean-generic
744
745mostlyclean: mostlyclean-recursive
746
747mostlyclean-am: mostlyclean-compile mostlyclean-generic \
748 mostlyclean-libtool
749
750pdf: pdf-recursive
751
752pdf-am:
753
754ps: ps-recursive
755
756ps-am:
757
758uninstall-am:
759
760.MAKE: $(am__recursive_targets) install-am install-strip
761
762.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
763 check-am clean clean-generic clean-libtool cscopelist-am ctags \
764 ctags-am distclean distclean-compile distclean-generic \
765 distclean-libtool distclean-tags distdir dvi dvi-am html \
766 html-am info info-am install install-am install-data \
767 install-data-am install-dvi install-dvi-am install-exec \
768 install-exec-am install-html install-html-am install-info \
769 install-info-am install-man install-pdf install-pdf-am \
770 install-ps install-ps-am install-strip installcheck \
771 installcheck-am installdirs installdirs-am maintainer-clean \
772 maintainer-clean-generic mostlyclean mostlyclean-compile \
773 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
774 tags tags-am uninstall uninstall-am
775
776.PRECIOUS: Makefile
777
778
779allprogs: $(EXTRA_PROGRAMS)
780 cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
781 cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs
782
783# Tell versions [3.59,3.63) of GNU make to not export all variables.
784# Otherwise a system limit (for SysV at least) may be exceeded.
785.NOEXPORT: