~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to data/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,
169
169
CFLAGS = @CFLAGS@
170
170
CPP = @CPP@
171
171
CPPFLAGS = @CPPFLAGS@
 
172
CSCOPE = @CSCOPE@
 
173
CTAGS = @CTAGS@
172
174
CXX = @CXX@
173
175
CXXDEPMODE = @CXXDEPMODE@
174
176
CXXFLAGS = @CXXFLAGS@
181
183
ECHO_N = @ECHO_N@
182
184
ECHO_T = @ECHO_T@
183
185
EGREP = @EGREP@
 
186
ETAGS = @ETAGS@
184
187
EXEEXT = @EXEEXT@
185
188
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
186
189
GIO_CFLAGS = @GIO_CFLAGS@
433
436
 
434
437
cscope cscopelist:
435
438
 
436
 
 
437
439
distdir: $(BUILT_SOURCES)
438
440
        $(MAKE) $(AM_MAKEFLAGS) distdir-am
439
441