1 | # Makefile.in generated by automake 1.16.5 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994-2021 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 = src/liblzma/api
|
---|
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_capsicum.m4 \
|
---|
94 | $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/getopt.m4 \
|
---|
95 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \
|
---|
96 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
|
---|
97 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
---|
98 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
|
---|
99 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
---|
100 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
---|
101 | $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
---|
102 | $(top_srcdir)/m4/posix-shell.m4 $(top_srcdir)/m4/progtest.m4 \
|
---|
103 | $(top_srcdir)/m4/tuklib_common.m4 \
|
---|
104 | $(top_srcdir)/m4/tuklib_cpucores.m4 \
|
---|
105 | $(top_srcdir)/m4/tuklib_integer.m4 \
|
---|
106 | $(top_srcdir)/m4/tuklib_mbstr.m4 \
|
---|
107 | $(top_srcdir)/m4/tuklib_physmem.m4 \
|
---|
108 | $(top_srcdir)/m4/tuklib_progname.m4 \
|
---|
109 | $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac
|
---|
110 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
111 | $(ACLOCAL_M4)
|
---|
112 | DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \
|
---|
113 | $(am__DIST_COMMON)
|
---|
114 | mkinstalldirs = $(install_sh) -d
|
---|
115 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
116 | CONFIG_CLEAN_FILES =
|
---|
117 | CONFIG_CLEAN_VPATH_FILES =
|
---|
118 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
119 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
120 | am__v_P_0 = false
|
---|
121 | am__v_P_1 = :
|
---|
122 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
123 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
124 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
125 | am__v_GEN_1 =
|
---|
126 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
127 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
128 | am__v_at_0 = @
|
---|
129 | am__v_at_1 =
|
---|
130 | SOURCES =
|
---|
131 | DIST_SOURCES =
|
---|
132 | am__can_run_installinfo = \
|
---|
133 | case $$AM_UPDATE_INFO_DIR in \
|
---|
134 | n|no|NO) false;; \
|
---|
135 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
136 | esac
|
---|
137 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
138 | am__vpath_adj = case $$p in \
|
---|
139 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
140 | *) f=$$p;; \
|
---|
141 | esac;
|
---|
142 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
---|
143 | am__install_max = 40
|
---|
144 | am__nobase_strip_setup = \
|
---|
145 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
---|
146 | am__nobase_strip = \
|
---|
147 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
---|
148 | am__nobase_list = $(am__nobase_strip_setup); \
|
---|
149 | for p in $$list; do echo "$$p $$p"; done | \
|
---|
150 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
---|
151 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
---|
152 | if (++n[$$2] == $(am__install_max)) \
|
---|
153 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
---|
154 | END { for (dir in files) print dir, files[dir] }'
|
---|
155 | am__base_list = \
|
---|
156 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
---|
157 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
---|
158 | am__uninstall_files_from_dir = { \
|
---|
159 | test -z "$$files" \
|
---|
160 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
---|
161 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
---|
162 | $(am__cd) "$$dir" && rm -f $$files; }; \
|
---|
163 | }
|
---|
164 | am__installdirs = "$(DESTDIR)$(includedir)"
|
---|
165 | HEADERS = $(nobase_include_HEADERS)
|
---|
166 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
---|
167 | # Read a list of newline-separated strings from the standard input,
|
---|
168 | # and print each of them once, without duplicates. Input order is
|
---|
169 | # *not* preserved.
|
---|
170 | am__uniquify_input = $(AWK) '\
|
---|
171 | BEGIN { nonempty = 0; } \
|
---|
172 | { items[$$0] = 1; nonempty = 1; } \
|
---|
173 | END { if (nonempty) { for (i in items) print i; }; } \
|
---|
174 | '
|
---|
175 | # Make sure the list of sources is unique. This is necessary because,
|
---|
176 | # e.g., the same source file might be shared among _SOURCES variables
|
---|
177 | # for different programs/libraries.
|
---|
178 | am__define_uniq_tagged_files = \
|
---|
179 | list='$(am__tagged_files)'; \
|
---|
180 | unique=`for i in $$list; do \
|
---|
181 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
182 | done | $(am__uniquify_input)`
|
---|
183 | am__DIST_COMMON = $(srcdir)/Makefile.in
|
---|
184 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
185 | ACLOCAL = @ACLOCAL@
|
---|
186 | AMTAR = @AMTAR@
|
---|
187 | AM_CFLAGS = @AM_CFLAGS@
|
---|
188 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
189 | AR = @AR@
|
---|
190 | AS = @AS@
|
---|
191 | AUTOCONF = @AUTOCONF@
|
---|
192 | AUTOHEADER = @AUTOHEADER@
|
---|
193 | AUTOMAKE = @AUTOMAKE@
|
---|
194 | AWK = @AWK@
|
---|
195 | CAPSICUM_LIB = @CAPSICUM_LIB@
|
---|
196 | CC = @CC@
|
---|
197 | CCAS = @CCAS@
|
---|
198 | CCASDEPMODE = @CCASDEPMODE@
|
---|
199 | CCASFLAGS = @CCASFLAGS@
|
---|
200 | CCDEPMODE = @CCDEPMODE@
|
---|
201 | CFLAGS = @CFLAGS@
|
---|
202 | CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
|
---|
203 | CPP = @CPP@
|
---|
204 | CPPFLAGS = @CPPFLAGS@
|
---|
205 | CSCOPE = @CSCOPE@
|
---|
206 | CTAGS = @CTAGS@
|
---|
207 | CYGPATH_W = @CYGPATH_W@
|
---|
208 | DEFS = @DEFS@
|
---|
209 | DEPDIR = @DEPDIR@
|
---|
210 | DLLTOOL = @DLLTOOL@
|
---|
211 | DSYMUTIL = @DSYMUTIL@
|
---|
212 | DUMPBIN = @DUMPBIN@
|
---|
213 | ECHO_C = @ECHO_C@
|
---|
214 | ECHO_N = @ECHO_N@
|
---|
215 | ECHO_T = @ECHO_T@
|
---|
216 | EGREP = @EGREP@
|
---|
217 | ETAGS = @ETAGS@
|
---|
218 | EXEEXT = @EXEEXT@
|
---|
219 | FGREP = @FGREP@
|
---|
220 | FILECMD = @FILECMD@
|
---|
221 | GETOPT_H = @GETOPT_H@
|
---|
222 | GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
|
---|
223 | GMSGFMT = @GMSGFMT@
|
---|
224 | GMSGFMT_015 = @GMSGFMT_015@
|
---|
225 | GREP = @GREP@
|
---|
226 | HAVE_VISIBILITY = @HAVE_VISIBILITY@
|
---|
227 | INSTALL = @INSTALL@
|
---|
228 | INSTALL_DATA = @INSTALL_DATA@
|
---|
229 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
230 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
231 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
232 | INTLLIBS = @INTLLIBS@
|
---|
233 | INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
---|
234 | LD = @LD@
|
---|
235 | LDFLAGS = @LDFLAGS@
|
---|
236 | LIBICONV = @LIBICONV@
|
---|
237 | LIBINTL = @LIBINTL@
|
---|
238 | LIBOBJS = @LIBOBJS@
|
---|
239 | LIBS = @LIBS@
|
---|
240 | LIBTOOL = @LIBTOOL@
|
---|
241 | LIPO = @LIPO@
|
---|
242 | LN_EXEEXT = @LN_EXEEXT@
|
---|
243 | LN_S = @LN_S@
|
---|
244 | LTLIBICONV = @LTLIBICONV@
|
---|
245 | LTLIBINTL = @LTLIBINTL@
|
---|
246 | LTLIBOBJS = @LTLIBOBJS@
|
---|
247 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
---|
248 | MAKEINFO = @MAKEINFO@
|
---|
249 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
---|
250 | MKDIR_P = @MKDIR_P@
|
---|
251 | MSGFMT = @MSGFMT@
|
---|
252 | MSGMERGE = @MSGMERGE@
|
---|
253 | MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
|
---|
254 | NM = @NM@
|
---|
255 | NMEDIT = @NMEDIT@
|
---|
256 | OBJDUMP = @OBJDUMP@
|
---|
257 | OBJEXT = @OBJEXT@
|
---|
258 | OTOOL = @OTOOL@
|
---|
259 | OTOOL64 = @OTOOL64@
|
---|
260 | PACKAGE = @PACKAGE@
|
---|
261 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
262 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
263 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
264 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
265 | PACKAGE_URL = @PACKAGE_URL@
|
---|
266 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
267 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
268 | POSIX_SHELL = @POSIX_SHELL@
|
---|
269 | POSUB = @POSUB@
|
---|
270 | PREFERABLY_POSIX_SHELL = @PREFERABLY_POSIX_SHELL@
|
---|
271 | PTHREAD_CC = @PTHREAD_CC@
|
---|
272 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
---|
273 | PTHREAD_CXX = @PTHREAD_CXX@
|
---|
274 | PTHREAD_LIBS = @PTHREAD_LIBS@
|
---|
275 | RANLIB = @RANLIB@
|
---|
276 | RC = @RC@
|
---|
277 | SED = @SED@
|
---|
278 | SET_MAKE = @SET_MAKE@
|
---|
279 | SHELL = @SHELL@
|
---|
280 | STRIP = @STRIP@
|
---|
281 | USE_NLS = @USE_NLS@
|
---|
282 | VERSION = @VERSION@
|
---|
283 | XGETTEXT = @XGETTEXT@
|
---|
284 | XGETTEXT_015 = @XGETTEXT_015@
|
---|
285 | XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
|
---|
286 | abs_builddir = @abs_builddir@
|
---|
287 | abs_srcdir = @abs_srcdir@
|
---|
288 | abs_top_builddir = @abs_top_builddir@
|
---|
289 | abs_top_srcdir = @abs_top_srcdir@
|
---|
290 | ac_ct_AR = @ac_ct_AR@
|
---|
291 | ac_ct_CC = @ac_ct_CC@
|
---|
292 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
---|
293 | am__include = @am__include@
|
---|
294 | am__leading_dot = @am__leading_dot@
|
---|
295 | am__quote = @am__quote@
|
---|
296 | am__tar = @am__tar@
|
---|
297 | am__untar = @am__untar@
|
---|
298 | ax_pthread_config = @ax_pthread_config@
|
---|
299 | bindir = @bindir@
|
---|
300 | build = @build@
|
---|
301 | build_alias = @build_alias@
|
---|
302 | build_cpu = @build_cpu@
|
---|
303 | build_os = @build_os@
|
---|
304 | build_vendor = @build_vendor@
|
---|
305 | builddir = @builddir@
|
---|
306 | datadir = @datadir@
|
---|
307 | datarootdir = @datarootdir@
|
---|
308 | docdir = @docdir@
|
---|
309 | dvidir = @dvidir@
|
---|
310 | enable_path_for_scripts = @enable_path_for_scripts@
|
---|
311 | exec_prefix = @exec_prefix@
|
---|
312 | host = @host@
|
---|
313 | host_alias = @host_alias@
|
---|
314 | host_cpu = @host_cpu@
|
---|
315 | host_os = @host_os@
|
---|
316 | host_vendor = @host_vendor@
|
---|
317 | htmldir = @htmldir@
|
---|
318 | includedir = @includedir@
|
---|
319 | infodir = @infodir@
|
---|
320 | install_sh = @install_sh@
|
---|
321 | libdir = @libdir@
|
---|
322 | libexecdir = @libexecdir@
|
---|
323 | localedir = @localedir@
|
---|
324 | localstatedir = @localstatedir@
|
---|
325 | mandir = @mandir@
|
---|
326 | mkdir_p = @mkdir_p@
|
---|
327 | oldincludedir = @oldincludedir@
|
---|
328 | pdfdir = @pdfdir@
|
---|
329 | prefix = @prefix@
|
---|
330 | program_transform_name = @program_transform_name@
|
---|
331 | psdir = @psdir@
|
---|
332 | runstatedir = @runstatedir@
|
---|
333 | sbindir = @sbindir@
|
---|
334 | sharedstatedir = @sharedstatedir@
|
---|
335 | srcdir = @srcdir@
|
---|
336 | sysconfdir = @sysconfdir@
|
---|
337 | target_alias = @target_alias@
|
---|
338 | top_build_prefix = @top_build_prefix@
|
---|
339 | top_builddir = @top_builddir@
|
---|
340 | top_srcdir = @top_srcdir@
|
---|
341 | xz = @xz@
|
---|
342 | nobase_include_HEADERS = \
|
---|
343 | lzma.h \
|
---|
344 | lzma/base.h \
|
---|
345 | lzma/bcj.h \
|
---|
346 | lzma/block.h \
|
---|
347 | lzma/check.h \
|
---|
348 | lzma/container.h \
|
---|
349 | lzma/delta.h \
|
---|
350 | lzma/filter.h \
|
---|
351 | lzma/hardware.h \
|
---|
352 | lzma/index.h \
|
---|
353 | lzma/index_hash.h \
|
---|
354 | lzma/lzma12.h \
|
---|
355 | lzma/stream_flags.h \
|
---|
356 | lzma/version.h \
|
---|
357 | lzma/vli.h
|
---|
358 |
|
---|
359 | all: all-am
|
---|
360 |
|
---|
361 | .SUFFIXES:
|
---|
362 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
363 | @for dep in $?; do \
|
---|
364 | case '$(am__configure_deps)' in \
|
---|
365 | *$$dep*) \
|
---|
366 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
---|
367 | && { if test -f $@; then exit 0; else break; fi; }; \
|
---|
368 | exit 1;; \
|
---|
369 | esac; \
|
---|
370 | done; \
|
---|
371 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/liblzma/api/Makefile'; \
|
---|
372 | $(am__cd) $(top_srcdir) && \
|
---|
373 | $(AUTOMAKE) --foreign src/liblzma/api/Makefile
|
---|
374 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
375 | @case '$?' in \
|
---|
376 | *config.status*) \
|
---|
377 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
---|
378 | *) \
|
---|
379 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
---|
380 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
---|
381 | esac;
|
---|
382 |
|
---|
383 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
384 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
385 |
|
---|
386 | $(top_srcdir)/configure: $(am__configure_deps)
|
---|
387 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
388 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
---|
389 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
390 | $(am__aclocal_m4_deps):
|
---|
391 |
|
---|
392 | mostlyclean-libtool:
|
---|
393 | -rm -f *.lo
|
---|
394 |
|
---|
395 | clean-libtool:
|
---|
396 | -rm -rf .libs _libs
|
---|
397 | install-nobase_includeHEADERS: $(nobase_include_HEADERS)
|
---|
398 | @$(NORMAL_INSTALL)
|
---|
399 | @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
|
---|
400 | if test -n "$$list"; then \
|
---|
401 | echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
---|
402 | $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
---|
403 | fi; \
|
---|
404 | $(am__nobase_list) | while read dir files; do \
|
---|
405 | xfiles=; for file in $$files; do \
|
---|
406 | if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
---|
407 | else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
---|
408 | test -z "$$xfiles" || { \
|
---|
409 | test "x$$dir" = x. || { \
|
---|
410 | echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
|
---|
411 | $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
|
---|
412 | echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
|
---|
413 | $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
|
---|
414 | done
|
---|
415 |
|
---|
416 | uninstall-nobase_includeHEADERS:
|
---|
417 | @$(NORMAL_UNINSTALL)
|
---|
418 | @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
|
---|
419 | $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
---|
420 | dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
---|
421 |
|
---|
422 | ID: $(am__tagged_files)
|
---|
423 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
424 | tags: tags-am
|
---|
425 | TAGS: tags
|
---|
426 |
|
---|
427 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
428 | set x; \
|
---|
429 | here=`pwd`; \
|
---|
430 | $(am__define_uniq_tagged_files); \
|
---|
431 | shift; \
|
---|
432 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
433 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
434 | if test $$# -gt 0; then \
|
---|
435 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
436 | "$$@" $$unique; \
|
---|
437 | else \
|
---|
438 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
439 | $$unique; \
|
---|
440 | fi; \
|
---|
441 | fi
|
---|
442 | ctags: ctags-am
|
---|
443 |
|
---|
444 | CTAGS: ctags
|
---|
445 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
446 | $(am__define_uniq_tagged_files); \
|
---|
447 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
448 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
449 | $$unique
|
---|
450 |
|
---|
451 | GTAGS:
|
---|
452 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
453 | && $(am__cd) $(top_srcdir) \
|
---|
454 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
455 | cscopelist: cscopelist-am
|
---|
456 |
|
---|
457 | cscopelist-am: $(am__tagged_files)
|
---|
458 | list='$(am__tagged_files)'; \
|
---|
459 | case "$(srcdir)" in \
|
---|
460 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
---|
461 | *) sdir=$(subdir)/$(srcdir) ;; \
|
---|
462 | esac; \
|
---|
463 | for i in $$list; do \
|
---|
464 | if test -f "$$i"; then \
|
---|
465 | echo "$(subdir)/$$i"; \
|
---|
466 | else \
|
---|
467 | echo "$$sdir/$$i"; \
|
---|
468 | fi; \
|
---|
469 | done >> $(top_builddir)/cscope.files
|
---|
470 |
|
---|
471 | distclean-tags:
|
---|
472 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
473 | distdir: $(BUILT_SOURCES)
|
---|
474 | $(MAKE) $(AM_MAKEFLAGS) distdir-am
|
---|
475 |
|
---|
476 | distdir-am: $(DISTFILES)
|
---|
477 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
478 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
479 | list='$(DISTFILES)'; \
|
---|
480 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
481 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
482 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
483 | case $$dist_files in \
|
---|
484 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
485 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
486 | sort -u` ;; \
|
---|
487 | esac; \
|
---|
488 | for file in $$dist_files; do \
|
---|
489 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
490 | if test -d $$d/$$file; then \
|
---|
491 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
492 | if test -d "$(distdir)/$$file"; then \
|
---|
493 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
494 | fi; \
|
---|
495 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
496 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
497 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
498 | fi; \
|
---|
499 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
500 | else \
|
---|
501 | test -f "$(distdir)/$$file" \
|
---|
502 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
503 | || exit 1; \
|
---|
504 | fi; \
|
---|
505 | done
|
---|
506 | check-am: all-am
|
---|
507 | check: check-am
|
---|
508 | all-am: Makefile $(HEADERS)
|
---|
509 | installdirs:
|
---|
510 | for dir in "$(DESTDIR)$(includedir)"; do \
|
---|
511 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
512 | done
|
---|
513 | install: install-am
|
---|
514 | install-exec: install-exec-am
|
---|
515 | install-data: install-data-am
|
---|
516 | uninstall: uninstall-am
|
---|
517 |
|
---|
518 | install-am: all-am
|
---|
519 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
520 |
|
---|
521 | installcheck: installcheck-am
|
---|
522 | install-strip:
|
---|
523 | if test -z '$(STRIP)'; then \
|
---|
524 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
525 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
526 | install; \
|
---|
527 | else \
|
---|
528 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
529 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
530 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
531 | fi
|
---|
532 | mostlyclean-generic:
|
---|
533 |
|
---|
534 | clean-generic:
|
---|
535 |
|
---|
536 | distclean-generic:
|
---|
537 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
538 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
539 |
|
---|
540 | maintainer-clean-generic:
|
---|
541 | @echo "This command is intended for maintainers to use"
|
---|
542 | @echo "it deletes files that may require special tools to rebuild."
|
---|
543 | clean: clean-am
|
---|
544 |
|
---|
545 | clean-am: clean-generic clean-libtool mostlyclean-am
|
---|
546 |
|
---|
547 | distclean: distclean-am
|
---|
548 | -rm -f Makefile
|
---|
549 | distclean-am: clean-am distclean-generic distclean-tags
|
---|
550 |
|
---|
551 | dvi: dvi-am
|
---|
552 |
|
---|
553 | dvi-am:
|
---|
554 |
|
---|
555 | html: html-am
|
---|
556 |
|
---|
557 | html-am:
|
---|
558 |
|
---|
559 | info: info-am
|
---|
560 |
|
---|
561 | info-am:
|
---|
562 |
|
---|
563 | install-data-am: install-nobase_includeHEADERS
|
---|
564 |
|
---|
565 | install-dvi: install-dvi-am
|
---|
566 |
|
---|
567 | install-dvi-am:
|
---|
568 |
|
---|
569 | install-exec-am:
|
---|
570 |
|
---|
571 | install-html: install-html-am
|
---|
572 |
|
---|
573 | install-html-am:
|
---|
574 |
|
---|
575 | install-info: install-info-am
|
---|
576 |
|
---|
577 | install-info-am:
|
---|
578 |
|
---|
579 | install-man:
|
---|
580 |
|
---|
581 | install-pdf: install-pdf-am
|
---|
582 |
|
---|
583 | install-pdf-am:
|
---|
584 |
|
---|
585 | install-ps: install-ps-am
|
---|
586 |
|
---|
587 | install-ps-am:
|
---|
588 |
|
---|
589 | installcheck-am:
|
---|
590 |
|
---|
591 | maintainer-clean: maintainer-clean-am
|
---|
592 | -rm -f Makefile
|
---|
593 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
594 |
|
---|
595 | mostlyclean: mostlyclean-am
|
---|
596 |
|
---|
597 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
---|
598 |
|
---|
599 | pdf: pdf-am
|
---|
600 |
|
---|
601 | pdf-am:
|
---|
602 |
|
---|
603 | ps: ps-am
|
---|
604 |
|
---|
605 | ps-am:
|
---|
606 |
|
---|
607 | uninstall-am: uninstall-nobase_includeHEADERS
|
---|
608 |
|
---|
609 | .MAKE: install-am install-strip
|
---|
610 |
|
---|
611 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
---|
612 | clean-libtool cscopelist-am ctags ctags-am distclean \
|
---|
613 | distclean-generic distclean-libtool distclean-tags distdir dvi \
|
---|
614 | dvi-am html html-am info info-am install install-am \
|
---|
615 | install-data install-data-am install-dvi install-dvi-am \
|
---|
616 | install-exec install-exec-am install-html install-html-am \
|
---|
617 | install-info install-info-am install-man \
|
---|
618 | install-nobase_includeHEADERS install-pdf install-pdf-am \
|
---|
619 | install-ps install-ps-am install-strip installcheck \
|
---|
620 | installcheck-am installdirs maintainer-clean \
|
---|
621 | maintainer-clean-generic mostlyclean mostlyclean-generic \
|
---|
622 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
---|
623 | uninstall-am uninstall-nobase_includeHEADERS
|
---|
624 |
|
---|
625 | .PRECIOUS: Makefile
|
---|
626 |
|
---|
627 |
|
---|
628 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
629 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
630 | .NOEXPORT:
|
---|