OSDN Git Service

update autotools
[howm/howm.git] / sample / 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 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = sample
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
93         $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo "  GEN     " $@;
107 am__v_GEN_1 = 
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 = 
112 SOURCES =
113 DIST_SOURCES =
114 am__can_run_installinfo = \
115   case $$AM_UPDATE_INFO_DIR in \
116     n|no|NO) false;; \
117     *) (install-info --version) >/dev/null 2>&1;; \
118   esac
119 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
120 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
121         ChangeLog
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 ACLOCAL = @ACLOCAL@
124 AMTAR = @AMTAR@
125 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126 AUTOCONF = @AUTOCONF@
127 AUTOHEADER = @AUTOHEADER@
128 AUTOMAKE = @AUTOMAKE@
129 AWK = @AWK@
130 CVS = @CVS@
131 CYGPATH_W = @CYGPATH_W@
132 DEFS = @DEFS@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EMACS = @EMACS@
137 INSTALL = @INSTALL@
138 INSTALL_DATA = @INSTALL_DATA@
139 INSTALL_PROGRAM = @INSTALL_PROGRAM@
140 INSTALL_SCRIPT = @INSTALL_SCRIPT@
141 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LN_S = @LN_S@
145 LTLIBOBJS = @LTLIBOBJS@
146 MAINT = @MAINT@
147 MAKEINFO = @MAKEINFO@
148 MKDIR_P = @MKDIR_P@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_NAME = @PACKAGE_NAME@
152 PACKAGE_STRING = @PACKAGE_STRING@
153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_URL = @PACKAGE_URL@
155 PACKAGE_VERSION = @PACKAGE_VERSION@
156 PATH_SEPARATOR = @PATH_SEPARATOR@
157 SET_MAKE = @SET_MAKE@
158 SHELL = @SHELL@
159 STRIP = @STRIP@
160 VERSION = @VERSION@
161 abs_builddir = @abs_builddir@
162 abs_srcdir = @abs_srcdir@
163 abs_top_builddir = @abs_top_builddir@
164 abs_top_srcdir = @abs_top_srcdir@
165 am__leading_dot = @am__leading_dot@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 bindir = @bindir@
169 build = @build@
170 build_alias = @build_alias@
171 build_cpu = @build_cpu@
172 build_os = @build_os@
173 build_vendor = @build_vendor@
174 builddir = @builddir@
175 datadir = @datadir@
176 datarootdir = @datarootdir@
177 docdir = @docdir@
178 dvidir = @dvidir@
179 exec_prefix = @exec_prefix@
180 extdir = @extdir@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 howmdir = @howmdir@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 lispdir = @lispdir@
194 localedir = @localedir@
195 localstatedir = @localstatedir@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 packagedir = @packagedir@
200 pdfdir = @pdfdir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 psdir = @psdir@
204 runstatedir = @runstatedir@
205 sbindir = @sbindir@
206 sharedstatedir = @sharedstatedir@
207 srcdir = @srcdir@
208 sysconfdir = @sysconfdir@
209 target_alias = @target_alias@
210 top_build_prefix = @top_build_prefix@
211 top_builddir = @top_builddir@
212 top_srcdir = @top_srcdir@
213 EXTRA_DIST = search.txt top.txt \
214         dot.emacs bug-report.txt
215
216 all: all-am
217
218 .SUFFIXES:
219 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
220         @for dep in $?; do \
221           case '$(am__configure_deps)' in \
222             *$$dep*) \
223               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
224                 && { if test -f $@; then exit 0; else break; fi; }; \
225               exit 1;; \
226           esac; \
227         done; \
228         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sample/Makefile'; \
229         $(am__cd) $(top_srcdir) && \
230           $(AUTOMAKE) --gnu sample/Makefile
231
232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
235 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
236         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
238         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(am__aclocal_m4_deps):
240 tags TAGS:
241
242 ctags CTAGS:
243
244 cscope cscopelist:
245
246
247 distdir: $(BUILT_SOURCES)
248         $(MAKE) $(AM_MAKEFLAGS) distdir-am
249
250 distdir-am: $(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
280 check-am: all-am
281 check: check-am
282 all-am: Makefile
283 installdirs:
284 install: install-am
285 install-exec: install-exec-am
286 install-data: install-data-am
287 uninstall: uninstall-am
288
289 install-am: all-am
290         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
291
292 installcheck: installcheck-am
293 install-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
303 mostlyclean-generic:
304
305 clean-generic:
306
307 distclean-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
311 maintainer-clean-generic:
312         @echo "This command is intended for maintainers to use"
313         @echo "it deletes files that may require special tools to rebuild."
314 clean: clean-am
315
316 clean-am: clean-generic mostlyclean-am
317
318 distclean: distclean-am
319         -rm -f Makefile
320 distclean-am: clean-am distclean-generic
321
322 dvi: dvi-am
323
324 dvi-am:
325
326 html: html-am
327
328 html-am:
329
330 info: info-am
331
332 info-am:
333
334 install-data-am:
335
336 install-dvi: install-dvi-am
337
338 install-dvi-am:
339
340 install-exec-am:
341
342 install-html: install-html-am
343
344 install-html-am:
345
346 install-info: install-info-am
347
348 install-info-am:
349
350 install-man:
351
352 install-pdf: install-pdf-am
353
354 install-pdf-am:
355
356 install-ps: install-ps-am
357
358 install-ps-am:
359
360 installcheck-am:
361
362 maintainer-clean: maintainer-clean-am
363         -rm -f Makefile
364 maintainer-clean-am: distclean-am maintainer-clean-generic
365
366 mostlyclean: mostlyclean-am
367
368 mostlyclean-am: mostlyclean-generic
369
370 pdf: pdf-am
371
372 pdf-am:
373
374 ps: ps-am
375
376 ps-am:
377
378 uninstall-am:
379
380 .MAKE: install-am install-strip
381
382 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
383         ctags-am distclean distclean-generic distdir dvi dvi-am html \
384         html-am info info-am install install-am install-data \
385         install-data-am install-dvi install-dvi-am install-exec \
386         install-exec-am install-html install-html-am install-info \
387         install-info-am install-man install-pdf install-pdf-am \
388         install-ps install-ps-am install-strip installcheck \
389         installcheck-am installdirs maintainer-clean \
390         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
391         pdf-am ps ps-am tags-am uninstall uninstall-am
392
393 .PRECIOUS: Makefile
394
395
396 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
397         cd $(top_builddir) && \
398         CONFIG_HEADERS= CONFIG_LINKS= \
399         CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
400
401 # Tell versions [3.59,3.63) of GNU make to not export all variables.
402 # Otherwise a system limit (for SysV at least) may be exceeded.
403 .NOEXPORT: