blob: f811a3e1a734e6b50b657db0d560617e4f448cc6 [file] [log] [blame]
LIU Hao3ebb9282023-11-17 13:11:23 +08001# Makefile.in generated by automake 1.16.5 from Makefile.am.
NightStrike748174d2010-02-24 17:55:02 +00002# @configure_input@
3
LIU Hao3ebb9282023-11-17 13:11:23 +08004# Copyright (C) 1994-2021 Free Software Foundation, Inc.
Jonathan Yongb9d79612014-01-25 03:09:24 +00005
NightStrike748174d2010-02-24 17:55:02 +00006# 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@
David Wohlferde6921b22016-10-17 22:02:44 -070017am__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}
Jonathan Yongb9d79612014-01-25 03:09:24 +000028am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
NightStrike748174d2010-02-24 17:55:02 +000072pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = .
NightStrike748174d2010-02-24 17:55:02 +000091ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
David Wohlferde6921b22016-10-17 22:02:44 -070095DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
96 $(am__configure_deps) $(am__DIST_COMMON)
NightStrike748174d2010-02-24 17:55:02 +000097am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 configure.lineno config.status.lineno
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
Jonathan Yongb9d79612014-01-25 03:09:24 +0000103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo " GEN " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
NightStrike748174d2010-02-24 17:55:02 +0000115SOURCES =
116DIST_SOURCES =
Jonathan Yongb9d79612014-01-25 03:09:24 +0000117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118 ctags-recursive dvi-recursive html-recursive info-recursive \
119 install-data-recursive install-dvi-recursive \
120 install-exec-recursive install-html-recursive \
121 install-info-recursive install-pdf-recursive \
122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
124 tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
NightStrike748174d2010-02-24 17:55:02 +0000130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131 distclean-recursive maintainer-clean-recursive
Jonathan Yongb9d79612014-01-25 03:09:24 +0000132am__recursive_targets = \
133 $(RECURSIVE_TARGETS) \
134 $(RECURSIVE_CLEAN_TARGETS) \
135 $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
LIU Hao3ebb9282023-11-17 13:11:23 +0800137 cscope distdir distdir-am dist dist-all distcheck
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
139 config.h.in
Jonathan Yongb9d79612014-01-25 03:09:24 +0000140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates. Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144 BEGIN { nonempty = 0; } \
145 { items[$$0] = 1; nonempty = 1; } \
146 END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique. This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152 list='$(am__tagged_files)'; \
153 unique=`for i in $$list; do \
154 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155 done | $(am__uniquify_input)`
NightStrike748174d2010-02-24 17:55:02 +0000156DIST_SUBDIRS = mingw-w64-headers mingw-w64-crt \
157 mingw-w64-libraries/libmangle mingw-w64-libraries/pseh \
Jonathan Yonga7a09aa2017-10-06 13:48:09 +0000158 mingw-w64-libraries/winpthreads mingw-w64-tools/gendef \
159 mingw-w64-tools/genidl
David Wohlferde6921b22016-10-17 22:02:44 -0700160am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
161 $(top_srcdir)/build-aux/config.guess \
162 $(top_srcdir)/build-aux/config.sub \
163 $(top_srcdir)/build-aux/install-sh \
164 $(top_srcdir)/build-aux/missing AUTHORS COPYING \
165 build-aux/config.guess build-aux/config.sub \
166 build-aux/install-sh build-aux/missing
NightStrike748174d2010-02-24 17:55:02 +0000167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168distdir = $(PACKAGE)-$(VERSION)
169top_distdir = $(distdir)
170am__remove_distdir = \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000171 if test -d "$(distdir)"; then \
172 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
173 && rm -rf "$(distdir)" \
174 || { sleep 5 && rm -rf "$(distdir)"; }; \
175 else :; fi
176am__post_remove_distdir = $(am__remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000177am__relativize = \
178 dir0=`pwd`; \
179 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
180 sed_rest='s,^[^/]*/*,,'; \
181 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
182 sed_butlast='s,/*[^/]*$$,,'; \
183 while test -n "$$dir1"; do \
184 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
185 if test "$$first" != "."; then \
186 if test "$$first" = ".."; then \
187 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
188 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
189 else \
190 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
191 if test "$$first2" = "$$first"; then \
192 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
193 else \
194 dir2="../$$dir2"; \
195 fi; \
196 dir0="$$dir0"/"$$first"; \
197 fi; \
198 fi; \
199 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
200 done; \
201 reldir="$$dir2"
202DIST_ARCHIVES = $(distdir).tar.gz
203GZIP_ENV = --best
Jonathan Yongb9d79612014-01-25 03:09:24 +0000204DIST_TARGETS = dist-gzip
LIU Hao3ebb9282023-11-17 13:11:23 +0800205# Exists only to be overridden by the user if desired.
206AM_DISTCHECK_DVI_TARGET = dvi
NightStrike748174d2010-02-24 17:55:02 +0000207distuninstallcheck_listfiles = find . -type f -print
Jonathan Yongb9d79612014-01-25 03:09:24 +0000208am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
209 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
NightStrike748174d2010-02-24 17:55:02 +0000210distcleancheck_listfiles = find . -type f -print
211ACLOCAL = @ACLOCAL@
212AMTAR = @AMTAR@
Jonathan Yongb9d79612014-01-25 03:09:24 +0000213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
NightStrike748174d2010-02-24 17:55:02 +0000214AUTOCONF = @AUTOCONF@
215AUTOHEADER = @AUTOHEADER@
216AUTOMAKE = @AUTOMAKE@
217AWK = @AWK@
LIU Hao3ebb9282023-11-17 13:11:23 +0800218CSCOPE = @CSCOPE@
219CTAGS = @CTAGS@
NightStrike748174d2010-02-24 17:55:02 +0000220CYGPATH_W = @CYGPATH_W@
221DEFS = @DEFS@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
LIU Hao3ebb9282023-11-17 13:11:23 +0800225ETAGS = @ETAGS@
NightStrike748174d2010-02-24 17:55:02 +0000226INSTALL = @INSTALL@
227INSTALL_DATA = @INSTALL_DATA@
228INSTALL_PROGRAM = @INSTALL_PROGRAM@
229INSTALL_SCRIPT = @INSTALL_SCRIPT@
230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231LIBOBJS = @LIBOBJS@
232LIBS = @LIBS@
233LTLIBOBJS = @LTLIBOBJS@
234MAINT = @MAINT@
235MAKEINFO = @MAKEINFO@
236MKDIR_P = @MKDIR_P@
237PACKAGE = @PACKAGE@
238PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239PACKAGE_NAME = @PACKAGE_NAME@
240PACKAGE_STRING = @PACKAGE_STRING@
241PACKAGE_TARNAME = @PACKAGE_TARNAME@
242PACKAGE_URL = @PACKAGE_URL@
243PACKAGE_VERSION = @PACKAGE_VERSION@
244PATH_SEPARATOR = @PATH_SEPARATOR@
245SET_MAKE = @SET_MAKE@
246SHELL = @SHELL@
247STRIP = @STRIP@
248VERSION = @VERSION@
249abs_builddir = @abs_builddir@
250abs_srcdir = @abs_srcdir@
251abs_top_builddir = @abs_top_builddir@
252abs_top_srcdir = @abs_top_srcdir@
253am__leading_dot = @am__leading_dot@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283oldincludedir = @oldincludedir@
284pdfdir = @pdfdir@
285prefix = @prefix@
286program_transform_name = @program_transform_name@
287psdir = @psdir@
LIU Haob6de4ef2023-11-16 22:44:40 +0800288runstatedir = @runstatedir@
NightStrike748174d2010-02-24 17:55:02 +0000289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292subdirs = @subdirs@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
298@HEADER_TRUE@MAYBE_HEADER = mingw-w64-headers
299@CRT_TRUE@MAYBE_CRT = mingw-w64-crt
300@LIBRARIES_MANGLE_TRUE@MAYBE_LIBRARIES_MANGLE = mingw-w64-libraries/libmangle
301@LIBRARIES_PSEH_TRUE@MAYBE_LIBRARIES_PSEH = mingw-w64-libraries/pseh
Jonathan Yonga7a09aa2017-10-06 13:48:09 +0000302@LIBRARIES_WINPTHREADS_TRUE@MAYBE_LIBRARIES_WINPTHREADS = mingw-w64-libraries/winpthreads
NightStrike748174d2010-02-24 17:55:02 +0000303@TOOLS_GENDEF_TRUE@MAYBE_TOOLS_GENDEF = mingw-w64-tools/gendef
NightStrikeadb344b2010-02-26 14:13:00 +0000304@TOOLS_GENIDL_TRUE@MAYBE_TOOLS_GENIDL = mingw-w64-tools/genidl
Jonathan Yonga7a09aa2017-10-06 13:48:09 +0000305SUBDIRS = $(MAYBE_HEADER) $(MAYBE_CRT) $(MAYBE_LIBRARIES_MANGLE) $(MAYBE_LIBRARIES_PSEH) $(MAYBE_LIBRARIES_WINPTHREADS) $(MAYBE_TOOLS_GENDEF) $(MAYBE_TOOLS_GENIDL)
NightStrike748174d2010-02-24 17:55:02 +0000306DISTCHECK_CONFIGURE_FLAGS = --with-headers --with-crt --with-libraries=all --with-tools=all
307all: config.h
308 $(MAKE) $(AM_MAKEFLAGS) all-recursive
309
310.SUFFIXES:
Jonathan Yongb9d79612014-01-25 03:09:24 +0000311am--refresh: Makefile
NightStrike748174d2010-02-24 17:55:02 +0000312 @:
313$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
314 @for dep in $?; do \
315 case '$(am__configure_deps)' in \
316 *$$dep*) \
317 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
318 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
319 && exit 0; \
320 exit 1;; \
321 esac; \
322 done; \
323 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
324 $(am__cd) $(top_srcdir) && \
325 $(AUTOMAKE) --foreign Makefile
NightStrike748174d2010-02-24 17:55:02 +0000326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327 @case '$?' in \
328 *config.status*) \
329 echo ' $(SHELL) ./config.status'; \
330 $(SHELL) ./config.status;; \
331 *) \
LIU Hao3ebb9282023-11-17 13:11:23 +0800332 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
333 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
NightStrike748174d2010-02-24 17:55:02 +0000334 esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337 $(SHELL) ./config.status --recheck
338
339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340 $(am__cd) $(srcdir) && $(AUTOCONF)
341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
343$(am__aclocal_m4_deps):
344
345config.h: stamp-h1
Jonathan Yongb9d79612014-01-25 03:09:24 +0000346 @test -f $@ || rm -f stamp-h1
347 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
NightStrike748174d2010-02-24 17:55:02 +0000348
349stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
350 @rm -f stamp-h1
351 cd $(top_builddir) && $(SHELL) ./config.status config.h
352$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
354 rm -f stamp-h1
355 touch $@
356
357distclean-hdr:
358 -rm -f config.h stamp-h1
359
360# This directory's subdirectories are mostly independent; you can cd
Jonathan Yongb9d79612014-01-25 03:09:24 +0000361# into them and run 'make' without going through this Makefile.
362# To change the values of 'make' variables: instead of editing Makefiles,
363# (1) if the variable is set in 'config.status', edit 'config.status'
364# (which will cause the Makefiles to be regenerated when you run 'make');
365# (2) otherwise, pass the desired values on the 'make' command line.
366$(am__recursive_targets):
367 @fail=; \
368 if $(am__make_keepgoing); then \
369 failcom='fail=yes'; \
370 else \
371 failcom='exit 1'; \
372 fi; \
NightStrike748174d2010-02-24 17:55:02 +0000373 dot_seen=no; \
374 target=`echo $@ | sed s/-recursive//`; \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000375 case "$@" in \
376 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377 *) list='$(SUBDIRS)' ;; \
378 esac; \
379 for subdir in $$list; do \
NightStrike748174d2010-02-24 17:55:02 +0000380 echo "Making $$target in $$subdir"; \
381 if test "$$subdir" = "."; then \
382 dot_seen=yes; \
383 local_target="$$target-am"; \
384 else \
385 local_target="$$target"; \
386 fi; \
387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388 || eval $$failcom; \
389 done; \
390 if test "$$dot_seen" = "no"; then \
391 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392 fi; test -z "$$fail"
393
Jonathan Yongb9d79612014-01-25 03:09:24 +0000394ID: $(am__tagged_files)
395 $(am__define_uniq_tagged_files); mkid -fID $$unique
396tags: tags-recursive
397TAGS: tags
NightStrike748174d2010-02-24 17:55:02 +0000398
Jonathan Yongb9d79612014-01-25 03:09:24 +0000399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
NightStrike748174d2010-02-24 17:55:02 +0000400 set x; \
401 here=`pwd`; \
402 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403 include_option=--etags-include; \
404 empty_fix=.; \
405 else \
406 include_option=--include; \
407 empty_fix=; \
408 fi; \
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 if test "$$subdir" = .; then :; else \
411 test ! -f $$subdir/TAGS || \
412 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
413 fi; \
414 done; \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000415 $(am__define_uniq_tagged_files); \
NightStrike748174d2010-02-24 17:55:02 +0000416 shift; \
417 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418 test -n "$$unique" || unique=$$empty_fix; \
419 if test $$# -gt 0; then \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 "$$@" $$unique; \
422 else \
423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424 $$unique; \
425 fi; \
426 fi
Jonathan Yongb9d79612014-01-25 03:09:24 +0000427ctags: ctags-recursive
428
429CTAGS: ctags
430ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
431 $(am__define_uniq_tagged_files); \
NightStrike748174d2010-02-24 17:55:02 +0000432 test -z "$(CTAGS_ARGS)$$unique" \
433 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434 $$unique
435
436GTAGS:
437 here=`$(am__cd) $(top_builddir) && pwd` \
438 && $(am__cd) $(top_srcdir) \
439 && gtags -i $(GTAGS_ARGS) "$$here"
Jonathan Yongb9d79612014-01-25 03:09:24 +0000440cscope: cscope.files
441 test ! -s cscope.files \
442 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
443clean-cscope:
444 -rm -f cscope.files
445cscope.files: clean-cscope cscopelist
446cscopelist: cscopelist-recursive
447
448cscopelist-am: $(am__tagged_files)
449 list='$(am__tagged_files)'; \
450 case "$(srcdir)" in \
451 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
452 *) sdir=$(subdir)/$(srcdir) ;; \
453 esac; \
454 for i in $$list; do \
455 if test -f "$$i"; then \
456 echo "$(subdir)/$$i"; \
457 else \
458 echo "$$sdir/$$i"; \
459 fi; \
460 done >> $(top_builddir)/cscope.files
NightStrike748174d2010-02-24 17:55:02 +0000461
462distclean-tags:
463 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Jonathan Yongb9d79612014-01-25 03:09:24 +0000464 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
LIU Hao3ebb9282023-11-17 13:11:23 +0800465distdir: $(BUILT_SOURCES)
466 $(MAKE) $(AM_MAKEFLAGS) distdir-am
NightStrike748174d2010-02-24 17:55:02 +0000467
LIU Hao3ebb9282023-11-17 13:11:23 +0800468distdir-am: $(DISTFILES)
NightStrike748174d2010-02-24 17:55:02 +0000469 $(am__remove_distdir)
470 test -d "$(distdir)" || mkdir "$(distdir)"
471 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 list='$(DISTFILES)'; \
474 dist_files=`for file in $$list; do echo $$file; done | \
475 sed -e "s|^$$srcdirstrip/||;t" \
476 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477 case $$dist_files in \
478 */*) $(MKDIR_P) `echo "$$dist_files" | \
479 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480 sort -u` ;; \
481 esac; \
482 for file in $$dist_files; do \
483 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484 if test -d $$d/$$file; then \
485 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486 if test -d "$(distdir)/$$file"; then \
487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488 fi; \
489 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492 fi; \
493 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494 else \
495 test -f "$(distdir)/$$file" \
496 || cp -p $$d/$$file "$(distdir)/$$file" \
497 || exit 1; \
498 fi; \
499 done
500 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501 if test "$$subdir" = .; then :; else \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000502 $(am__make_dryrun) \
503 || test -d "$(distdir)/$$subdir" \
504 || $(MKDIR_P) "$(distdir)/$$subdir" \
505 || exit 1; \
NightStrike748174d2010-02-24 17:55:02 +0000506 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
507 $(am__relativize); \
508 new_distdir=$$reldir; \
509 dir1=$$subdir; dir2="$(top_distdir)"; \
510 $(am__relativize); \
511 new_top_distdir=$$reldir; \
512 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
513 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
514 ($(am__cd) $$subdir && \
515 $(MAKE) $(AM_MAKEFLAGS) \
516 top_distdir="$$new_top_distdir" \
517 distdir="$$new_distdir" \
518 am__remove_distdir=: \
519 am__skip_length_check=: \
520 am__skip_mode_fix=: \
521 distdir) \
522 || exit 1; \
523 fi; \
524 done
525 -test -n "$(am__skip_mode_fix)" \
526 || find "$(distdir)" -type d ! -perm -755 \
527 -exec chmod u+rwx,go+rx {} \; -o \
528 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
529 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
530 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
531 || chmod -R a+r "$(distdir)"
532dist-gzip: distdir
LIU Haob6de4ef2023-11-16 22:44:40 +0800533 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Jonathan Yongb9d79612014-01-25 03:09:24 +0000534 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000535
536dist-bzip2: distdir
Jonathan Yongb9d79612014-01-25 03:09:24 +0000537 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
538 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000539
Jonathan Yongb9d79612014-01-25 03:09:24 +0000540dist-lzip: distdir
541 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
542 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000543
544dist-xz: distdir
Jonathan Yongb9d79612014-01-25 03:09:24 +0000545 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
546 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000547
LIU Hao3ebb9282023-11-17 13:11:23 +0800548dist-zstd: distdir
549 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
550 $(am__post_remove_distdir)
551
NightStrike748174d2010-02-24 17:55:02 +0000552dist-tarZ: distdir
David Wohlferde6921b22016-10-17 22:02:44 -0700553 @echo WARNING: "Support for distribution archives compressed with" \
554 "legacy program 'compress' is deprecated." >&2
Jonathan Yongb9d79612014-01-25 03:09:24 +0000555 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
NightStrike748174d2010-02-24 17:55:02 +0000556 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Jonathan Yongb9d79612014-01-25 03:09:24 +0000557 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000558
559dist-shar: distdir
David Wohlferde6921b22016-10-17 22:02:44 -0700560 @echo WARNING: "Support for shar distribution archives is" \
561 "deprecated." >&2
Jonathan Yongb9d79612014-01-25 03:09:24 +0000562 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
LIU Haob6de4ef2023-11-16 22:44:40 +0800563 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Jonathan Yongb9d79612014-01-25 03:09:24 +0000564 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000565
566dist-zip: distdir
567 -rm -f $(distdir).zip
568 zip -rq $(distdir).zip $(distdir)
Jonathan Yongb9d79612014-01-25 03:09:24 +0000569 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000570
Jonathan Yongb9d79612014-01-25 03:09:24 +0000571dist dist-all:
572 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
573 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000574
575# This target untars the dist file and tries a VPATH configuration. Then
576# it guarantees that the distribution is self-contained by making another
577# tarfile.
578distcheck: dist
579 case '$(DIST_ARCHIVES)' in \
580 *.tar.gz*) \
LIU Haob6de4ef2023-11-16 22:44:40 +0800581 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
NightStrike748174d2010-02-24 17:55:02 +0000582 *.tar.bz2*) \
583 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Jonathan Yongb9d79612014-01-25 03:09:24 +0000584 *.tar.lz*) \
585 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
NightStrike748174d2010-02-24 17:55:02 +0000586 *.tar.xz*) \
587 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588 *.tar.Z*) \
589 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590 *.shar.gz*) \
LIU Haob6de4ef2023-11-16 22:44:40 +0800591 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
NightStrike748174d2010-02-24 17:55:02 +0000592 *.zip*) \
593 unzip $(distdir).zip ;;\
LIU Hao3ebb9282023-11-17 13:11:23 +0800594 *.tar.zst*) \
595 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
NightStrike748174d2010-02-24 17:55:02 +0000596 esac
Jonathan Yongb9d79612014-01-25 03:09:24 +0000597 chmod -R a-w $(distdir)
598 chmod u+w $(distdir)
David Wohlferde6921b22016-10-17 22:02:44 -0700599 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
NightStrike748174d2010-02-24 17:55:02 +0000600 chmod a-w $(distdir)
601 test -d $(distdir)/_build || exit 0; \
602 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
603 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
604 && am__cwd=`pwd` \
David Wohlferde6921b22016-10-17 22:02:44 -0700605 && $(am__cd) $(distdir)/_build/sub \
606 && ../../configure \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000607 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
NightStrike748174d2010-02-24 17:55:02 +0000608 $(DISTCHECK_CONFIGURE_FLAGS) \
David Wohlferde6921b22016-10-17 22:02:44 -0700609 --srcdir=../.. --prefix="$$dc_install_base" \
NightStrike748174d2010-02-24 17:55:02 +0000610 && $(MAKE) $(AM_MAKEFLAGS) \
LIU Hao3ebb9282023-11-17 13:11:23 +0800611 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
NightStrike748174d2010-02-24 17:55:02 +0000612 && $(MAKE) $(AM_MAKEFLAGS) check \
613 && $(MAKE) $(AM_MAKEFLAGS) install \
614 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
615 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
616 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617 distuninstallcheck \
618 && chmod -R a-w "$$dc_install_base" \
619 && ({ \
620 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
623 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
624 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
625 } || { rm -rf "$$dc_destdir"; exit 1; }) \
626 && rm -rf "$$dc_destdir" \
627 && $(MAKE) $(AM_MAKEFLAGS) dist \
628 && rm -rf $(DIST_ARCHIVES) \
629 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
630 && cd "$$am__cwd" \
631 || exit 1
Jonathan Yongb9d79612014-01-25 03:09:24 +0000632 $(am__post_remove_distdir)
NightStrike748174d2010-02-24 17:55:02 +0000633 @(echo "$(distdir) archives ready for distribution: "; \
634 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
635 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636distuninstallcheck:
Jonathan Yongb9d79612014-01-25 03:09:24 +0000637 @test -n '$(distuninstallcheck_dir)' || { \
638 echo 'ERROR: trying to run $@ with an empty' \
639 '$$(distuninstallcheck_dir)' >&2; \
640 exit 1; \
641 }; \
642 $(am__cd) '$(distuninstallcheck_dir)' || { \
643 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
644 exit 1; \
645 }; \
646 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
NightStrike748174d2010-02-24 17:55:02 +0000647 || { echo "ERROR: files left after uninstall:" ; \
648 if test -n "$(DESTDIR)"; then \
649 echo " (check DESTDIR support)"; \
650 fi ; \
651 $(distuninstallcheck_listfiles) ; \
652 exit 1; } >&2
653distcleancheck: distclean
654 @if test '$(srcdir)' = . ; then \
655 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
656 exit 1 ; \
657 fi
658 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
659 || { echo "ERROR: files left in build directory after distclean:" ; \
660 $(distcleancheck_listfiles) ; \
661 exit 1; } >&2
662check-am: all-am
663check: check-recursive
664all-am: Makefile config.h
665installdirs: installdirs-recursive
666installdirs-am:
667install: install-recursive
668install-exec: install-exec-recursive
669install-data: install-data-recursive
670uninstall: uninstall-recursive
671
672install-am: all-am
673 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
674
675installcheck: installcheck-recursive
676install-strip:
Jonathan Yongb9d79612014-01-25 03:09:24 +0000677 if test -z '$(STRIP)'; then \
678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680 install; \
681 else \
682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
685 fi
NightStrike748174d2010-02-24 17:55:02 +0000686mostlyclean-generic:
687
688clean-generic:
689
690distclean-generic:
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
692 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
693
694maintainer-clean-generic:
695 @echo "This command is intended for maintainers to use"
696 @echo "it deletes files that may require special tools to rebuild."
697clean: clean-recursive
698
699clean-am: clean-generic mostlyclean-am
700
701distclean: distclean-recursive
702 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
703 -rm -f Makefile
704distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
705
706dvi: dvi-recursive
707
708dvi-am:
709
710html: html-recursive
711
712html-am:
713
714info: info-recursive
715
716info-am:
717
718install-data-am:
719
720install-dvi: install-dvi-recursive
721
722install-dvi-am:
723
724install-exec-am:
725
726install-html: install-html-recursive
727
728install-html-am:
729
730install-info: install-info-recursive
731
732install-info-am:
733
734install-man:
735
736install-pdf: install-pdf-recursive
737
738install-pdf-am:
739
740install-ps: install-ps-recursive
741
742install-ps-am:
743
744installcheck-am:
745
746maintainer-clean: maintainer-clean-recursive
747 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
748 -rm -rf $(top_srcdir)/autom4te.cache
749 -rm -f Makefile
750maintainer-clean-am: distclean-am maintainer-clean-generic
751
752mostlyclean: mostlyclean-recursive
753
754mostlyclean-am: mostlyclean-generic
755
756pdf: pdf-recursive
757
758pdf-am:
759
760ps: ps-recursive
761
762ps-am:
763
764uninstall-am:
765
Jonathan Yongb9d79612014-01-25 03:09:24 +0000766.MAKE: $(am__recursive_targets) all install-am install-strip
NightStrike748174d2010-02-24 17:55:02 +0000767
Jonathan Yongb9d79612014-01-25 03:09:24 +0000768.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
769 am--refresh check check-am clean clean-cscope clean-generic \
770 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
771 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
LIU Hao3ebb9282023-11-17 13:11:23 +0800772 dist-zstd distcheck distclean distclean-generic distclean-hdr \
Jonathan Yongb9d79612014-01-25 03:09:24 +0000773 distclean-tags distcleancheck distdir distuninstallcheck dvi \
774 dvi-am html html-am info info-am install install-am \
775 install-data install-data-am install-dvi install-dvi-am \
776 install-exec install-exec-am install-html install-html-am \
777 install-info install-info-am install-man install-pdf \
778 install-pdf-am install-ps install-ps-am install-strip \
779 installcheck installcheck-am installdirs installdirs-am \
780 maintainer-clean maintainer-clean-generic mostlyclean \
781 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
782 uninstall-am
NightStrike748174d2010-02-24 17:55:02 +0000783
David Wohlferde6921b22016-10-17 22:02:44 -0700784.PRECIOUS: Makefile
785
NightStrike748174d2010-02-24 17:55:02 +0000786
787# Tell versions [3.59,3.63) of GNU make to not export all variables.
788# Otherwise a system limit (for SysV at least) may be exceeded.
789.NOEXPORT: