1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# include/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2020 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
16
17VPATH = ../../include
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/libffi
74pkgincludedir = $(includedir)/libffi
75pkglibdir = $(libdir)/libffi
76pkglibexecdir = $(libexecdir)/libffi
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = aarch64-apple-darwin20.2.0
90host_triplet = aarch64-apple-darwin20.2.0
91target_triplet = aarch64-apple-darwin20.2.0
92subdir = include
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/asmcfi.m4 \
95	$(top_srcdir)/m4/ax_append_flag.m4 \
96	$(top_srcdir)/m4/ax_cc_maxopt.m4 \
97	$(top_srcdir)/m4/ax_cflags_warn_all.m4 \
98	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
99	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
100	$(top_srcdir)/m4/ax_configure_args.m4 \
101	$(top_srcdir)/m4/ax_enable_builddir.m4 \
102	$(top_srcdir)/m4/ax_gcc_archflag.m4 \
103	$(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
104	$(top_srcdir)/m4/ax_require_defined.m4 \
105	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
106	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
107	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
108	$(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
112	$(am__DIST_COMMON)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/fficonfig.h
115CONFIG_CLEAN_FILES = ffi.h
116CONFIG_CLEAN_VPATH_FILES =
117AM_V_P = $(am__v_P_$(V))
118am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_$(V))
122am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_$(V))
126am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
127am__v_at_0 = @
128am__v_at_1 =
129SOURCES =
130DIST_SOURCES =
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(includedir)"
164HEADERS = $(nodist_include_HEADERS) $(noinst_HEADERS)
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166# Read a list of newline-separated strings from the standard input,
167# and print each of them once, without duplicates.  Input order is
168# *not* preserved.
169am__uniquify_input = $(AWK) '\
170  BEGIN { nonempty = 0; } \
171  { items[$$0] = 1; nonempty = 1; } \
172  END { if (nonempty) { for (i in items) print i; }; } \
173'
174# Make sure the list of sources is unique.  This is necessary because,
175# e.g., the same source file might be shared among _SOURCES variables
176# for different programs/libraries.
177am__define_uniq_tagged_files = \
178  list='$(am__tagged_files)'; \
179  unique=`for i in $$list; do \
180    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181  done | $(am__uniquify_input)`
182ETAGS = etags
183CTAGS = ctags
184am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ffi.h.in
185DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186ACLOCAL = ${SHELL} '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/missing' aclocal-1.16
187ALLOCA =
188AMTAR = $${TAR-tar}
189AM_DEFAULT_VERBOSITY = 1
190AM_LTLDFLAGS =
191AM_RUNTESTFLAGS =
192AR = ar
193AUTOCONF = ${SHELL} '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/missing' autoconf
194AUTOHEADER = ${SHELL} '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/missing' autoheader
195AUTOMAKE = ${SHELL} '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/missing' automake-1.16
196AWK = gawk
197CC = /usr/bin/clang
198CCAS = /usr/bin/clang
199CCASDEPMODE = depmode=gcc3
200CCASFLAGS = -pipe -Os -integrated-as -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
201CCDEPMODE = depmode=gcc3
202CFLAGS = -pipe -Os -integrated-as -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -Wall -fexceptions
203CPP = /usr/bin/clang -E
204CPPFLAGS = -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
205CXX = /usr/bin/clang++
206CXXCPP = /usr/bin/clang++ -E
207CXXDEPMODE = depmode=gcc3
208CXXFLAGS = -pipe -Os -arch arm64 -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
209CYGPATH_W = echo
210DEFS = -DHAVE_CONFIG_H
211DEPDIR = .deps
212DLLTOOL = false
213DSYMUTIL = dsymutil
214DUMPBIN =
215ECHO_C = \c
216ECHO_N =
217ECHO_T =
218EGREP = /usr/bin/grep -E
219EXEEXT =
220FFI_EXEC_TRAMPOLINE_TABLE = 1
221FGREP = /usr/bin/grep -F
222GREP = /usr/bin/grep
223HAVE_LONG_DOUBLE = 0
224HAVE_LONG_DOUBLE_VARIANT = 0
225INSTALL = /usr/bin/install -c
226INSTALL_DATA = ${INSTALL} -m 644
227INSTALL_PROGRAM = ${INSTALL}
228INSTALL_SCRIPT = ${INSTALL}
229INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
230LD = /Library/Developer/CommandLineTools/usr/bin/ld
231LDFLAGS = -L/opt/local/lib -Wl,-headerpad_max_install_names -arch arm64 -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
232LIBOBJS =
233LIBS =
234LIBTOOL = $(SHELL) $(top_builddir)/libtool
235LIPO = lipo
236LN_S = ln -s
237LTLIBOBJS =
238LT_SYS_LIBRARY_PATH =
239MAINT = #
240MAKEINFO = ${SHELL} '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/missing' makeinfo
241MANIFEST_TOOL = :
242MKDIR_P = /opt/local/bin/gmkdir -p
243NM = /usr/bin/nm -B
244NMEDIT = nmedit
245OBJDUMP = objdump
246OBJEXT = o
247OPT_LDFLAGS =
248OTOOL = otool
249OTOOL64 = :
250PACKAGE = libffi
251PACKAGE_BUGREPORT = http://github.com/libffi/libffi/issues
252PACKAGE_NAME = libffi
253PACKAGE_STRING = libffi 3.3
254PACKAGE_TARNAME = libffi
255PACKAGE_URL =
256PACKAGE_VERSION = 3.3
257PATH_SEPARATOR = :
258PRTDIAG =
259RANLIB = ranlib
260SECTION_LDFLAGS =
261SED = /opt/local/bin/gsed
262SET_MAKE =
263SHELL = /bin/sh
264STRIP = strip
265TARGET = AARCH64
266TARGETDIR = aarch64
267TARGET_OBJ =  src/aarch64/ffi.lo src/aarch64/sysv.lo
268VERSION = 3.3
269abs_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/aarch64-apple-darwin20.2.0/include
270abs_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/aarch64-apple-darwin20.2.0/../include
271abs_top_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/aarch64-apple-darwin20.2.0
272abs_top_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/aarch64-apple-darwin20.2.0/..
273ac_ct_AR = ar
274ac_ct_CC =
275ac_ct_CXX =
276ac_ct_DUMPBIN =
277am__include = include
278am__leading_dot = .
279am__quote =
280am__tar = $${TAR-tar} chof - "$$tardir"
281am__untar = $${TAR-tar} xf -
282ax_enable_builddir_sed = /opt/local/bin/gsed
283bindir = ${exec_prefix}/bin
284build = aarch64-apple-darwin20.2.0
285build_alias =
286build_cpu = aarch64
287build_os = darwin20.2.0
288build_vendor = apple
289builddir = .
290datadir = ${datarootdir}
291datarootdir = ${prefix}/share
292docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
293dvidir = ${docdir}
294exec_prefix = ${prefix}
295host = aarch64-apple-darwin20.2.0
296host_alias = aarch64-apple-darwin20.2.0
297host_cpu = aarch64
298host_os = darwin20.2.0
299host_vendor = apple
300htmldir = ${docdir}
301includedir = ${prefix}/include
302infodir = ${datarootdir}/info
303install_sh = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libffi/libffi/work/libffi-3.3-arm64/install-sh
304libdir = ${exec_prefix}/lib
305libexecdir = ${exec_prefix}/libexec
306localedir = ${datarootdir}/locale
307localstatedir = ${prefix}/var
308mandir = ${datarootdir}/man
309mkdir_p = $(MKDIR_P)
310oldincludedir = /usr/include
311pdfdir = ${docdir}
312prefix = /opt/local
313program_transform_name = s,x,x,
314psdir = ${docdir}
315sbindir = ${exec_prefix}/sbin
316sharedstatedir = ${prefix}/com
317srcdir = ../../include
318sys_symbol_underscore = yes
319sysconfdir = ${prefix}/etc
320target = aarch64-apple-darwin20.2.0
321target_alias = aarch64-apple-darwin20.2.0
322target_cpu = aarch64
323target_os = darwin20.2.0
324target_vendor = apple
325toolexecdir = ${libdir}/gcc-lib/$(target_alias)
326toolexeclibdir = ${libdir}
327top_build_prefix = ../
328top_builddir = ..
329top_srcdir = ../..
330AUTOMAKE_OPTIONS = foreign
331DISTCLEANFILES = ffitarget.h
332noinst_HEADERS = ffi_common.h ffi_cfi.h
333EXTRA_DIST = ffi.h.in
334nodist_include_HEADERS = ffi.h ffitarget.h
335all: all-am
336
337.SUFFIXES:
338$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
339	@for dep in $?; do \
340	  case '$(am__configure_deps)' in \
341	    *$$dep*) \
342	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
343	        && { if test -f $@; then exit 0; else break; fi; }; \
344	      exit 1;; \
345	  esac; \
346	done; \
347	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
348	$(am__cd) $(top_srcdir) && \
349	  $(AUTOMAKE) --foreign include/Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351	@case '$?' in \
352	  *config.status*) \
353	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354	  *) \
355	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
356	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
357	esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362$(top_srcdir)/configure: # $(am__configure_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
365	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366$(am__aclocal_m4_deps):
367ffi.h: $(top_builddir)/config.status $(srcdir)/ffi.h.in
368	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
369
370mostlyclean-libtool:
371	-rm -f *.lo
372
373clean-libtool:
374	-rm -rf .libs _libs
375install-nodist_includeHEADERS: $(nodist_include_HEADERS)
376	@$(NORMAL_INSTALL)
377	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
378	if test -n "$$list"; then \
379	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
380	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
381	fi; \
382	for p in $$list; do \
383	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
384	  echo "$$d$$p"; \
385	done | $(am__base_list) | \
386	while read files; do \
387	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
388	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
389	done
390
391uninstall-nodist_includeHEADERS:
392	@$(NORMAL_UNINSTALL)
393	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
394	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
395	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
396
397ID: $(am__tagged_files)
398	$(am__define_uniq_tagged_files); mkid -fID $$unique
399tags: tags-am
400TAGS: tags
401
402tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
403	set x; \
404	here=`pwd`; \
405	$(am__define_uniq_tagged_files); \
406	shift; \
407	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
408	  test -n "$$unique" || unique=$$empty_fix; \
409	  if test $$# -gt 0; then \
410	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411	      "$$@" $$unique; \
412	  else \
413	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414	      $$unique; \
415	  fi; \
416	fi
417ctags: ctags-am
418
419CTAGS: ctags
420ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
421	$(am__define_uniq_tagged_files); \
422	test -z "$(CTAGS_ARGS)$$unique" \
423	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
424	     $$unique
425
426GTAGS:
427	here=`$(am__cd) $(top_builddir) && pwd` \
428	  && $(am__cd) $(top_srcdir) \
429	  && gtags -i $(GTAGS_ARGS) "$$here"
430cscopelist: cscopelist-am
431
432cscopelist-am: $(am__tagged_files)
433	list='$(am__tagged_files)'; \
434	case "$(srcdir)" in \
435	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
436	  *) sdir=$(subdir)/$(srcdir) ;; \
437	esac; \
438	for i in $$list; do \
439	  if test -f "$$i"; then \
440	    echo "$(subdir)/$$i"; \
441	  else \
442	    echo "$$sdir/$$i"; \
443	  fi; \
444	done >> $(top_builddir)/cscope.files
445
446distclean-tags:
447	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
449distdir: $(BUILT_SOURCES)
450	$(MAKE) $(AM_MAKEFLAGS) distdir-am
451
452distdir-am: $(DISTFILES)
453	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	list='$(DISTFILES)'; \
456	  dist_files=`for file in $$list; do echo $$file; done | \
457	  sed -e "s|^$$srcdirstrip/||;t" \
458	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
459	case $$dist_files in \
460	  */*) $(MKDIR_P) `echo "$$dist_files" | \
461			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
462			   sort -u` ;; \
463	esac; \
464	for file in $$dist_files; do \
465	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466	  if test -d $$d/$$file; then \
467	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
468	    if test -d "$(distdir)/$$file"; then \
469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470	    fi; \
471	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476	  else \
477	    test -f "$(distdir)/$$file" \
478	    || cp -p $$d/$$file "$(distdir)/$$file" \
479	    || exit 1; \
480	  fi; \
481	done
482check-am: all-am
483check: check-am
484all-am: Makefile $(HEADERS)
485installdirs:
486	for dir in "$(DESTDIR)$(includedir)"; do \
487	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
488	done
489install: install-am
490install-exec: install-exec-am
491install-data: install-data-am
492uninstall: uninstall-am
493
494install-am: all-am
495	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
496
497installcheck: installcheck-am
498install-strip:
499	if test -z '$(STRIP)'; then \
500	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
501	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
502	      install; \
503	else \
504	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
507	fi
508mostlyclean-generic:
509
510clean-generic:
511
512distclean-generic:
513	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
514	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
515	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
516
517maintainer-clean-generic:
518	@echo "This command is intended for maintainers to use"
519	@echo "it deletes files that may require special tools to rebuild."
520clean: clean-am
521
522clean-am: clean-generic clean-libtool mostlyclean-am
523
524distclean: distclean-am
525	-rm -f Makefile
526distclean-am: clean-am distclean-generic distclean-tags
527
528dvi: dvi-am
529
530dvi-am:
531
532html: html-am
533
534html-am:
535
536info: info-am
537
538info-am:
539
540install-data-am: install-nodist_includeHEADERS
541
542install-dvi: install-dvi-am
543
544install-dvi-am:
545
546install-exec-am:
547
548install-html: install-html-am
549
550install-html-am:
551
552install-info: install-info-am
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-am
559
560install-pdf-am:
561
562install-ps: install-ps-am
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-am
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-am
573
574mostlyclean-am: mostlyclean-generic mostlyclean-libtool
575
576pdf: pdf-am
577
578pdf-am:
579
580ps: ps-am
581
582ps-am:
583
584uninstall-am: uninstall-nodist_includeHEADERS
585
586.MAKE: install-am install-strip
587
588.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
589	clean-libtool cscopelist-am ctags ctags-am distclean \
590	distclean-generic distclean-libtool distclean-tags distdir dvi \
591	dvi-am html html-am info info-am install install-am \
592	install-data install-data-am install-dvi install-dvi-am \
593	install-exec install-exec-am install-html install-html-am \
594	install-info install-info-am install-man \
595	install-nodist_includeHEADERS install-pdf install-pdf-am \
596	install-ps install-ps-am install-strip installcheck \
597	installcheck-am installdirs maintainer-clean \
598	maintainer-clean-generic mostlyclean mostlyclean-generic \
599	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
600	uninstall-am uninstall-nodist_includeHEADERS
601
602.PRECIOUS: Makefile
603
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT:
608