xref: /netbsd-src/external/bsd/file/dist/python/Makefile.in (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgincludedir = $(includedir)/@PACKAGE@
63pkglibdir = $(libdir)/@PACKAGE@
64pkglibexecdir = $(libexecdir)/@PACKAGE@
65am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66install_sh_DATA = $(install_sh) -c -m 644
67install_sh_PROGRAM = $(install_sh) -c
68install_sh_SCRIPT = $(install_sh) -c
69INSTALL_HEADER = $(INSTALL_DATA)
70transform = $(program_transform_name)
71NORMAL_INSTALL = :
72PRE_INSTALL = :
73POST_INSTALL = :
74NORMAL_UNINSTALL = :
75PRE_UNINSTALL = :
76POST_UNINSTALL = :
77build_triplet = @build@
78host_triplet = @host@
79subdir = python
80DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
83	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
84	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
85	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
104SOURCES =
105DIST_SOURCES =
106am__can_run_installinfo = \
107  case $$AM_UPDATE_INFO_DIR in \
108    n|no|NO) false;; \
109    *) (install-info --version) >/dev/null 2>&1;; \
110  esac
111am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113pkgdatadir = @pkgdatadir@
114ACLOCAL = @ACLOCAL@
115AMTAR = @AMTAR@
116AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117AR = @AR@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
126CPP = @CPP@
127CPPFLAGS = @CPPFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DSYMUTIL = @DSYMUTIL@
133DUMPBIN = @DUMPBIN@
134ECHO_C = @ECHO_C@
135ECHO_N = @ECHO_N@
136ECHO_T = @ECHO_T@
137EGREP = @EGREP@
138EXEEXT = @EXEEXT@
139FGREP = @FGREP@
140GREP = @GREP@
141HAVE_VISIBILITY = @HAVE_VISIBILITY@
142INSTALL = @INSTALL@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147LD = @LD@
148LDFLAGS = @LDFLAGS@
149LIBOBJS = @LIBOBJS@
150LIBS = @LIBS@
151LIBTOOL = @LIBTOOL@
152LIPO = @LIPO@
153LN_S = @LN_S@
154LTLIBOBJS = @LTLIBOBJS@
155MAINT = @MAINT@
156MAKEINFO = @MAKEINFO@
157MANIFEST_TOOL = @MANIFEST_TOOL@
158MINGW = @MINGW@
159MKDIR_P = @MKDIR_P@
160NM = @NM@
161NMEDIT = @NMEDIT@
162OBJDUMP = @OBJDUMP@
163OBJEXT = @OBJEXT@
164OTOOL = @OTOOL@
165OTOOL64 = @OTOOL64@
166PACKAGE = @PACKAGE@
167PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168PACKAGE_NAME = @PACKAGE_NAME@
169PACKAGE_STRING = @PACKAGE_STRING@
170PACKAGE_TARNAME = @PACKAGE_TARNAME@
171PACKAGE_URL = @PACKAGE_URL@
172PACKAGE_VERSION = @PACKAGE_VERSION@
173PATH_SEPARATOR = @PATH_SEPARATOR@
174RANLIB = @RANLIB@
175SED = @SED@
176SET_MAKE = @SET_MAKE@
177SHELL = @SHELL@
178STRIP = @STRIP@
179VERSION = @VERSION@
180WARNINGS = @WARNINGS@
181abs_builddir = @abs_builddir@
182abs_srcdir = @abs_srcdir@
183abs_top_builddir = @abs_top_builddir@
184abs_top_srcdir = @abs_top_srcdir@
185ac_ct_AR = @ac_ct_AR@
186ac_ct_CC = @ac_ct_CC@
187ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
188am__include = @am__include@
189am__leading_dot = @am__leading_dot@
190am__quote = @am__quote@
191am__tar = @am__tar@
192am__untar = @am__untar@
193bindir = @bindir@
194build = @build@
195build_alias = @build_alias@
196build_cpu = @build_cpu@
197build_os = @build_os@
198build_vendor = @build_vendor@
199builddir = @builddir@
200datadir = @datadir@
201datarootdir = @datarootdir@
202docdir = @docdir@
203dvidir = @dvidir@
204exec_prefix = @exec_prefix@
205fsect = @fsect@
206host = @host@
207host_alias = @host_alias@
208host_cpu = @host_cpu@
209host_os = @host_os@
210host_vendor = @host_vendor@
211htmldir = @htmldir@
212includedir = @includedir@
213infodir = @infodir@
214install_sh = @install_sh@
215libdir = @libdir@
216libexecdir = @libexecdir@
217localedir = @localedir@
218localstatedir = @localstatedir@
219mandir = @mandir@
220mkdir_p = @mkdir_p@
221oldincludedir = @oldincludedir@
222pdfdir = @pdfdir@
223prefix = @prefix@
224program_transform_name = @program_transform_name@
225psdir = @psdir@
226sbindir = @sbindir@
227sharedstatedir = @sharedstatedir@
228srcdir = @srcdir@
229sysconfdir = @sysconfdir@
230target_alias = @target_alias@
231top_build_prefix = @top_build_prefix@
232top_builddir = @top_builddir@
233top_srcdir = @top_srcdir@
234EXTRA_DIST = README example.py magic.py setup.py
235all: all-am
236
237.SUFFIXES:
238$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
239	@for dep in $?; do \
240	  case '$(am__configure_deps)' in \
241	    *$$dep*) \
242	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
243	        && { if test -f $@; then exit 0; else break; fi; }; \
244	      exit 1;; \
245	  esac; \
246	done; \
247	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
248	$(am__cd) $(top_srcdir) && \
249	  $(AUTOMAKE) --foreign python/Makefile
250.PRECIOUS: Makefile
251Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252	@case '$?' in \
253	  *config.status*) \
254	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
255	  *) \
256	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
257	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
258	esac;
259
260$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
263$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
266	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267$(am__aclocal_m4_deps):
268
269mostlyclean-libtool:
270	-rm -f *.lo
271
272clean-libtool:
273	-rm -rf .libs _libs
274tags TAGS:
275
276ctags CTAGS:
277
278cscope cscopelist:
279
280
281distdir: $(DISTFILES)
282	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
283	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
284	list='$(DISTFILES)'; \
285	  dist_files=`for file in $$list; do echo $$file; done | \
286	  sed -e "s|^$$srcdirstrip/||;t" \
287	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
288	case $$dist_files in \
289	  */*) $(MKDIR_P) `echo "$$dist_files" | \
290			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
291			   sort -u` ;; \
292	esac; \
293	for file in $$dist_files; do \
294	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
295	  if test -d $$d/$$file; then \
296	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
297	    if test -d "$(distdir)/$$file"; then \
298	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
299	    fi; \
300	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
301	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
302	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
303	    fi; \
304	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
305	  else \
306	    test -f "$(distdir)/$$file" \
307	    || cp -p $$d/$$file "$(distdir)/$$file" \
308	    || exit 1; \
309	  fi; \
310	done
311check-am: all-am
312check: check-am
313all-am: Makefile
314installdirs:
315install: install-am
316install-exec: install-exec-am
317install-data: install-data-am
318uninstall: uninstall-am
319
320install-am: all-am
321	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
323installcheck: installcheck-am
324install-strip:
325	if test -z '$(STRIP)'; then \
326	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
327	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
328	      install; \
329	else \
330	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
331	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
332	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
333	fi
334mostlyclean-generic:
335
336clean-generic:
337
338distclean-generic:
339	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
340	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
341
342maintainer-clean-generic:
343	@echo "This command is intended for maintainers to use"
344	@echo "it deletes files that may require special tools to rebuild."
345clean: clean-am
346
347clean-am: clean-generic clean-libtool mostlyclean-am
348
349distclean: distclean-am
350	-rm -f Makefile
351distclean-am: clean-am distclean-generic
352
353dvi: dvi-am
354
355dvi-am:
356
357html: html-am
358
359html-am:
360
361info: info-am
362
363info-am:
364
365install-data-am:
366
367install-dvi: install-dvi-am
368
369install-dvi-am:
370
371install-exec-am:
372
373install-html: install-html-am
374
375install-html-am:
376
377install-info: install-info-am
378
379install-info-am:
380
381install-man:
382
383install-pdf: install-pdf-am
384
385install-pdf-am:
386
387install-ps: install-ps-am
388
389install-ps-am:
390
391installcheck-am:
392
393maintainer-clean: maintainer-clean-am
394	-rm -f Makefile
395maintainer-clean-am: distclean-am maintainer-clean-generic
396
397mostlyclean: mostlyclean-am
398
399mostlyclean-am: mostlyclean-generic mostlyclean-libtool
400
401pdf: pdf-am
402
403pdf-am:
404
405ps: ps-am
406
407ps-am:
408
409uninstall-am:
410
411.MAKE: install-am install-strip
412
413.PHONY: all all-am check check-am clean clean-generic clean-libtool \
414	cscopelist-am ctags-am distclean distclean-generic \
415	distclean-libtool distdir dvi dvi-am html html-am info info-am \
416	install install-am install-data install-data-am install-dvi \
417	install-dvi-am install-exec install-exec-am install-html \
418	install-html-am install-info install-info-am install-man \
419	install-pdf install-pdf-am install-ps install-ps-am \
420	install-strip installcheck installcheck-am installdirs \
421	maintainer-clean maintainer-clean-generic mostlyclean \
422	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
423	tags-am uninstall uninstall-am
424
425
426# Tell versions [3.59,3.63) of GNU make to not export all variables.
427# Otherwise a system limit (for SysV at least) may be exceeded.
428.NOEXPORT:
429