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