1 | # Makefile.in generated by automake 1.16.3 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
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 | @SET_MAKE@
|
---|
16 |
|
---|
17 | VPATH = @srcdir@
|
---|
18 | am__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 | }
|
---|
29 | am__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
|
---|
71 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
72 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
73 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
74 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
75 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
76 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
77 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
78 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
79 | install_sh_PROGRAM = $(install_sh) -c
|
---|
80 | install_sh_SCRIPT = $(install_sh) -c
|
---|
81 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
82 | transform = $(program_transform_name)
|
---|
83 | NORMAL_INSTALL = :
|
---|
84 | PRE_INSTALL = :
|
---|
85 | POST_INSTALL = :
|
---|
86 | NORMAL_UNINSTALL = :
|
---|
87 | PRE_UNINSTALL = :
|
---|
88 | POST_UNINSTALL = :
|
---|
89 | build_triplet = @build@
|
---|
90 | host_triplet = @host@
|
---|
91 | subdir = doc
|
---|
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
---|
94 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
---|
95 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
---|
96 | $(top_srcdir)/configure.ac
|
---|
97 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
98 | $(ACLOCAL_M4)
|
---|
99 | DIST_COMMON = $(srcdir)/Makefile.am $(dist_html_DATA) \
|
---|
100 | $(am__DIST_COMMON)
|
---|
101 | mkinstalldirs = $(install_sh) -d
|
---|
102 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
103 | CONFIG_CLEAN_FILES =
|
---|
104 | CONFIG_CLEAN_VPATH_FILES =
|
---|
105 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
106 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
107 | am__v_P_0 = false
|
---|
108 | am__v_P_1 = :
|
---|
109 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
110 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
111 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
112 | am__v_GEN_1 =
|
---|
113 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
114 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
115 | am__v_at_0 = @
|
---|
116 | am__v_at_1 =
|
---|
117 | SOURCES =
|
---|
118 | DIST_SOURCES =
|
---|
119 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
---|
120 | ctags-recursive dvi-recursive html-recursive info-recursive \
|
---|
121 | install-data-recursive install-dvi-recursive \
|
---|
122 | install-exec-recursive install-html-recursive \
|
---|
123 | install-info-recursive install-pdf-recursive \
|
---|
124 | install-ps-recursive install-recursive installcheck-recursive \
|
---|
125 | installdirs-recursive pdf-recursive ps-recursive \
|
---|
126 | tags-recursive uninstall-recursive
|
---|
127 | am__can_run_installinfo = \
|
---|
128 | case $$AM_UPDATE_INFO_DIR in \
|
---|
129 | n|no|NO) false;; \
|
---|
130 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
131 | esac
|
---|
132 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
133 | am__vpath_adj = case $$p in \
|
---|
134 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
135 | *) f=$$p;; \
|
---|
136 | esac;
|
---|
137 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
---|
138 | am__install_max = 40
|
---|
139 | am__nobase_strip_setup = \
|
---|
140 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
---|
141 | am__nobase_strip = \
|
---|
142 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
---|
143 | am__nobase_list = $(am__nobase_strip_setup); \
|
---|
144 | for p in $$list; do echo "$$p $$p"; done | \
|
---|
145 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
---|
146 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
---|
147 | if (++n[$$2] == $(am__install_max)) \
|
---|
148 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
---|
149 | END { for (dir in files) print dir, files[dir] }'
|
---|
150 | am__base_list = \
|
---|
151 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
---|
152 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
---|
153 | am__uninstall_files_from_dir = { \
|
---|
154 | test -z "$$files" \
|
---|
155 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
---|
156 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
---|
157 | $(am__cd) "$$dir" && rm -f $$files; }; \
|
---|
158 | }
|
---|
159 | am__installdirs = "$(DESTDIR)$(htmldir)"
|
---|
160 | DATA = $(dist_html_DATA)
|
---|
161 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
162 | distclean-recursive maintainer-clean-recursive
|
---|
163 | am__recursive_targets = \
|
---|
164 | $(RECURSIVE_TARGETS) \
|
---|
165 | $(RECURSIVE_CLEAN_TARGETS) \
|
---|
166 | $(am__extra_recursive_targets)
|
---|
167 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
---|
168 | distdir distdir-am
|
---|
169 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
---|
170 | # Read a list of newline-separated strings from the standard input,
|
---|
171 | # and print each of them once, without duplicates. Input order is
|
---|
172 | # *not* preserved.
|
---|
173 | am__uniquify_input = $(AWK) '\
|
---|
174 | BEGIN { nonempty = 0; } \
|
---|
175 | { items[$$0] = 1; nonempty = 1; } \
|
---|
176 | END { if (nonempty) { for (i in items) print i; }; } \
|
---|
177 | '
|
---|
178 | # Make sure the list of sources is unique. This is necessary because,
|
---|
179 | # e.g., the same source file might be shared among _SOURCES variables
|
---|
180 | # for different programs/libraries.
|
---|
181 | am__define_uniq_tagged_files = \
|
---|
182 | list='$(am__tagged_files)'; \
|
---|
183 | unique=`for i in $$list; do \
|
---|
184 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
185 | done | $(am__uniquify_input)`
|
---|
186 | ETAGS = etags
|
---|
187 | CTAGS = ctags
|
---|
188 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
189 | am__DIST_COMMON = $(srcdir)/Makefile.in
|
---|
190 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
191 | am__relativize = \
|
---|
192 | dir0=`pwd`; \
|
---|
193 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
---|
194 | sed_rest='s,^[^/]*/*,,'; \
|
---|
195 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
---|
196 | sed_butlast='s,/*[^/]*$$,,'; \
|
---|
197 | while test -n "$$dir1"; do \
|
---|
198 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
---|
199 | if test "$$first" != "."; then \
|
---|
200 | if test "$$first" = ".."; then \
|
---|
201 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
---|
202 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
---|
203 | else \
|
---|
204 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
---|
205 | if test "$$first2" = "$$first"; then \
|
---|
206 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
---|
207 | else \
|
---|
208 | dir2="../$$dir2"; \
|
---|
209 | fi; \
|
---|
210 | dir0="$$dir0"/"$$first"; \
|
---|
211 | fi; \
|
---|
212 | fi; \
|
---|
213 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
---|
214 | done; \
|
---|
215 | reldir="$$dir2"
|
---|
216 | ACLOCAL = @ACLOCAL@
|
---|
217 | AMTAR = @AMTAR@
|
---|
218 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
219 | AR = @AR@
|
---|
220 | AUTOCONF = @AUTOCONF@
|
---|
221 | AUTOHEADER = @AUTOHEADER@
|
---|
222 | AUTOMAKE = @AUTOMAKE@
|
---|
223 | AWK = @AWK@
|
---|
224 | CC = @CC@
|
---|
225 | CCDEPMODE = @CCDEPMODE@
|
---|
226 | CFLAGS = @CFLAGS@
|
---|
227 | CPP = @CPP@
|
---|
228 | CPPFLAGS = @CPPFLAGS@
|
---|
229 | CYGPATH_W = @CYGPATH_W@
|
---|
230 | DEBUG = @DEBUG@
|
---|
231 | DEFS = @DEFS@
|
---|
232 | DEPDIR = @DEPDIR@
|
---|
233 | DLLTOOL = @DLLTOOL@
|
---|
234 | DSYMUTIL = @DSYMUTIL@
|
---|
235 | DUMPBIN = @DUMPBIN@
|
---|
236 | ECHO_C = @ECHO_C@
|
---|
237 | ECHO_N = @ECHO_N@
|
---|
238 | ECHO_T = @ECHO_T@
|
---|
239 | EGREP = @EGREP@
|
---|
240 | EXEEXT = @EXEEXT@
|
---|
241 | FGREP = @FGREP@
|
---|
242 | GREP = @GREP@
|
---|
243 | INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
|
---|
244 | INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
|
---|
245 | INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
|
---|
246 | INSTALL = @INSTALL@
|
---|
247 | INSTALL_DATA = @INSTALL_DATA@
|
---|
248 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
249 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
250 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
251 | LD = @LD@
|
---|
252 | LDFLAGS = @LDFLAGS@
|
---|
253 | LIBOBJS = @LIBOBJS@
|
---|
254 | LIBS = @LIBS@
|
---|
255 | LIBTOOL = @LIBTOOL@
|
---|
256 | LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
---|
257 | LIB_AGE = @LIB_AGE@
|
---|
258 | LIB_CURRENT = @LIB_CURRENT@
|
---|
259 | LIB_REVISION = @LIB_REVISION@
|
---|
260 | LIPO = @LIPO@
|
---|
261 | LN_S = @LN_S@
|
---|
262 | LTLIBOBJS = @LTLIBOBJS@
|
---|
263 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
---|
264 | MAINT = @MAINT@
|
---|
265 | MAKEINFO = @MAKEINFO@
|
---|
266 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
---|
267 | MKDIR_P = @MKDIR_P@
|
---|
268 | NM = @NM@
|
---|
269 | NMEDIT = @NMEDIT@
|
---|
270 | OBJDUMP = @OBJDUMP@
|
---|
271 | OBJEXT = @OBJEXT@
|
---|
272 | OPT = @OPT@
|
---|
273 | OTOOL = @OTOOL@
|
---|
274 | OTOOL64 = @OTOOL64@
|
---|
275 | PACKAGE = @PACKAGE@
|
---|
276 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
277 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
278 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
279 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
280 | PACKAGE_URL = @PACKAGE_URL@
|
---|
281 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
282 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
283 | PROFILE = @PROFILE@
|
---|
284 | RANLIB = @RANLIB@
|
---|
285 | SED = @SED@
|
---|
286 | SET_MAKE = @SET_MAKE@
|
---|
287 | SHELL = @SHELL@
|
---|
288 | SIZE16 = @SIZE16@
|
---|
289 | SIZE32 = @SIZE32@
|
---|
290 | SIZE64 = @SIZE64@
|
---|
291 | STRIP = @STRIP@
|
---|
292 | USIZE16 = @USIZE16@
|
---|
293 | USIZE32 = @USIZE32@
|
---|
294 | USIZE64 = @USIZE64@
|
---|
295 | VERSION = @VERSION@
|
---|
296 | abs_builddir = @abs_builddir@
|
---|
297 | abs_srcdir = @abs_srcdir@
|
---|
298 | abs_top_builddir = @abs_top_builddir@
|
---|
299 | abs_top_srcdir = @abs_top_srcdir@
|
---|
300 | ac_ct_AR = @ac_ct_AR@
|
---|
301 | ac_ct_CC = @ac_ct_CC@
|
---|
302 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
---|
303 | am__include = @am__include@
|
---|
304 | am__leading_dot = @am__leading_dot@
|
---|
305 | am__quote = @am__quote@
|
---|
306 | am__tar = @am__tar@
|
---|
307 | am__untar = @am__untar@
|
---|
308 | bindir = @bindir@
|
---|
309 | build = @build@
|
---|
310 | build_alias = @build_alias@
|
---|
311 | build_cpu = @build_cpu@
|
---|
312 | build_os = @build_os@
|
---|
313 | build_vendor = @build_vendor@
|
---|
314 | builddir = @builddir@
|
---|
315 | datadir = @datadir@
|
---|
316 | datarootdir = @datarootdir@
|
---|
317 | docdir = @docdir@
|
---|
318 | dvidir = @dvidir@
|
---|
319 | exec_prefix = @exec_prefix@
|
---|
320 | host = @host@
|
---|
321 | host_alias = @host_alias@
|
---|
322 | host_cpu = @host_cpu@
|
---|
323 | host_os = @host_os@
|
---|
324 | host_vendor = @host_vendor@
|
---|
325 | htmldir = @htmldir@
|
---|
326 | includedir = @includedir@
|
---|
327 | infodir = @infodir@
|
---|
328 | install_sh = @install_sh@
|
---|
329 | libdir = @libdir@
|
---|
330 | libexecdir = @libexecdir@
|
---|
331 | localedir = @localedir@
|
---|
332 | localstatedir = @localstatedir@
|
---|
333 | mandir = @mandir@
|
---|
334 | mkdir_p = @mkdir_p@
|
---|
335 | oldincludedir = @oldincludedir@
|
---|
336 | pdfdir = @pdfdir@
|
---|
337 | prefix = @prefix@
|
---|
338 | program_transform_name = @program_transform_name@
|
---|
339 | psdir = @psdir@
|
---|
340 | runstatedir = @runstatedir@
|
---|
341 | sbindir = @sbindir@
|
---|
342 | sharedstatedir = @sharedstatedir@
|
---|
343 | srcdir = @srcdir@
|
---|
344 | sysconfdir = @sysconfdir@
|
---|
345 | target_alias = @target_alias@
|
---|
346 | top_build_prefix = @top_build_prefix@
|
---|
347 | top_builddir = @top_builddir@
|
---|
348 | top_srcdir = @top_srcdir@
|
---|
349 | SUBDIRS = libogg
|
---|
350 | dist_html_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
|
---|
351 | fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \
|
---|
352 | vorbisword2.png white-ogg.png white-xifish.png \
|
---|
353 | rfc3533.txt rfc5334.txt skeleton.html
|
---|
354 |
|
---|
355 | all: all-recursive
|
---|
356 |
|
---|
357 | .SUFFIXES:
|
---|
358 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
359 | @for dep in $?; do \
|
---|
360 | case '$(am__configure_deps)' in \
|
---|
361 | *$$dep*) \
|
---|
362 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
---|
363 | && { if test -f $@; then exit 0; else break; fi; }; \
|
---|
364 | exit 1;; \
|
---|
365 | esac; \
|
---|
366 | done; \
|
---|
367 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
|
---|
368 | $(am__cd) $(top_srcdir) && \
|
---|
369 | $(AUTOMAKE) --foreign doc/Makefile
|
---|
370 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
371 | @case '$?' in \
|
---|
372 | *config.status*) \
|
---|
373 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
---|
374 | *) \
|
---|
375 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
---|
376 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
---|
377 | esac;
|
---|
378 |
|
---|
379 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
380 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
381 |
|
---|
382 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
383 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
384 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
385 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
386 | $(am__aclocal_m4_deps):
|
---|
387 |
|
---|
388 | mostlyclean-libtool:
|
---|
389 | -rm -f *.lo
|
---|
390 |
|
---|
391 | clean-libtool:
|
---|
392 | -rm -rf .libs _libs
|
---|
393 | install-dist_htmlDATA: $(dist_html_DATA)
|
---|
394 | @$(NORMAL_INSTALL)
|
---|
395 | @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
|
---|
396 | if test -n "$$list"; then \
|
---|
397 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
|
---|
398 | $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
|
---|
399 | fi; \
|
---|
400 | for p in $$list; do \
|
---|
401 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
402 | echo "$$d$$p"; \
|
---|
403 | done | $(am__base_list) | \
|
---|
404 | while read files; do \
|
---|
405 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
|
---|
406 | $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
|
---|
407 | done
|
---|
408 |
|
---|
409 | uninstall-dist_htmlDATA:
|
---|
410 | @$(NORMAL_UNINSTALL)
|
---|
411 | @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
|
---|
412 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
---|
413 | dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
|
---|
414 |
|
---|
415 | # This directory's subdirectories are mostly independent; you can cd
|
---|
416 | # into them and run 'make' without going through this Makefile.
|
---|
417 | # To change the values of 'make' variables: instead of editing Makefiles,
|
---|
418 | # (1) if the variable is set in 'config.status', edit 'config.status'
|
---|
419 | # (which will cause the Makefiles to be regenerated when you run 'make');
|
---|
420 | # (2) otherwise, pass the desired values on the 'make' command line.
|
---|
421 | $(am__recursive_targets):
|
---|
422 | @fail=; \
|
---|
423 | if $(am__make_keepgoing); then \
|
---|
424 | failcom='fail=yes'; \
|
---|
425 | else \
|
---|
426 | failcom='exit 1'; \
|
---|
427 | fi; \
|
---|
428 | dot_seen=no; \
|
---|
429 | target=`echo $@ | sed s/-recursive//`; \
|
---|
430 | case "$@" in \
|
---|
431 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
432 | *) list='$(SUBDIRS)' ;; \
|
---|
433 | esac; \
|
---|
434 | for subdir in $$list; do \
|
---|
435 | echo "Making $$target in $$subdir"; \
|
---|
436 | if test "$$subdir" = "."; then \
|
---|
437 | dot_seen=yes; \
|
---|
438 | local_target="$$target-am"; \
|
---|
439 | else \
|
---|
440 | local_target="$$target"; \
|
---|
441 | fi; \
|
---|
442 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
443 | || eval $$failcom; \
|
---|
444 | done; \
|
---|
445 | if test "$$dot_seen" = "no"; then \
|
---|
446 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
447 | fi; test -z "$$fail"
|
---|
448 |
|
---|
449 | ID: $(am__tagged_files)
|
---|
450 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
451 | tags: tags-recursive
|
---|
452 | TAGS: tags
|
---|
453 |
|
---|
454 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
455 | set x; \
|
---|
456 | here=`pwd`; \
|
---|
457 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
---|
458 | include_option=--etags-include; \
|
---|
459 | empty_fix=.; \
|
---|
460 | else \
|
---|
461 | include_option=--include; \
|
---|
462 | empty_fix=; \
|
---|
463 | fi; \
|
---|
464 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
465 | if test "$$subdir" = .; then :; else \
|
---|
466 | test ! -f $$subdir/TAGS || \
|
---|
467 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
---|
468 | fi; \
|
---|
469 | done; \
|
---|
470 | $(am__define_uniq_tagged_files); \
|
---|
471 | shift; \
|
---|
472 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
473 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
474 | if test $$# -gt 0; then \
|
---|
475 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
476 | "$$@" $$unique; \
|
---|
477 | else \
|
---|
478 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
479 | $$unique; \
|
---|
480 | fi; \
|
---|
481 | fi
|
---|
482 | ctags: ctags-recursive
|
---|
483 |
|
---|
484 | CTAGS: ctags
|
---|
485 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
486 | $(am__define_uniq_tagged_files); \
|
---|
487 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
488 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
489 | $$unique
|
---|
490 |
|
---|
491 | GTAGS:
|
---|
492 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
493 | && $(am__cd) $(top_srcdir) \
|
---|
494 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
495 | cscopelist: cscopelist-recursive
|
---|
496 |
|
---|
497 | cscopelist-am: $(am__tagged_files)
|
---|
498 | list='$(am__tagged_files)'; \
|
---|
499 | case "$(srcdir)" in \
|
---|
500 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
---|
501 | *) sdir=$(subdir)/$(srcdir) ;; \
|
---|
502 | esac; \
|
---|
503 | for i in $$list; do \
|
---|
504 | if test -f "$$i"; then \
|
---|
505 | echo "$(subdir)/$$i"; \
|
---|
506 | else \
|
---|
507 | echo "$$sdir/$$i"; \
|
---|
508 | fi; \
|
---|
509 | done >> $(top_builddir)/cscope.files
|
---|
510 |
|
---|
511 | distclean-tags:
|
---|
512 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
513 |
|
---|
514 | distdir: $(BUILT_SOURCES)
|
---|
515 | $(MAKE) $(AM_MAKEFLAGS) distdir-am
|
---|
516 |
|
---|
517 | distdir-am: $(DISTFILES)
|
---|
518 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
519 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
520 | list='$(DISTFILES)'; \
|
---|
521 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
522 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
523 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
524 | case $$dist_files in \
|
---|
525 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
526 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
527 | sort -u` ;; \
|
---|
528 | esac; \
|
---|
529 | for file in $$dist_files; do \
|
---|
530 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
531 | if test -d $$d/$$file; then \
|
---|
532 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
533 | if test -d "$(distdir)/$$file"; then \
|
---|
534 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
535 | fi; \
|
---|
536 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
537 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
538 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
539 | fi; \
|
---|
540 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
541 | else \
|
---|
542 | test -f "$(distdir)/$$file" \
|
---|
543 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
544 | || exit 1; \
|
---|
545 | fi; \
|
---|
546 | done
|
---|
547 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
548 | if test "$$subdir" = .; then :; else \
|
---|
549 | $(am__make_dryrun) \
|
---|
550 | || test -d "$(distdir)/$$subdir" \
|
---|
551 | || $(MKDIR_P) "$(distdir)/$$subdir" \
|
---|
552 | || exit 1; \
|
---|
553 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
---|
554 | $(am__relativize); \
|
---|
555 | new_distdir=$$reldir; \
|
---|
556 | dir1=$$subdir; dir2="$(top_distdir)"; \
|
---|
557 | $(am__relativize); \
|
---|
558 | new_top_distdir=$$reldir; \
|
---|
559 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
---|
560 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
---|
561 | ($(am__cd) $$subdir && \
|
---|
562 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
563 | top_distdir="$$new_top_distdir" \
|
---|
564 | distdir="$$new_distdir" \
|
---|
565 | am__remove_distdir=: \
|
---|
566 | am__skip_length_check=: \
|
---|
567 | am__skip_mode_fix=: \
|
---|
568 | distdir) \
|
---|
569 | || exit 1; \
|
---|
570 | fi; \
|
---|
571 | done
|
---|
572 | check-am: all-am
|
---|
573 | check: check-recursive
|
---|
574 | all-am: Makefile $(DATA)
|
---|
575 | installdirs: installdirs-recursive
|
---|
576 | installdirs-am:
|
---|
577 | for dir in "$(DESTDIR)$(htmldir)"; do \
|
---|
578 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
579 | done
|
---|
580 | install: install-recursive
|
---|
581 | install-exec: install-exec-recursive
|
---|
582 | install-data: install-data-recursive
|
---|
583 | uninstall: uninstall-recursive
|
---|
584 |
|
---|
585 | install-am: all-am
|
---|
586 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
587 |
|
---|
588 | installcheck: installcheck-recursive
|
---|
589 | install-strip:
|
---|
590 | if test -z '$(STRIP)'; then \
|
---|
591 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
592 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
593 | install; \
|
---|
594 | else \
|
---|
595 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
596 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
597 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
598 | fi
|
---|
599 | mostlyclean-generic:
|
---|
600 |
|
---|
601 | clean-generic:
|
---|
602 |
|
---|
603 | distclean-generic:
|
---|
604 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
605 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
606 |
|
---|
607 | maintainer-clean-generic:
|
---|
608 | @echo "This command is intended for maintainers to use"
|
---|
609 | @echo "it deletes files that may require special tools to rebuild."
|
---|
610 | clean: clean-recursive
|
---|
611 |
|
---|
612 | clean-am: clean-generic clean-libtool mostlyclean-am
|
---|
613 |
|
---|
614 | distclean: distclean-recursive
|
---|
615 | -rm -f Makefile
|
---|
616 | distclean-am: clean-am distclean-generic distclean-tags
|
---|
617 |
|
---|
618 | dvi: dvi-recursive
|
---|
619 |
|
---|
620 | dvi-am:
|
---|
621 |
|
---|
622 | html: html-recursive
|
---|
623 |
|
---|
624 | html-am:
|
---|
625 |
|
---|
626 | info: info-recursive
|
---|
627 |
|
---|
628 | info-am:
|
---|
629 |
|
---|
630 | install-data-am: install-dist_htmlDATA
|
---|
631 |
|
---|
632 | install-dvi: install-dvi-recursive
|
---|
633 |
|
---|
634 | install-dvi-am:
|
---|
635 |
|
---|
636 | install-exec-am:
|
---|
637 |
|
---|
638 | install-html: install-html-recursive
|
---|
639 |
|
---|
640 | install-html-am:
|
---|
641 |
|
---|
642 | install-info: install-info-recursive
|
---|
643 |
|
---|
644 | install-info-am:
|
---|
645 |
|
---|
646 | install-man:
|
---|
647 |
|
---|
648 | install-pdf: install-pdf-recursive
|
---|
649 |
|
---|
650 | install-pdf-am:
|
---|
651 |
|
---|
652 | install-ps: install-ps-recursive
|
---|
653 |
|
---|
654 | install-ps-am:
|
---|
655 |
|
---|
656 | installcheck-am:
|
---|
657 |
|
---|
658 | maintainer-clean: maintainer-clean-recursive
|
---|
659 | -rm -f Makefile
|
---|
660 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
661 |
|
---|
662 | mostlyclean: mostlyclean-recursive
|
---|
663 |
|
---|
664 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
---|
665 |
|
---|
666 | pdf: pdf-recursive
|
---|
667 |
|
---|
668 | pdf-am:
|
---|
669 |
|
---|
670 | ps: ps-recursive
|
---|
671 |
|
---|
672 | ps-am:
|
---|
673 |
|
---|
674 | uninstall-am: uninstall-dist_htmlDATA
|
---|
675 |
|
---|
676 | .MAKE: $(am__recursive_targets) install-am install-strip
|
---|
677 |
|
---|
678 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
---|
679 | check-am clean clean-generic clean-libtool cscopelist-am ctags \
|
---|
680 | ctags-am distclean distclean-generic distclean-libtool \
|
---|
681 | distclean-tags distdir dvi dvi-am html html-am info info-am \
|
---|
682 | install install-am install-data install-data-am \
|
---|
683 | install-dist_htmlDATA install-dvi install-dvi-am install-exec \
|
---|
684 | install-exec-am install-html install-html-am install-info \
|
---|
685 | install-info-am install-man install-pdf install-pdf-am \
|
---|
686 | install-ps install-ps-am install-strip installcheck \
|
---|
687 | installcheck-am installdirs installdirs-am maintainer-clean \
|
---|
688 | maintainer-clean-generic mostlyclean mostlyclean-generic \
|
---|
689 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
---|
690 | uninstall-am uninstall-dist_htmlDATA
|
---|
691 |
|
---|
692 | .PRECIOUS: Makefile
|
---|
693 |
|
---|
694 |
|
---|
695 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
696 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
697 | .NOEXPORT:
|
---|