blob: 354e23951b274dbd07667fdb8b70a96d83a4835d [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 2001-2004 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 = run-expr$(EXEEXT) t-expr$(EXEEXT)
119subdir = demos/expr
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
122 $(top_srcdir)/configure.ac
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130AM_V_AR = $(am__v_AR_@AM_V@)
131am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
132am__v_AR_0 = @echo " AR " $@;
133am__v_AR_1 =
134libexpr_a_AR = $(AR) $(ARFLAGS)
135libexpr_a_LIBADD =
136am_libexpr_a_OBJECTS = expr.$(OBJEXT) exprv.$(OBJEXT) exprz.$(OBJEXT) \
137 exprza.$(OBJEXT) exprq.$(OBJEXT) exprqa.$(OBJEXT) \
138 exprf.$(OBJEXT) exprfa.$(OBJEXT)
139libexpr_a_OBJECTS = $(am_libexpr_a_OBJECTS)
140run_expr_SOURCES = run-expr.c
141run_expr_OBJECTS = run-expr.$(OBJEXT)
142run_expr_LDADD = $(LDADD)
143run_expr_DEPENDENCIES = libexpr.a $(top_builddir)/libgmp.la
144AM_V_lt = $(am__v_lt_@AM_V@)
145am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146am__v_lt_0 = --silent
147am__v_lt_1 =
148t_expr_SOURCES = t-expr.c
149t_expr_OBJECTS = t-expr.$(OBJEXT)
150t_expr_DEPENDENCIES = $(top_builddir)/tests/libtests.la $(LDADD)
151AM_V_P = $(am__v_P_@AM_V@)
152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153am__v_P_0 = false
154am__v_P_1 = :
155AM_V_GEN = $(am__v_GEN_@AM_V@)
156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157am__v_GEN_0 = @echo " GEN " $@;
158am__v_GEN_1 =
159AM_V_at = $(am__v_at_@AM_V@)
160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161am__v_at_0 = @
162am__v_at_1 =
163DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164depcomp =
165am__depfiles_maybe =
166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171 $(AM_CFLAGS) $(CFLAGS)
172AM_V_CC = $(am__v_CC_@AM_V@)
173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174am__v_CC_0 = @echo " CC " $@;
175am__v_CC_1 =
176CCLD = $(CC)
177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179 $(AM_LDFLAGS) $(LDFLAGS) -o $@
180AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182am__v_CCLD_0 = @echo " CCLD " $@;
183am__v_CCLD_1 =
184SOURCES = $(libexpr_a_SOURCES) run-expr.c t-expr.c
185DIST_SOURCES = $(libexpr_a_SOURCES) run-expr.c t-expr.c
186am__can_run_installinfo = \
187 case $$AM_UPDATE_INFO_DIR in \
188 n|no|NO) false;; \
189 *) (install-info --version) >/dev/null 2>&1;; \
190 esac
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192# Read a list of newline-separated strings from the standard input,
193# and print each of them once, without duplicates. Input order is
194# *not* preserved.
195am__uniquify_input = $(AWK) '\
196 BEGIN { nonempty = 0; } \
197 { items[$$0] = 1; nonempty = 1; } \
198 END { if (nonempty) { for (i in items) print i; }; } \
199'
200# Make sure the list of sources is unique. This is necessary because,
201# e.g., the same source file might be shared among _SOURCES variables
202# for different programs/libraries.
203am__define_uniq_tagged_files = \
204 list='$(am__tagged_files)'; \
205 unique=`for i in $$list; do \
206 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207 done | $(am__uniquify_input)`
208ETAGS = etags
209CTAGS = ctags
210am__DIST_COMMON = $(srcdir)/Makefile.in README
211DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212ABI = @ABI@
213ACLOCAL = @ACLOCAL@
214AMTAR = @AMTAR@
215AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216AR = @AR@
217AS = @AS@
218ASMFLAGS = @ASMFLAGS@
219AUTOCONF = @AUTOCONF@
220AUTOHEADER = @AUTOHEADER@
221AUTOMAKE = @AUTOMAKE@
222AWK = @AWK@
223CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
224CC = @CC@
225CCAS = @CCAS@
226CC_FOR_BUILD = @CC_FOR_BUILD@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CPP_FOR_BUILD = @CPP_FOR_BUILD@
231CXX = @CXX@
232CXXCPP = @CXXCPP@
233CXXFLAGS = @CXXFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
236DEFS = @DEFS@
237DLLTOOL = @DLLTOOL@
238DSYMUTIL = @DSYMUTIL@
239DUMPBIN = @DUMPBIN@
240ECHO_C = @ECHO_C@
241ECHO_N = @ECHO_N@
242ECHO_T = @ECHO_T@
243EGREP = @EGREP@
244EXEEXT = @EXEEXT@
245EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
246FGREP = @FGREP@
247GMP_LDFLAGS = @GMP_LDFLAGS@
248GMP_LIMB_BITS = @GMP_LIMB_BITS@
249GMP_NAIL_BITS = @GMP_NAIL_BITS@
250GREP = @GREP@
251HAVE_CLOCK_01 = @HAVE_CLOCK_01@
252HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
253HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
254HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
255HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
256HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
257HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
258HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
259HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
260HAVE_STACK_T_01 = @HAVE_STACK_T_01@
261HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
262INSTALL = @INSTALL@
263INSTALL_DATA = @INSTALL_DATA@
264INSTALL_PROGRAM = @INSTALL_PROGRAM@
265INSTALL_SCRIPT = @INSTALL_SCRIPT@
266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267LD = @LD@
268LDFLAGS = @LDFLAGS@
269LEX = @LEX@
270LEXLIB = @LEXLIB@
271LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
272LIBCURSES = @LIBCURSES@
273LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
274LIBGMP_DLL = @LIBGMP_DLL@
275LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
276LIBM = @LIBM@
277LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
278LIBOBJS = @LIBOBJS@
279LIBREADLINE = @LIBREADLINE@
280LIBS = @LIBS@
281LIBTOOL = @LIBTOOL@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286M4 = @M4@
287MAINT = @MAINT@
288MAKEINFO = @MAKEINFO@
289MANIFEST_TOOL = @MANIFEST_TOOL@
290MKDIR_P = @MKDIR_P@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OTOOL = @OTOOL@
296OTOOL64 = @OTOOL64@
297PACKAGE = @PACKAGE@
298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299PACKAGE_NAME = @PACKAGE_NAME@
300PACKAGE_STRING = @PACKAGE_STRING@
301PACKAGE_TARNAME = @PACKAGE_TARNAME@
302PACKAGE_URL = @PACKAGE_URL@
303PACKAGE_VERSION = @PACKAGE_VERSION@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305RANLIB = @RANLIB@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
310STRIP = @STRIP@
311TAL_OBJECT = @TAL_OBJECT@
312TUNE_LIBS = @TUNE_LIBS@
313TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
314U_FOR_BUILD = @U_FOR_BUILD@
315VERSION = @VERSION@
316WITH_READLINE_01 = @WITH_READLINE_01@
317YACC = @YACC@
318YFLAGS = @YFLAGS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_AR = @ac_ct_AR@
324ac_ct_CC = @ac_ct_CC@
325ac_ct_CXX = @ac_ct_CXX@
326ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
327am__leading_dot = @am__leading_dot@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342gmp_srclinks = @gmp_srclinks@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354localedir = @localedir@
355localstatedir = @localstatedir@
356mandir = @mandir@
357mkdir_p = @mkdir_p@
358mpn_objects = @mpn_objects@
359mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365sbindir = @sbindir@
366sharedstatedir = @sharedstatedir@
367srcdir = @srcdir@
368sysconfdir = @sysconfdir@
369target_alias = @target_alias@
370top_build_prefix = @top_build_prefix@
371top_builddir = @top_builddir@
372top_srcdir = @top_srcdir@
373AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
374
375# FIXME: This is a workaround for a bug in automake 1.8.4. When the only
376# library is in EXTRA_LIBRARIES, $(ARFLAGS) is used but no default setting
377# for that variable is established. We give an explicit ARFLAGS=cru the
378# same as generated for lib_LIBRARIES or noinst_LIBRARIES.
379#
380ARFLAGS = cru
381EXTRA_LIBRARIES = libexpr.a
382libexpr_a_SOURCES = expr.h expr-impl.h \
383 expr.c exprv.c exprz.c exprza.c exprq.c exprqa.c exprf.c exprfa.c
384
385LDADD = libexpr.a $(top_builddir)/libgmp.la
386t_expr_LDADD = $(top_builddir)/tests/libtests.la $(LDADD)
387CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LIBRARIES)
388all: all-am
389
390.SUFFIXES:
391.SUFFIXES: .c .lo .o .obj
392$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
393 @for dep in $?; do \
394 case '$(am__configure_deps)' in \
395 *$$dep*) \
396 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397 && { if test -f $@; then exit 0; else break; fi; }; \
398 exit 1;; \
399 esac; \
400 done; \
401 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/expr/Makefile'; \
402 $(am__cd) $(top_srcdir) && \
403 $(AUTOMAKE) --gnu --ignore-deps demos/expr/Makefile
404Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405 @case '$?' in \
406 *config.status*) \
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408 *) \
409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
410 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
411 esac;
412
413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
416$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(am__aclocal_m4_deps):
421
422libexpr.a: $(libexpr_a_OBJECTS) $(libexpr_a_DEPENDENCIES) $(EXTRA_libexpr_a_DEPENDENCIES)
423 $(AM_V_at)-rm -f libexpr.a
424 $(AM_V_AR)$(libexpr_a_AR) libexpr.a $(libexpr_a_OBJECTS) $(libexpr_a_LIBADD)
425 $(AM_V_at)$(RANLIB) libexpr.a
426
427run-expr$(EXEEXT): $(run_expr_OBJECTS) $(run_expr_DEPENDENCIES) $(EXTRA_run_expr_DEPENDENCIES)
428 @rm -f run-expr$(EXEEXT)
429 $(AM_V_CCLD)$(LINK) $(run_expr_OBJECTS) $(run_expr_LDADD) $(LIBS)
430
431t-expr$(EXEEXT): $(t_expr_OBJECTS) $(t_expr_DEPENDENCIES) $(EXTRA_t_expr_DEPENDENCIES)
432 @rm -f t-expr$(EXEEXT)
433 $(AM_V_CCLD)$(LINK) $(t_expr_OBJECTS) $(t_expr_LDADD) $(LIBS)
434
435mostlyclean-compile:
436 -rm -f *.$(OBJEXT)
437
438distclean-compile:
439 -rm -f *.tab.c
440
441.c.o:
442 $(AM_V_CC)$(COMPILE) -c -o $@ $<
443
444.c.obj:
445 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
446
447.c.lo:
448 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
449
450mostlyclean-libtool:
451 -rm -f *.lo
452
453clean-libtool:
454 -rm -rf .libs _libs
455
456ID: $(am__tagged_files)
457 $(am__define_uniq_tagged_files); mkid -fID $$unique
458tags: tags-am
459TAGS: tags
460
461tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462 set x; \
463 here=`pwd`; \
464 $(am__define_uniq_tagged_files); \
465 shift; \
466 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467 test -n "$$unique" || unique=$$empty_fix; \
468 if test $$# -gt 0; then \
469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470 "$$@" $$unique; \
471 else \
472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 $$unique; \
474 fi; \
475 fi
476ctags: ctags-am
477
478CTAGS: ctags
479ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480 $(am__define_uniq_tagged_files); \
481 test -z "$(CTAGS_ARGS)$$unique" \
482 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483 $$unique
484
485GTAGS:
486 here=`$(am__cd) $(top_builddir) && pwd` \
487 && $(am__cd) $(top_srcdir) \
488 && gtags -i $(GTAGS_ARGS) "$$here"
489cscopelist: cscopelist-am
490
491cscopelist-am: $(am__tagged_files)
492 list='$(am__tagged_files)'; \
493 case "$(srcdir)" in \
494 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
495 *) sdir=$(subdir)/$(srcdir) ;; \
496 esac; \
497 for i in $$list; do \
498 if test -f "$$i"; then \
499 echo "$(subdir)/$$i"; \
500 else \
501 echo "$$sdir/$$i"; \
502 fi; \
503 done >> $(top_builddir)/cscope.files
504
505distclean-tags:
506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
508distdir: $(DISTFILES)
509 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511 list='$(DISTFILES)'; \
512 dist_files=`for file in $$list; do echo $$file; done | \
513 sed -e "s|^$$srcdirstrip/||;t" \
514 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515 case $$dist_files in \
516 */*) $(MKDIR_P) `echo "$$dist_files" | \
517 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518 sort -u` ;; \
519 esac; \
520 for file in $$dist_files; do \
521 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522 if test -d $$d/$$file; then \
523 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524 if test -d "$(distdir)/$$file"; then \
525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526 fi; \
527 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530 fi; \
531 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532 else \
533 test -f "$(distdir)/$$file" \
534 || cp -p $$d/$$file "$(distdir)/$$file" \
535 || exit 1; \
536 fi; \
537 done
538check-am: all-am
539check: check-am
540all-am: Makefile
541installdirs:
542install: install-am
543install-exec: install-exec-am
544install-data: install-data-am
545uninstall: uninstall-am
546
547install-am: all-am
548 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550installcheck: installcheck-am
551install-strip:
552 if test -z '$(STRIP)'; then \
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 install; \
556 else \
557 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
560 fi
561mostlyclean-generic:
562
563clean-generic:
564 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
565
566distclean-generic:
567 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570maintainer-clean-generic:
571 @echo "This command is intended for maintainers to use"
572 @echo "it deletes files that may require special tools to rebuild."
573clean: clean-am
574
575clean-am: clean-generic clean-libtool mostlyclean-am
576
577distclean: distclean-am
578 -rm -f Makefile
579distclean-am: clean-am distclean-compile distclean-generic \
580 distclean-tags
581
582dvi: dvi-am
583
584dvi-am:
585
586html: html-am
587
588html-am:
589
590info: info-am
591
592info-am:
593
594install-data-am:
595
596install-dvi: install-dvi-am
597
598install-dvi-am:
599
600install-exec-am:
601
602install-html: install-html-am
603
604install-html-am:
605
606install-info: install-info-am
607
608install-info-am:
609
610install-man:
611
612install-pdf: install-pdf-am
613
614install-pdf-am:
615
616install-ps: install-ps-am
617
618install-ps-am:
619
620installcheck-am:
621
622maintainer-clean: maintainer-clean-am
623 -rm -f Makefile
624maintainer-clean-am: distclean-am maintainer-clean-generic
625
626mostlyclean: mostlyclean-am
627
628mostlyclean-am: mostlyclean-compile mostlyclean-generic \
629 mostlyclean-libtool
630
631pdf: pdf-am
632
633pdf-am:
634
635ps: ps-am
636
637ps-am:
638
639uninstall-am:
640
641.MAKE: install-am install-strip
642
643.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
644 clean-libtool cscopelist-am ctags ctags-am distclean \
645 distclean-compile distclean-generic distclean-libtool \
646 distclean-tags distdir dvi dvi-am html html-am info info-am \
647 install install-am install-data install-data-am install-dvi \
648 install-dvi-am install-exec install-exec-am install-html \
649 install-html-am install-info install-info-am install-man \
650 install-pdf install-pdf-am install-ps install-ps-am \
651 install-strip installcheck installcheck-am installdirs \
652 maintainer-clean maintainer-clean-generic mostlyclean \
653 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
654 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
655
656.PRECIOUS: Makefile
657
658
659allprogs: $(EXTRA_PROGRAMS)
660
661$(top_builddir)/tests/libtests.la:
662 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
663
664# Tell versions [3.59,3.63) of GNU make to not export all variables.
665# Otherwise a system limit (for SysV at least) may be exceeded.
666.NOEXPORT: