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