~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/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,
174
174
  unique=`for i in $$list; do \
175
175
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176
176
  done | $(am__uniquify_input)`
177
 
ETAGS = etags
178
 
CTAGS = ctags
179
177
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
180
178
        $(top_srcdir)/mkinstalldirs
181
179
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194
192
CFLAGS = @CFLAGS@
195
193
CPP = @CPP@
196
194
CPPFLAGS = @CPPFLAGS@
 
195
CSCOPE = @CSCOPE@
 
196
CTAGS = @CTAGS@
197
197
CXX = @CXX@
198
198
CXXDEPMODE = @CXXDEPMODE@
199
199
CXXFLAGS = @CXXFLAGS@
206
206
ECHO_N = @ECHO_N@
207
207
ECHO_T = @ECHO_T@
208
208
EGREP = @EGREP@
 
209
ETAGS = @ETAGS@
209
210
EXEEXT = @EXEEXT@
210
211
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
211
212
GIO_CFLAGS = @GIO_CFLAGS@
536
537
 
537
538
distclean-tags:
538
539
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
 
 
540
540
distdir: $(BUILT_SOURCES)
541
541
        $(MAKE) $(AM_MAKEFLAGS) distdir-am
542
542