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