]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/man/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libffi / man / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
b7b857bb
AH
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
b7b857bb
AH
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@
b7b857bb 16VPATH = @srcdir@
22e05272
JM
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
11989ec2
MH
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
22e05272
JM
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
11989ec2 45 esac; \
22e05272
JM
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
b7b857bb 72pkgdatadir = $(datadir)/@PACKAGE@
b7b857bb 73pkgincludedir = $(includedir)/@PACKAGE@
5213506e
RW
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
b7b857bb 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b7b857bb
AH
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = man
b7b857bb 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4e70f25f
AS
93am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/asmcfi.m4 \
95 $(top_srcdir)/../config/depstand.m4 \
96 $(top_srcdir)/../config/lead-dot.m4 \
97 $(top_srcdir)/../config/multi.m4 \
98 $(top_srcdir)/../config/override.m4 \
99 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
100 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
101 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
b7b857bb
AH
102 $(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
22e05272 105DIST_COMMON = $(srcdir)/Makefile.am
4e70f25f 106mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
b7b857bb
AH
107CONFIG_HEADER = $(top_builddir)/fficonfig.h
108CONFIG_CLEAN_FILES =
5213506e 109CONFIG_CLEAN_VPATH_FILES =
22e05272
JM
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo " GEN " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
b7b857bb 122SOURCES =
11989ec2
MH
123am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
5213506e
RW
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131 *) f=$$p;; \
132 esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140 for p in $$list; do echo "$$p $$p"; done | \
141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143 if (++n[$$2] == $(am__install_max)) \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
11989ec2
MH
149am__uninstall_files_from_dir = { \
150 test -z "$$files" \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
154 }
b7b857bb
AH
155man3dir = $(mandir)/man3
156am__installdirs = "$(DESTDIR)$(man3dir)"
157NROFF = nroff
158MANS = $(man_MANS)
22e05272 159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
b7b857bb
AH
160ACLOCAL = @ACLOCAL@
161ALLOCA = @ALLOCA@
b7b857bb 162AMTAR = @AMTAR@
22e05272 163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
a761df3d 164AM_LTLDFLAGS = @AM_LTLDFLAGS@
b7b857bb
AH
165AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
166AR = @AR@
b7b857bb
AH
167AUTOCONF = @AUTOCONF@
168AUTOHEADER = @AUTOHEADER@
169AUTOMAKE = @AUTOMAKE@
170AWK = @AWK@
171CC = @CC@
172CCAS = @CCAS@
5213506e 173CCASDEPMODE = @CCASDEPMODE@
b7b857bb
AH
174CCASFLAGS = @CCASFLAGS@
175CCDEPMODE = @CCDEPMODE@
176CFLAGS = @CFLAGS@
177CPP = @CPP@
178CPPFLAGS = @CPPFLAGS@
b1760f7f
RH
179CXX = @CXX@
180CXXCPP = @CXXCPP@
181CXXDEPMODE = @CXXDEPMODE@
182CXXFLAGS = @CXXFLAGS@
b7b857bb
AH
183CYGPATH_W = @CYGPATH_W@
184DEFS = @DEFS@
185DEPDIR = @DEPDIR@
186DSYMUTIL = @DSYMUTIL@
187DUMPBIN = @DUMPBIN@
188ECHO_C = @ECHO_C@
189ECHO_N = @ECHO_N@
190ECHO_T = @ECHO_T@
191EGREP = @EGREP@
192EXEEXT = @EXEEXT@
b4b575ce 193FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
b7b857bb 194FGREP = @FGREP@
b7b857bb
AH
195GREP = @GREP@
196HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
e73d2479 197HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
5213506e 198INSTALL = @INSTALL@
b7b857bb
AH
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203LD = @LD@
5213506e 204LDFLAGS = @LDFLAGS@
b7b857bb
AH
205LIBOBJS = @LIBOBJS@
206LIBS = @LIBS@
207LIBTOOL = @LIBTOOL@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
b7b857bb 211MAINT = @MAINT@
b7b857bb 212MAKEINFO = @MAKEINFO@
5213506e 213MKDIR_P = @MKDIR_P@
b7b857bb
AH
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
2c055256 218OPT_LDFLAGS = @OPT_LDFLAGS@
b7b857bb
AH
219OTOOL = @OTOOL@
220OTOOL64 = @OTOOL64@
b7b857bb
AH
221PACKAGE = @PACKAGE@
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
5213506e 226PACKAGE_URL = @PACKAGE_URL@
b7b857bb
AH
227PACKAGE_VERSION = @PACKAGE_VERSION@
228PATH_SEPARATOR = @PATH_SEPARATOR@
b7b857bb 229RANLIB = @RANLIB@
2c055256 230SECTION_LDFLAGS = @SECTION_LDFLAGS@
b7b857bb
AH
231SED = @SED@
232SET_MAKE = @SET_MAKE@
b7b857bb 233SHELL = @SHELL@
b7b857bb
AH
234STRIP = @STRIP@
235TARGET = @TARGET@
236TARGETDIR = @TARGETDIR@
b1760f7f 237TARGET_OBJ = @TARGET_OBJ@
b7b857bb 238VERSION = @VERSION@
5213506e
RW
239abs_builddir = @abs_builddir@
240abs_srcdir = @abs_srcdir@
241abs_top_builddir = @abs_top_builddir@
242abs_top_srcdir = @abs_top_srcdir@
b7b857bb 243ac_ct_CC = @ac_ct_CC@
b1760f7f 244ac_ct_CXX = @ac_ct_CXX@
b7b857bb 245ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b7b857bb
AH
246am__include = @am__include@
247am__leading_dot = @am__leading_dot@
248am__quote = @am__quote@
249am__tar = @am__tar@
250am__untar = @am__untar@
251bindir = @bindir@
252build = @build@
253build_alias = @build_alias@
254build_cpu = @build_cpu@
255build_os = @build_os@
256build_vendor = @build_vendor@
5213506e 257builddir = @builddir@
b7b857bb 258datadir = @datadir@
5213506e
RW
259datarootdir = @datarootdir@
260docdir = @docdir@
261dvidir = @dvidir@
b7b857bb 262exec_prefix = @exec_prefix@
73aa401e 263get_gcc_base_ver = @get_gcc_base_ver@
b7b857bb
AH
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
267host_os = @host_os@
268host_vendor = @host_vendor@
5213506e 269htmldir = @htmldir@
b7b857bb
AH
270includedir = @includedir@
271infodir = @infodir@
272install_sh = @install_sh@
273libdir = @libdir@
274libexecdir = @libexecdir@
5213506e 275localedir = @localedir@
b7b857bb 276localstatedir = @localstatedir@
b7b857bb
AH
277mandir = @mandir@
278mkdir_p = @mkdir_p@
4e70f25f 279multi_basedir = @multi_basedir@
b7b857bb 280oldincludedir = @oldincludedir@
5213506e 281pdfdir = @pdfdir@
b7b857bb
AH
282prefix = @prefix@
283program_transform_name = @program_transform_name@
5213506e 284psdir = @psdir@
b7b857bb
AH
285sbindir = @sbindir@
286sharedstatedir = @sharedstatedir@
5213506e 287srcdir = @srcdir@
b7b857bb
AH
288sysconfdir = @sysconfdir@
289target = @target@
290target_alias = @target_alias@
291target_cpu = @target_cpu@
292target_os = @target_os@
293target_vendor = @target_vendor@
294toolexecdir = @toolexecdir@
295toolexeclibdir = @toolexeclibdir@
5213506e
RW
296top_build_prefix = @top_build_prefix@
297top_builddir = @top_builddir@
298top_srcdir = @top_srcdir@
b7b857bb 299AUTOMAKE_OPTIONS = foreign
b4b575ce
AG
300EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
301man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
b7b857bb
AH
302all: all-am
303
304.SUFFIXES:
305$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
306 @for dep in $?; do \
307 case '$(am__configure_deps)' in \
308 *$$dep*) \
5213506e
RW
309 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
310 && { if test -f $@; then exit 0; else break; fi; }; \
b7b857bb
AH
311 exit 1;; \
312 esac; \
313 done; \
5213506e
RW
314 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
315 $(am__cd) $(top_srcdir) && \
316 $(AUTOMAKE) --foreign man/Makefile
b7b857bb
AH
317Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318 @case '$?' in \
319 *config.status*) \
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321 *) \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324 esac;
325
326$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5213506e 333$(am__aclocal_m4_deps):
b7b857bb
AH
334
335mostlyclean-libtool:
336 -rm -f *.lo
337
338clean-libtool:
339 -rm -rf .libs _libs
5213506e 340install-man3: $(man_MANS)
b7b857bb 341 @$(NORMAL_INSTALL)
11989ec2
MH
342 @list1=''; \
343 list2='$(man_MANS)'; \
344 test -n "$(man3dir)" \
345 && test -n "`echo $$list1$$list2`" \
346 || exit 0; \
347 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
348 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
349 { for i in $$list1; do echo "$$i"; done; \
350 if test -n "$$list2"; then \
351 for i in $$list2; do echo "$$i"; done \
352 | sed -n '/\.3[a-z]*$$/p'; \
353 fi; \
5213506e
RW
354 } | while read p; do \
355 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
356 echo "$$d$$p"; echo "$$p"; \
357 done | \
358 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
359 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
360 sed 'N;N;s,\n, ,g' | { \
361 list=; while read file base inst; do \
362 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
363 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
364 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
365 fi; \
b7b857bb 366 done; \
5213506e
RW
367 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
368 while read files; do \
369 test -z "$$files" || { \
370 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
371 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
372 done; }
373
b7b857bb
AH
374uninstall-man3:
375 @$(NORMAL_UNINSTALL)
5213506e
RW
376 @list=''; test -n "$(man3dir)" || exit 0; \
377 files=`{ for i in $$list; do echo "$$i"; done; \
378 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
379 sed -n '/\.3[a-z]*$$/p'; \
380 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
381 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
11989ec2 382 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
22e05272
JM
383tags TAGS:
384
385ctags CTAGS:
b7b857bb 386
22e05272 387cscope cscopelist:
b7b857bb 388
b7b857bb
AH
389check-am: all-am
390check: check-am
391all-am: Makefile $(MANS)
392installdirs:
393 for dir in "$(DESTDIR)$(man3dir)"; do \
5213506e 394 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
b7b857bb
AH
395 done
396install: install-am
397install-exec: install-exec-am
398install-data: install-data-am
399uninstall: uninstall-am
400
401install-am: all-am
402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404installcheck: installcheck-am
405install-strip:
11989ec2
MH
406 if test -z '$(STRIP)'; then \
407 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409 install; \
410 else \
411 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
414 fi
b7b857bb
AH
415mostlyclean-generic:
416
417clean-generic:
418
419distclean-generic:
420 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5213506e 421 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b7b857bb
AH
422
423maintainer-clean-generic:
424 @echo "This command is intended for maintainers to use"
425 @echo "it deletes files that may require special tools to rebuild."
426clean: clean-am
427
428clean-am: clean-generic clean-libtool mostlyclean-am
429
430distclean: distclean-am
431 -rm -f Makefile
5213506e 432distclean-am: clean-am distclean-generic
b7b857bb
AH
433
434dvi: dvi-am
435
436dvi-am:
437
438html: html-am
439
5213506e
RW
440html-am:
441
b7b857bb
AH
442info: info-am
443
444info-am:
445
446install-data-am: install-man
447
5213506e
RW
448install-dvi: install-dvi-am
449
450install-dvi-am:
451
b7b857bb
AH
452install-exec-am:
453
5213506e
RW
454install-html: install-html-am
455
456install-html-am:
457
b7b857bb
AH
458install-info: install-info-am
459
5213506e
RW
460install-info-am:
461
b7b857bb
AH
462install-man: install-man3
463
5213506e
RW
464install-pdf: install-pdf-am
465
466install-pdf-am:
467
468install-ps: install-ps-am
469
470install-ps-am:
471
b7b857bb
AH
472installcheck-am:
473
474maintainer-clean: maintainer-clean-am
475 -rm -f Makefile
476maintainer-clean-am: distclean-am maintainer-clean-generic
477
478mostlyclean: mostlyclean-am
479
480mostlyclean-am: mostlyclean-generic mostlyclean-libtool
481
482pdf: pdf-am
483
484pdf-am:
485
486ps: ps-am
487
488ps-am:
489
5213506e 490uninstall-am: uninstall-man
b7b857bb
AH
491
492uninstall-man: uninstall-man3
493
5213506e
RW
494.MAKE: install-am install-strip
495
b7b857bb 496.PHONY: all all-am check check-am clean clean-generic clean-libtool \
22e05272
JM
497 cscopelist-am ctags-am distclean distclean-generic \
498 distclean-libtool dvi dvi-am html html-am info info-am install \
499 install-am install-data install-data-am install-dvi \
500 install-dvi-am install-exec install-exec-am install-html \
501 install-html-am install-info install-info-am install-man \
502 install-man3 install-pdf install-pdf-am install-ps \
503 install-ps-am install-strip installcheck installcheck-am \
504 installdirs maintainer-clean maintainer-clean-generic \
505 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
506 ps ps-am tags-am uninstall uninstall-am uninstall-man \
507 uninstall-man3
508
509.PRECIOUS: Makefile
5213506e 510
b7b857bb
AH
511
512# Tell versions [3.59,3.63) of GNU make to not export all variables.
513# Otherwise a system limit (for SysV at least) may be exceeded.
514.NOEXPORT: