~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Osmo Antero
  • Date: 2021-11-01 18:20:32 UTC
  • Revision ID: osmoma@gmail.com-20211101182032-hvyothamf0xc6ex0
Version 3.3.1. Codevise same as Version 3.3.0. Incl. minor changes on comments/text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.16.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.16.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
179
179
  unique=`for i in $$list; do \
180
180
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181
181
  done | $(am__uniquify_input)`
182
 
ETAGS = etags
183
 
CTAGS = ctags
184
 
CSCOPE = cscope
185
182
DIST_SUBDIRS = $(SUBDIRS)
186
183
am__DIST_COMMON = $(srcdir)/Makefile.in ABOUT-NLS AUTHORS COPYING \
187
184
        ChangeLog INSTALL NEWS README TODO compile depcomp install-sh \
224
221
DIST_ARCHIVES = $(distdir).tar.gz
225
222
GZIP_ENV = --best
226
223
DIST_TARGETS = dist-gzip
 
224
# Exists only to be overridden by the user if desired.
 
225
AM_DISTCHECK_DVI_TARGET = dvi
227
226
distuninstallcheck_listfiles = find . -type f -print
228
227
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
229
228
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
243
242
CFLAGS = @CFLAGS@
244
243
CPP = @CPP@
245
244
CPPFLAGS = @CPPFLAGS@
 
245
CSCOPE = @CSCOPE@
 
246
CTAGS = @CTAGS@
246
247
CXX = @CXX@
247
248
CXXDEPMODE = @CXXDEPMODE@
248
249
CXXFLAGS = @CXXFLAGS@
255
256
ECHO_N = @ECHO_N@
256
257
ECHO_T = @ECHO_T@
257
258
EGREP = @EGREP@
 
259
ETAGS = @ETAGS@
258
260
EXEEXT = @EXEEXT@
259
261
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
260
262
GIO_CFLAGS = @GIO_CFLAGS@
534
536
distclean-tags:
535
537
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536
538
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
537
 
 
538
539
distdir: $(BUILT_SOURCES)
539
540
        $(MAKE) $(AM_MAKEFLAGS) distdir-am
540
541
 
618
619
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
619
620
        $(am__post_remove_distdir)
620
621
 
 
622
dist-zstd: distdir
 
623
        tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
 
624
        $(am__post_remove_distdir)
 
625
 
621
626
dist-tarZ: distdir
622
627
        @echo WARNING: "Support for distribution archives compressed with" \
623
628
                       "legacy program 'compress' is deprecated." >&2
660
665
          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
661
666
        *.zip*) \
662
667
          unzip $(distdir).zip ;;\
 
668
        *.tar.zst*) \
 
669
          zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
663
670
        esac
664
671
        chmod -R a-w $(distdir)
665
672
        chmod u+w $(distdir)
675
682
            $(DISTCHECK_CONFIGURE_FLAGS) \
676
683
            --srcdir=../.. --prefix="$$dc_install_base" \
677
684
          && $(MAKE) $(AM_MAKEFLAGS) \
678
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
685
          && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
679
686
          && $(MAKE) $(AM_MAKEFLAGS) check \
680
687
          && $(MAKE) $(AM_MAKEFLAGS) install \
681
688
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
841
848
        am--refresh check check-am clean clean-cscope clean-generic \
842
849
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
843
850
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
844
 
        distcheck distclean distclean-generic distclean-tags \
 
851
        dist-zstd distcheck distclean distclean-generic distclean-tags \
845
852
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
846
853
        html-am info info-am install install-am install-data \
847
854
        install-data-am install-dvi install-dvi-am install-exec \