• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 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# Root automake makefile for libexif
18#
19# Copyright (c) 2001-2020 Lutz Mueller <lutz@users.sourceforge.net>, et. al.
20# SPDX-License-Identifier: LGPL-2.0-or-later
21
22VPATH = @srcdir@
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78am__rm_f = rm -f $(am__rm_f_notfound)
79am__rm_rf = rm -rf $(am__rm_f_notfound)
80pkgdatadir = $(datadir)/@PACKAGE@
81pkgincludedir = $(includedir)/@PACKAGE@
82pkglibdir = $(libdir)/@PACKAGE@
83pkglibexecdir = $(libexecdir)/@PACKAGE@
84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85install_sh_DATA = $(install_sh) -c -m 644
86install_sh_PROGRAM = $(install_sh) -c
87install_sh_SCRIPT = $(install_sh) -c
88INSTALL_HEADER = $(INSTALL_DATA)
89transform = $(program_transform_name)
90NORMAL_INSTALL = :
91PRE_INSTALL = :
92POST_INSTALL = :
93NORMAL_UNINSTALL = :
94PRE_UNINSTALL = :
95POST_UNINSTALL = :
96build_triplet = @build@
97host_triplet = @host@
98subdir = .
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/m4m/failmalloc.m4 \
101	$(top_srcdir)/m4m/gp-check-shell-environment.m4 \
102	$(top_srcdir)/m4m/gp-config-msg.m4 \
103	$(top_srcdir)/m4m/gp-documentation.m4 \
104	$(top_srcdir)/m4m/gp-gettext-hack.m4 \
105	$(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
106	$(top_srcdir)/auto-m4/iconv.m4 \
107	$(top_srcdir)/auto-m4/intlmacosx.m4 \
108	$(top_srcdir)/auto-m4/lib-ld.m4 \
109	$(top_srcdir)/auto-m4/lib-link.m4 \
110	$(top_srcdir)/auto-m4/lib-prefix.m4 \
111	$(top_srcdir)/auto-m4/libtool.m4 \
112	$(top_srcdir)/auto-m4/ltoptions.m4 \
113	$(top_srcdir)/auto-m4/ltsugar.m4 \
114	$(top_srcdir)/auto-m4/ltversion.m4 \
115	$(top_srcdir)/auto-m4/lt~obsolete.m4 \
116	$(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
117	$(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
121	$(am__configure_deps) $(am__DIST_COMMON)
122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
125CONFIG_HEADER = config.h
126CONFIG_CLEAN_FILES = libexif.spec libexif.pc libexif-uninstalled.pc
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
140SOURCES =
141DIST_SOURCES =
142RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
143	ctags-recursive dvi-recursive html-recursive info-recursive \
144	install-data-recursive install-dvi-recursive \
145	install-exec-recursive install-html-recursive \
146	install-info-recursive install-pdf-recursive \
147	install-ps-recursive install-recursive installcheck-recursive \
148	installdirs-recursive pdf-recursive ps-recursive \
149	tags-recursive uninstall-recursive
150am__can_run_installinfo = \
151  case $$AM_UPDATE_INFO_DIR in \
152    n|no|NO) false;; \
153    *) (install-info --version) >/dev/null 2>&1;; \
154  esac
155am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
156am__vpath_adj = case $$p in \
157    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158    *) f=$$p;; \
159  esac;
160am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
161am__install_max = 40
162am__nobase_strip_setup = \
163  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
164am__nobase_strip = \
165  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
166am__nobase_list = $(am__nobase_strip_setup); \
167  for p in $$list; do echo "$$p $$p"; done | \
168  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
169  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
170    if (++n[$$2] == $(am__install_max)) \
171      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
172    END { for (dir in files) print dir, files[dir] }'
173am__base_list = \
174  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
175  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
176am__uninstall_files_from_dir = { \
177  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
180  }
181am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
182DATA = $(doc_DATA) $(noinst_DATA) $(pkgconfig_DATA)
183RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
184  distclean-recursive maintainer-clean-recursive
185am__recursive_targets = \
186  $(RECURSIVE_TARGETS) \
187  $(RECURSIVE_CLEAN_TARGETS) \
188  $(am__extra_recursive_targets)
189AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
190	cscope distdir distdir-am dist dist-all distcheck
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
192	config.h.in
193# Read a list of newline-separated strings from the standard input,
194# and print each of them once, without duplicates.  Input order is
195# *not* preserved.
196am__uniquify_input = $(AWK) '\
197  BEGIN { nonempty = 0; } \
198  { items[$$0] = 1; nonempty = 1; } \
199  END { if (nonempty) { for (i in items) print i; }; } \
200'
201# Make sure the list of sources is unique.  This is necessary because,
202# e.g., the same source file might be shared among _SOURCES variables
203# for different programs/libraries.
204am__define_uniq_tagged_files = \
205  list='$(am__tagged_files)'; \
206  unique=`for i in $$list; do \
207    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208  done | $(am__uniquify_input)`
209DIST_SUBDIRS = $(SUBDIRS)
210am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
211	$(srcdir)/libexif-uninstalled.pc.in $(srcdir)/libexif.pc.in \
212	$(srcdir)/libexif.spec.in ABOUT-NLS AUTHORS COPYING ChangeLog \
213	INSTALL NEWS README TODO ar-lib compile config.guess \
214	config.rpath config.sub install-sh ltmain.sh missing \
215	mkinstalldirs
216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217distdir = $(PACKAGE)-$(VERSION)
218top_distdir = $(distdir)
219am__remove_distdir = \
220  if test -d "$(distdir)"; then \
221    find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
222      ; rm -rf "$(distdir)" \
223      || { sleep 5 && rm -rf "$(distdir)"; }; \
224  else :; fi
225am__post_remove_distdir = $(am__remove_distdir)
226am__relativize = \
227  dir0=`pwd`; \
228  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
229  sed_rest='s,^[^/]*/*,,'; \
230  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
231  sed_butlast='s,/*[^/]*$$,,'; \
232  while test -n "$$dir1"; do \
233    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
234    if test "$$first" != "."; then \
235      if test "$$first" = ".."; then \
236        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
237        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
238      else \
239        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
240        if test "$$first2" = "$$first"; then \
241          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
242        else \
243          dir2="../$$dir2"; \
244        fi; \
245        dir0="$$dir0"/"$$first"; \
246      fi; \
247    fi; \
248    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
249  done; \
250  reldir="$$dir2"
251DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz \
252	$(distdir).zip
253GZIP_ENV = -9
254DIST_TARGETS = dist-xz dist-bzip2 dist-gzip dist-zip
255# Exists only to be overridden by the user if desired.
256AM_DISTCHECK_DVI_TARGET = dvi
257distuninstallcheck_listfiles = find . -type f -print
258am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260distcleancheck_listfiles = \
261  find . \( -type f -a \! \
262            \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
263ACLOCAL = @ACLOCAL@
264AMTAR = @AMTAR@
265AM_CPPFLAGS = @AM_CPPFLAGS@
266AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
267AM_LDFLAGS = @AM_LDFLAGS@
268AR = @AR@
269AS = @AS@
270AUTOCONF = @AUTOCONF@
271AUTOHEADER = @AUTOHEADER@
272AUTOMAKE = @AUTOMAKE@
273AWK = @AWK@
274CC = @CC@
275CCDEPMODE = @CCDEPMODE@
276CFLAGS = @CFLAGS@
277CPP = @CPP@
278CPPFLAGS = @CPPFLAGS@
279CSCOPE = @CSCOPE@
280CTAGS = @CTAGS@
281CYGPATH_W = @CYGPATH_W@
282DEFS = @DEFS@
283DEPDIR = @DEPDIR@
284DIFF = @DIFF@
285DIFF_U = @DIFF_U@
286DLLTOOL = @DLLTOOL@
287DOT = @DOT@
288DOXYGEN = @DOXYGEN@
289DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@
290DSYMUTIL = @DSYMUTIL@
291DUMPBIN = @DUMPBIN@
292ECHO_C = @ECHO_C@
293ECHO_N = @ECHO_N@
294ECHO_T = @ECHO_T@
295EGREP = @EGREP@
296ETAGS = @ETAGS@
297EXEEXT = @EXEEXT@
298FAILMALLOC_PATH = @FAILMALLOC_PATH@
299FGREP = @FGREP@
300FILECMD = @FILECMD@
301GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
302GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
303GMSGFMT = @GMSGFMT@
304GMSGFMT_015 = @GMSGFMT_015@
305GREP = @GREP@
306HAVE_DOT = @HAVE_DOT@
307HTML_APIDOC_DIR = @HTML_APIDOC_DIR@
308HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@
309INSTALL = @INSTALL@
310INSTALL_DATA = @INSTALL_DATA@
311INSTALL_PROGRAM = @INSTALL_PROGRAM@
312INSTALL_SCRIPT = @INSTALL_SCRIPT@
313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
314INTLLIBS = @INTLLIBS@
315INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
316LD = @LD@
317LDFLAGS = @LDFLAGS@
318LIBEXIF_AGE = @LIBEXIF_AGE@
319LIBEXIF_CURRENT = @LIBEXIF_CURRENT@
320LIBEXIF_CURRENT_MIN = @LIBEXIF_CURRENT_MIN@
321LIBEXIF_REVISION = @LIBEXIF_REVISION@
322LIBEXIF_VERSION_INFO = @LIBEXIF_VERSION_INFO@
323LIBICONV = @LIBICONV@
324LIBINTL = @LIBINTL@
325LIBOBJS = @LIBOBJS@
326LIBS = @LIBS@
327LIBTOOL = @LIBTOOL@
328LIPO = @LIPO@
329LN_S = @LN_S@
330LTLIBICONV = @LTLIBICONV@
331LTLIBINTL = @LTLIBINTL@
332LTLIBOBJS = @LTLIBOBJS@
333LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
334MAINT = @MAINT@
335MAKEINFO = @MAKEINFO@
336MANIFEST_TOOL = @MANIFEST_TOOL@
337MKDIR_P = @MKDIR_P@
338MSGFMT = @MSGFMT@
339MSGFMT_015 = @MSGFMT_015@
340MSGMERGE = @MSGMERGE@
341NM = @NM@
342NMEDIT = @NMEDIT@
343OBJDUMP = @OBJDUMP@
344OBJEXT = @OBJEXT@
345OTOOL = @OTOOL@
346OTOOL64 = @OTOOL64@
347PACKAGE = @PACKAGE@
348PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349PACKAGE_NAME = @PACKAGE_NAME@
350PACKAGE_STRING = @PACKAGE_STRING@
351PACKAGE_TARNAME = @PACKAGE_TARNAME@
352PACKAGE_URL = @PACKAGE_URL@
353PACKAGE_VERSION = @PACKAGE_VERSION@
354PATH_SEPARATOR = @PATH_SEPARATOR@
355POSUB = @POSUB@
356RANLIB = @RANLIB@
357SED = @SED@
358SET_MAKE = @SET_MAKE@
359SHELL = @SHELL@
360STRIP = @STRIP@
361USE_NLS = @USE_NLS@
362VERSION = @VERSION@
363XGETTEXT = @XGETTEXT@
364XGETTEXT_015 = @XGETTEXT_015@
365XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
366abs_builddir = @abs_builddir@
367abs_srcdir = @abs_srcdir@
368abs_top_builddir = @abs_top_builddir@
369abs_top_srcdir = @abs_top_srcdir@
370ac_ct_AR = @ac_ct_AR@
371ac_ct_CC = @ac_ct_CC@
372ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
373am__include = @am__include@
374am__leading_dot = @am__leading_dot@
375am__quote = @am__quote@
376am__rm_f_notfound = @am__rm_f_notfound@
377am__tar = @am__tar@
378am__untar = @am__untar@
379am__xargs_n = @am__xargs_n@
380bindir = @bindir@
381build = @build@
382build_alias = @build_alias@
383build_cpu = @build_cpu@
384build_os = @build_os@
385build_vendor = @build_vendor@
386builddir = @builddir@
387datadir = @datadir@
388datarootdir = @datarootdir@
389docdir = @docdir@
390dvidir = @dvidir@
391exec_prefix = @exec_prefix@
392host = @host@
393host_alias = @host_alias@
394host_cpu = @host_cpu@
395host_os = @host_os@
396host_vendor = @host_vendor@
397htmldir = @htmldir@
398includedir = @includedir@
399infodir = @infodir@
400install_sh = @install_sh@
401libdir = @libdir@
402libexecdir = @libexecdir@
403localedir = @localedir@
404localstatedir = @localstatedir@
405mandir = @mandir@
406mkdir_p = @mkdir_p@
407oldincludedir = @oldincludedir@
408pdfdir = @pdfdir@
409prefix = @prefix@
410program_transform_name = @program_transform_name@
411psdir = @psdir@
412runstatedir = @runstatedir@
413sbindir = @sbindir@
414sharedstatedir = @sharedstatedir@
415srcdir = @srcdir@
416sysconfdir = @sysconfdir@
417target_alias = @target_alias@
418top_build_prefix = @top_build_prefix@
419top_builddir = @top_builddir@
420top_srcdir = @top_srcdir@
421SUBDIRS = m4m po libexif test doc binary-dist contrib
422EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt libexif.pc.in \
423	libexif-uninstalled.pc.in SECURITY.md
424pkgconfigdir = $(libdir)/pkgconfig
425pkgconfig_DATA = libexif.pc
426noinst_DATA = libexif-uninstalled.pc
427ACLOCAL_AMFLAGS = -I auto-m4 -I m4m
428doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md
429all: config.h
430	$(MAKE) $(AM_MAKEFLAGS) all-recursive
431
432.SUFFIXES:
433am--refresh: Makefile
434	@:
435$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
436	@for dep in $?; do \
437	  case '$(am__configure_deps)' in \
438	    *$$dep*) \
439	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
440	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
441		&& exit 0; \
442	      exit 1;; \
443	  esac; \
444	done; \
445	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
446	$(am__cd) $(top_srcdir) && \
447	  $(AUTOMAKE) --gnu Makefile
448Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
449	@case '$?' in \
450	  *config.status*) \
451	    echo ' $(SHELL) ./config.status'; \
452	    $(SHELL) ./config.status;; \
453	  *) \
454	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
455	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
456	esac;
457
458$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
459	$(SHELL) ./config.status --recheck
460
461$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
462	$(am__cd) $(srcdir) && $(AUTOCONF)
463$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
464	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
465$(am__aclocal_m4_deps):
466
467config.h: stamp-h1
468	@test -f $@ || rm -f stamp-h1
469	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
470
471stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
472	$(AM_V_at)rm -f stamp-h1
473	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
474$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
475	$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
476	$(AM_V_at)rm -f stamp-h1
477	$(AM_V_at)touch $@
478
479distclean-hdr:
480	-rm -f config.h stamp-h1
481libexif.spec: $(top_builddir)/config.status $(srcdir)/libexif.spec.in
482	cd $(top_builddir) && $(SHELL) ./config.status $@
483libexif.pc: $(top_builddir)/config.status $(srcdir)/libexif.pc.in
484	cd $(top_builddir) && $(SHELL) ./config.status $@
485libexif-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libexif-uninstalled.pc.in
486	cd $(top_builddir) && $(SHELL) ./config.status $@
487
488mostlyclean-libtool:
489	-rm -f *.lo
490
491clean-libtool:
492	-rm -rf .libs _libs
493
494distclean-libtool:
495	-rm -f libtool config.lt
496install-docDATA: $(doc_DATA)
497	@$(NORMAL_INSTALL)
498	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
499	if test -n "$$list"; then \
500	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
501	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
502	fi; \
503	for p in $$list; do \
504	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
505	  echo "$$d$$p"; \
506	done | $(am__base_list) | \
507	while read files; do \
508	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
509	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
510	done
511
512uninstall-docDATA:
513	@$(NORMAL_UNINSTALL)
514	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
515	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
516	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
517install-pkgconfigDATA: $(pkgconfig_DATA)
518	@$(NORMAL_INSTALL)
519	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
520	if test -n "$$list"; then \
521	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
522	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
523	fi; \
524	for p in $$list; do \
525	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
526	  echo "$$d$$p"; \
527	done | $(am__base_list) | \
528	while read files; do \
529	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
530	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
531	done
532
533uninstall-pkgconfigDATA:
534	@$(NORMAL_UNINSTALL)
535	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
536	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
537	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
538
539# This directory's subdirectories are mostly independent; you can cd
540# into them and run 'make' without going through this Makefile.
541# To change the values of 'make' variables: instead of editing Makefiles,
542# (1) if the variable is set in 'config.status', edit 'config.status'
543#     (which will cause the Makefiles to be regenerated when you run 'make');
544# (2) otherwise, pass the desired values on the 'make' command line.
545$(am__recursive_targets):
546	@fail=; \
547	if $(am__make_keepgoing); then \
548	  failcom='fail=yes'; \
549	else \
550	  failcom='exit 1'; \
551	fi; \
552	dot_seen=no; \
553	target=`echo $@ | sed s/-recursive//`; \
554	case "$@" in \
555	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
556	  *) list='$(SUBDIRS)' ;; \
557	esac; \
558	for subdir in $$list; do \
559	  echo "Making $$target in $$subdir"; \
560	  if test "$$subdir" = "."; then \
561	    dot_seen=yes; \
562	    local_target="$$target-am"; \
563	  else \
564	    local_target="$$target"; \
565	  fi; \
566	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
567	  || eval $$failcom; \
568	done; \
569	if test "$$dot_seen" = "no"; then \
570	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
571	fi; test -z "$$fail"
572
573ID: $(am__tagged_files)
574	$(am__define_uniq_tagged_files); mkid -fID $$unique
575tags: tags-recursive
576TAGS: tags
577
578tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579	set x; \
580	here=`pwd`; \
581	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
582	  include_option=--etags-include; \
583	  empty_fix=.; \
584	else \
585	  include_option=--include; \
586	  empty_fix=; \
587	fi; \
588	list='$(SUBDIRS)'; for subdir in $$list; do \
589	  if test "$$subdir" = .; then :; else \
590	    test ! -f $$subdir/TAGS || \
591	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
592	  fi; \
593	done; \
594	$(am__define_uniq_tagged_files); \
595	shift; \
596	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
597	  test -n "$$unique" || unique=$$empty_fix; \
598	  if test $$# -gt 0; then \
599	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600	      "$$@" $$unique; \
601	  else \
602	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603	      $$unique; \
604	  fi; \
605	fi
606ctags: ctags-recursive
607
608CTAGS: ctags
609ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
610	$(am__define_uniq_tagged_files); \
611	test -z "$(CTAGS_ARGS)$$unique" \
612	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
613	     $$unique
614
615GTAGS:
616	here=`$(am__cd) $(top_builddir) && pwd` \
617	  && $(am__cd) $(top_srcdir) \
618	  && gtags -i $(GTAGS_ARGS) "$$here"
619cscope: cscope.files
620	test ! -s cscope.files \
621	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
622clean-cscope:
623	-rm -f cscope.files
624cscope.files: clean-cscope cscopelist
625cscopelist: cscopelist-recursive
626
627cscopelist-am: $(am__tagged_files)
628	list='$(am__tagged_files)'; \
629	case "$(srcdir)" in \
630	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
631	  *) sdir=$(subdir)/$(srcdir) ;; \
632	esac; \
633	for i in $$list; do \
634	  if test -f "$$i"; then \
635	    echo "$(subdir)/$$i"; \
636	  else \
637	    echo "$$sdir/$$i"; \
638	  fi; \
639	done >> $(top_builddir)/cscope.files
640
641distclean-tags:
642	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
643	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
644distdir: $(BUILT_SOURCES)
645	$(MAKE) $(AM_MAKEFLAGS) distdir-am
646
647distdir-am: $(DISTFILES)
648	@case `sed 15q $(srcdir)/NEWS` in \
649	*"$(VERSION)"*) : ;; \
650	*) \
651	  echo "NEWS not updated; not releasing" 1>&2; \
652	  exit 1;; \
653	esac
654	$(am__remove_distdir)
655	$(AM_V_at)$(MKDIR_P) "$(distdir)"
656	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
657	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658	list='$(DISTFILES)'; \
659	  dist_files=`for file in $$list; do echo $$file; done | \
660	  sed -e "s|^$$srcdirstrip/||;t" \
661	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
662	case $$dist_files in \
663	  */*) $(MKDIR_P) `echo "$$dist_files" | \
664			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
665			   sort -u` ;; \
666	esac; \
667	for file in $$dist_files; do \
668	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
669	  if test -d $$d/$$file; then \
670	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
671	    if test -d "$(distdir)/$$file"; then \
672	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673	    fi; \
674	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
675	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
676	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677	    fi; \
678	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
679	  else \
680	    test -f "$(distdir)/$$file" \
681	    || cp -p $$d/$$file "$(distdir)/$$file" \
682	    || exit 1; \
683	  fi; \
684	done
685	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
686	  if test "$$subdir" = .; then :; else \
687	    $(am__make_dryrun) \
688	      || test -d "$(distdir)/$$subdir" \
689	      || $(MKDIR_P) "$(distdir)/$$subdir" \
690	      || exit 1; \
691	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
692	    $(am__relativize); \
693	    new_distdir=$$reldir; \
694	    dir1=$$subdir; dir2="$(top_distdir)"; \
695	    $(am__relativize); \
696	    new_top_distdir=$$reldir; \
697	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
698	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
699	    ($(am__cd) $$subdir && \
700	      $(MAKE) $(AM_MAKEFLAGS) \
701	        top_distdir="$$new_top_distdir" \
702	        distdir="$$new_distdir" \
703		am__remove_distdir=: \
704		am__skip_length_check=: \
705		am__skip_mode_fix=: \
706	        distdir) \
707	      || exit 1; \
708	  fi; \
709	done
710	$(MAKE) $(AM_MAKEFLAGS) \
711	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
712	  dist-hook
713	-test -n "$(am__skip_mode_fix)" \
714	|| find "$(distdir)" -type d ! -perm -755 \
715		-exec chmod u+rwx,go+rx {} \; -o \
716	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
717	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
718	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
719	|| chmod -R a+r "$(distdir)"
720dist-gzip: distdir
721	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
722	$(am__post_remove_distdir)
723dist-bzip2: distdir
724	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
725	$(am__post_remove_distdir)
726
727dist-lzip: distdir
728	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
729	$(am__post_remove_distdir)
730dist-xz: distdir
731	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
732	$(am__post_remove_distdir)
733
734dist-zstd: distdir
735	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
736	$(am__post_remove_distdir)
737
738dist-tarZ: distdir
739	@echo WARNING: "Support for distribution archives compressed with" \
740		       "legacy program 'compress' is deprecated." >&2
741	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
742	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
743	$(am__post_remove_distdir)
744
745dist-shar: distdir
746	@echo WARNING: "Support for shar distribution archives is" \
747	               "deprecated." >&2
748	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
749	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
750	$(am__post_remove_distdir)
751dist-zip: distdir
752	-rm -f $(distdir).zip
753	zip -rq $(distdir).zip $(distdir)
754	$(am__post_remove_distdir)
755
756dist dist-all:
757	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
758	$(am__post_remove_distdir)
759
760# This target untars the dist file and tries a VPATH configuration.  Then
761# it guarantees that the distribution is self-contained by making another
762# tarfile.
763distcheck: dist
764	case '$(DIST_ARCHIVES)' in \
765	*.tar.gz*) \
766	  eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
767	*.tar.bz2*) \
768	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
769	*.tar.lz*) \
770	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
771	*.tar.xz*) \
772	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
773	*.tar.Z*) \
774	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
775	*.shar.gz*) \
776	  eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
777	*.zip*) \
778	  unzip $(distdir).zip ;;\
779	*.tar.zst*) \
780	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
781	esac
782	chmod -R a-w $(distdir)
783	chmod u+w $(distdir)
784	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
785	chmod a-w $(distdir)
786	test -d $(distdir)/_build || exit 0; \
787	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
788	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
789	  && am__cwd=`pwd` \
790	  && $(am__cd) $(distdir)/_build/sub \
791	  && ../../configure \
792	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
793	    $(DISTCHECK_CONFIGURE_FLAGS) \
794	    --srcdir=../.. --prefix="$$dc_install_base" \
795	  && $(MAKE) $(AM_MAKEFLAGS) \
796	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
797	  && $(MAKE) $(AM_MAKEFLAGS) check \
798	  && $(MAKE) $(AM_MAKEFLAGS) install \
799	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
800	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
801	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
802	        distuninstallcheck \
803	  && chmod -R a-w "$$dc_install_base" \
804	  && ({ \
805	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
806	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
807	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
808	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
809	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
810	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
811	  && rm -rf "$$dc_destdir" \
812	  && $(MAKE) $(AM_MAKEFLAGS) dist \
813	  && rm -rf $(DIST_ARCHIVES) \
814	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
815	  && cd "$$am__cwd" \
816	  || exit 1
817	$(am__post_remove_distdir)
818	@(echo "$(distdir) archives ready for distribution: "; \
819	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
820	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
821distuninstallcheck:
822	@test -n '$(distuninstallcheck_dir)' || { \
823	  echo 'ERROR: trying to run $@ with an empty' \
824	       '$$(distuninstallcheck_dir)' >&2; \
825	  exit 1; \
826	}; \
827	$(am__cd) '$(distuninstallcheck_dir)' || { \
828	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
829	  exit 1; \
830	}; \
831	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
832	   || { echo "ERROR: files left after uninstall:" ; \
833	        if test -n "$(DESTDIR)"; then \
834	          echo "  (check DESTDIR support)"; \
835	        fi ; \
836	        $(distuninstallcheck_listfiles) ; \
837	        exit 1; } >&2
838distcleancheck: distclean
839	@if test '$(srcdir)' = . ; then \
840	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
841	  exit 1 ; \
842	fi
843	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
844	  || { echo "ERROR: files left in build directory after distclean:" ; \
845	       $(distcleancheck_listfiles) ; \
846	       exit 1; } >&2
847check-am: all-am
848check: check-recursive
849all-am: Makefile $(DATA) config.h
850installdirs: installdirs-recursive
851installdirs-am:
852	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
853	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
854	done
855install: install-recursive
856install-exec: install-exec-recursive
857install-data: install-data-recursive
858uninstall: uninstall-recursive
859
860install-am: all-am
861	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
862
863installcheck: installcheck-recursive
864install-strip:
865	if test -z '$(STRIP)'; then \
866	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
867	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
868	      install; \
869	else \
870	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
871	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
872	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
873	fi
874mostlyclean-generic:
875
876clean-generic:
877
878distclean-generic:
879	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
880	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
881
882maintainer-clean-generic:
883	@echo "This command is intended for maintainers to use"
884	@echo "it deletes files that may require special tools to rebuild."
885clean: clean-recursive
886
887clean-am: clean-generic clean-libtool mostlyclean-am
888
889distclean: distclean-recursive
890	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
891	-rm -f Makefile
892distclean-am: clean-am distclean-generic distclean-hdr \
893	distclean-libtool distclean-tags
894
895dvi: dvi-recursive
896
897dvi-am:
898
899html: html-recursive
900
901html-am:
902
903info: info-recursive
904
905info-am:
906
907install-data-am: install-docDATA install-pkgconfigDATA
908
909install-dvi: install-dvi-recursive
910
911install-dvi-am:
912
913install-exec-am:
914
915install-html: install-html-recursive
916
917install-html-am:
918
919install-info: install-info-recursive
920
921install-info-am:
922
923install-man:
924
925install-pdf: install-pdf-recursive
926
927install-pdf-am:
928
929install-ps: install-ps-recursive
930
931install-ps-am:
932
933installcheck-am:
934
935maintainer-clean: maintainer-clean-recursive
936	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
937	-rm -rf $(top_srcdir)/autom4te.cache
938	-rm -f Makefile
939maintainer-clean-am: distclean-am maintainer-clean-generic
940
941mostlyclean: mostlyclean-recursive
942
943mostlyclean-am: mostlyclean-generic mostlyclean-libtool
944
945pdf: pdf-recursive
946
947pdf-am:
948
949ps: ps-recursive
950
951ps-am:
952
953uninstall-am: uninstall-docDATA uninstall-pkgconfigDATA
954
955.MAKE: $(am__recursive_targets) all install-am install-strip
956
957.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
958	am--refresh check check-am clean clean-cscope clean-generic \
959	clean-libtool cscope cscopelist-am ctags ctags-am dist \
960	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
961	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
962	distclean-generic distclean-hdr distclean-libtool \
963	distclean-tags distcleancheck distdir distuninstallcheck dvi \
964	dvi-am html html-am info info-am install install-am \
965	install-data install-data-am install-docDATA install-dvi \
966	install-dvi-am install-exec install-exec-am install-html \
967	install-html-am install-info install-info-am install-man \
968	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
969	install-ps-am install-strip installcheck installcheck-am \
970	installdirs installdirs-am maintainer-clean \
971	maintainer-clean-generic mostlyclean mostlyclean-generic \
972	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
973	uninstall-am uninstall-docDATA uninstall-pkgconfigDATA
974
975.PRECIOUS: Makefile
976
977
978#######################################################################
979# Help for the maintainer
980#
981
982# Simulate something like
983#   EXTRA_DIST_IF_EXIST = ChangeLog.git
984# If present, ship ChangeLog.git in source tarball.
985# If not present, don't ship it.
986dist-hook:
987	if test -f $(srcdir)/ChangeLog.git; then \
988		cp -p $(srcdir)/ChangeLog.git $(distdir)/ChangeLog.git; \
989	fi
990
991.PHONY: git-changelog
992git-changelog: $(srcdir)/ChangeLog.git
993
994.PHONY: $(srcdir)/ChangeLog.git
995$(srcdir)/ChangeLog.git:
996	(cd "$(srcdir)" && git2cl > $@)
997
998.PHONY: git-tag-release
999git-tag-release:
1000	@tag="$$(echo "$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-release" | sed 's|\.|_|g')"; \
1001	echo "Are you sure you want to git tag \`$${tag}' your source files?"; \
1002	echo "Press Ctrl-C to abort, Enter to continue."; \
1003	read; \
1004	cd "$(srcdir)" && git tag "$${tag}"
1005
1006# End of Makefile.am.
1007
1008# Tell versions [3.59,3.63) of GNU make to not export all variables.
1009# Otherwise a system limit (for SysV at least) may be exceeded.
1010.NOEXPORT:
1011
1012# Tell GNU make to disable its built-in pattern rules.
1013%:: %,v
1014%:: RCS/%,v
1015%:: RCS/%
1016%:: s.%
1017%:: SCCS/s.%
1018