~audio-recorder/audio-recorder/trunk

91 by Osmo Antero
Added packaging file for Fedora (fedora/audio-recorder.spec).
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
1 by Osmo Antero Maatta
Initial import 17.jan.2011
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
91 by Osmo Antero
Added packaging file for Fedora (fedora/audio-recorder.spec).
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
# Foundation, Inc.
1 by Osmo Antero Maatta
Initial import 17.jan.2011
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
35
build_triplet = @build@
36
host_triplet = @host@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
37
bin_PROGRAMS = audio-recorder$(EXEEXT)
38
subdir = src
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1 by Osmo Antero Maatta
Initial import 17.jan.2011
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
	$(ACLOCAL_M4)
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
CONFIG_CLEAN_FILES =
46
CONFIG_CLEAN_VPATH_FILES =
47
am__installdirs = "$(DESTDIR)$(bindir)"
48
PROGRAMS = $(bin_PROGRAMS)
49
am_audio_recorder_OBJECTS = main.$(OBJEXT) systray-icon.$(OBJEXT) \
50
	auto-start.$(OBJEXT) help.$(OBJEXT) audio-sources.$(OBJEXT) \
56 by Osmo Antero
Version 0.5
51
	dbus-service.$(OBJEXT) dbus-banshee.$(OBJEXT) \
52
	dbus-mpris.$(OBJEXT) dbus-player.$(OBJEXT) \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
53
	dbus-rhythmbox.$(OBJEXT) dbus-skype.$(OBJEXT) dconf.$(OBJEXT) \
56 by Osmo Antero
Version 0.5
54
	gst-pipeline.$(OBJEXT) gst-listener.$(OBJEXT) \
55
	gst-recorder.$(OBJEXT) log.$(OBJEXT) media-profiles.$(OBJEXT) \
56
	pulseaudio.$(OBJEXT) rec-manager.$(OBJEXT) \
57
	skype-service.$(OBJEXT) support.$(OBJEXT) timer.$(OBJEXT) \
58
	timer-parser.$(OBJEXT) utility.$(OBJEXT) \
81 by Osmo Antero Maatta
New GtkLevelBar widget for the level indicator.
59
	win-settings.$(OBJEXT) about.$(OBJEXT) gtklevelbar.$(OBJEXT)
1 by Osmo Antero Maatta
Initial import 17.jan.2011
60
audio_recorder_OBJECTS = $(am_audio_recorder_OBJECTS)
61
audio_recorder_LDADD = $(LDADD)
62
DEFAULT_INCLUDES = -I.@am__isrc@
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
am__depfiles_maybe = depfiles
65
am__mv = mv -f
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
CCLD = $(CC)
69
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
70
SOURCES = $(audio_recorder_SOURCES)
71
DIST_SOURCES = $(audio_recorder_SOURCES)
72
ETAGS = etags
73
CTAGS = ctags
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
ACLOCAL = @ACLOCAL@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
76
ALLOCA = @ALLOCA@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
77
AMTAR = @AMTAR@
78
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
79
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
80
AUTOCONF = @AUTOCONF@
81
AUTOHEADER = @AUTOHEADER@
82
AUTOMAKE = @AUTOMAKE@
83
AWK = @AWK@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
84
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
85
CATOBJEXT = @CATOBJEXT@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
86
CC = @CC@
87
CCDEPMODE = @CCDEPMODE@
88
CFLAGS = @CFLAGS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
89
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
90
CPP = @CPP@
91
CPPFLAGS = @CPPFLAGS@
92
CXX = @CXX@
93
CXXDEPMODE = @CXXDEPMODE@
94
CXXFLAGS = @CXXFLAGS@
95
CYGPATH_W = @CYGPATH_W@
96
DATADIRNAME = @DATADIRNAME@
97
DBUS_CFLAGS = @DBUS_CFLAGS@
98
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
99
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
100
DBUS_LIBS = @DBUS_LIBS@
101
DEFS = @DEFS@
102
DEPDIR = @DEPDIR@
103
ECHO_C = @ECHO_C@
104
ECHO_N = @ECHO_N@
105
ECHO_T = @ECHO_T@
106
EGREP = @EGREP@
107
EXEEXT = @EXEEXT@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
108
GENCAT = @GENCAT@
109
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
110
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
111
GLIBC2 = @GLIBC2@
112
GLIBC21 = @GLIBC21@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
113
GLIB_CFLAGS = @GLIB_CFLAGS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
114
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
115
GLIB_LIBS = @GLIB_LIBS@
116
GMSGFMT = @GMSGFMT@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
117
GMSGFMT_015 = @GMSGFMT_015@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
118
GREP = @GREP@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
119
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
120
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
121
GSTREAMER_INTERFACE_CFLAGS = @GSTREAMER_INTERFACE_CFLAGS@
122
GSTREAMER_INTERFACE_LIBS = @GSTREAMER_INTERFACE_LIBS@
123
GSTREAMER_LIBS = @GSTREAMER_LIBS@
124
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
125
GTHREAD_LIBS = @GTHREAD_LIBS@
126
GTK_CFLAGS = @GTK_CFLAGS@
127
GTK_LIBS = @GTK_LIBS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
128
HAVE_ASPRINTF = @HAVE_ASPRINTF@
129
HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
130
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
131
HAVE_SNPRINTF = @HAVE_SNPRINTF@
132
HAVE_VISIBILITY = @HAVE_VISIBILITY@
133
HAVE_WPRINTF = @HAVE_WPRINTF@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
134
INSTALL = @INSTALL@
135
INSTALL_DATA = @INSTALL_DATA@
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
139
INSTOBJEXT = @INSTOBJEXT@
140
INTLBISON = @INTLBISON@
141
INTLLIBS = @INTLLIBS@
142
INTLOBJS = @INTLOBJS@
143
INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
144
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
145
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
146
LDFLAGS = @LDFLAGS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
147
LIBICONV = @LIBICONV@
148
LIBINTL = @LIBINTL@
149
LIBMULTITHREAD = @LIBMULTITHREAD@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
150
LIBOBJS = @LIBOBJS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
151
LIBPTH = @LIBPTH@
152
LIBPTH_PREFIX = @LIBPTH_PREFIX@
153
LIBS = $(GLIB_LIBS) $(GDK_LIBS) $(GTK_LIBS) \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
154
       $(GSTREAMER_LIBS) $(GSTREAMER_INTERFACE_LIBS) $(GTHREAD_LIBS) $(PULSEAUDIO_LIBS) \
77 by Osmo Antero
Updated version (v0.7) for Fedora 16+ and Ubuntu 12.04.
155
       $(MEDIA_PROFILES_LIBS) $(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(APP_INDICATOR_LIBS) $(MATH_LIB)
1 by Osmo Antero Maatta
Initial import 17.jan.2011
156
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
157
LIBTHREAD = @LIBTHREAD@
158
LTLIBC = @LTLIBC@
159
LTLIBICONV = @LTLIBICONV@
160
LTLIBINTL = @LTLIBINTL@
161
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
162
LTLIBOBJS = @LTLIBOBJS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
163
LTLIBPTH = @LTLIBPTH@
164
LTLIBTHREAD = @LTLIBTHREAD@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
165
MAINT = @MAINT@
166
MAKEINFO = @MAKEINFO@
77 by Osmo Antero
Updated version (v0.7) for Fedora 16+ and Ubuntu 12.04.
167
MATH_LIB = @MATH_LIB@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
168
MEDIA_PROFILES_CFLAGS = @MEDIA_PROFILES_CFLAGS@
169
MEDIA_PROFILES_LIBS = @MEDIA_PROFILES_LIBS@
170
MKDIR_P = @MKDIR_P@
171
MSGFMT = @MSGFMT@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
172
MSGFMT_015 = @MSGFMT_015@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
173
MSGMERGE = @MSGMERGE@
174
OBJEXT = @OBJEXT@
175
PACKAGE = @PACKAGE@
176
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
PACKAGE_NAME = @PACKAGE_NAME@
178
PACKAGE_STRING = @PACKAGE_STRING@
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
180
PACKAGE_URL = @PACKAGE_URL@
181
PACKAGE_VERSION = @PACKAGE_VERSION@
182
PATH_SEPARATOR = @PATH_SEPARATOR@
183
PKG_CONFIG = @PKG_CONFIG@
184
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
185
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
186
POSUB = @POSUB@
187
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
188
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
189
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
190
RANLIB = @RANLIB@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
191
SET_MAKE = @SET_MAKE@
192
SHELL = @SHELL@
193
STRIP = @STRIP@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
194
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
195
USE_NLS = @USE_NLS@
196
VERSION = @VERSION@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
197
WINDRES = @WINDRES@
198
WOE32 = @WOE32@
199
WOE32DLL = @WOE32DLL@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
200
XGETTEXT = @XGETTEXT@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
201
XGETTEXT_015 = @XGETTEXT_015@
202
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
203
abs_builddir = @abs_builddir@
204
abs_srcdir = @abs_srcdir@
205
abs_top_builddir = @abs_top_builddir@
206
abs_top_srcdir = @abs_top_srcdir@
207
ac_ct_CC = @ac_ct_CC@
208
ac_ct_CXX = @ac_ct_CXX@
209
am__include = @am__include@
210
am__leading_dot = @am__leading_dot@
211
am__quote = @am__quote@
212
am__tar = @am__tar@
213
am__untar = @am__untar@
214
bindir = @bindir@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
215
build = @build@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
216
build_alias = @build_alias@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
217
build_cpu = @build_cpu@
218
build_os = @build_os@
219
build_vendor = @build_vendor@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
220
builddir = @builddir@
221
datadir = @datadir@
222
datarootdir = @datarootdir@
223
docdir = @docdir@
224
dvidir = @dvidir@
225
exec_prefix = @exec_prefix@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
226
gsettingsschemadir = @gsettingsschemadir@
227
host = @host@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
228
host_alias = @host_alias@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
229
host_cpu = @host_cpu@
230
host_os = @host_os@
231
host_vendor = @host_vendor@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
232
htmldir = @htmldir@
233
includedir = @includedir@
234
infodir = @infodir@
235
install_sh = @install_sh@
236
libdir = @libdir@
237
libexecdir = @libexecdir@
238
localedir = @localedir@
239
localstatedir = @localstatedir@
240
mandir = @mandir@
241
mkdir_p = @mkdir_p@
242
oldincludedir = @oldincludedir@
243
pdfdir = @pdfdir@
244
prefix = @prefix@
245
program_transform_name = @program_transform_name@
246
psdir = @psdir@
247
sbindir = @sbindir@
248
sharedstatedir = @sharedstatedir@
249
srcdir = @srcdir@
250
sysconfdir = @sysconfdir@
251
target_alias = @target_alias@
252
top_build_prefix = @top_build_prefix@
253
top_builddir = @top_builddir@
254
top_srcdir = @top_srcdir@
255
INCLUDES = -DDATA_DIR=\""$(datadir)"\" \
256
    -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale/"\" \
257
    -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
258
    -DG_LOG_DOMAIN=\""Audio Recorder"\" \
259
    -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
260
    -DDATADIR=\""$(datadir)"\" \
261
    -DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
262
    -DSYSCONFDIR=\""$(sysconfdir)"\" \
263
    -DPREFIX=\""$(prefix)"\" \
264
    -I$(top_srcdir) \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
265
    $(GLIB_CFLAGS) $(GDK_CFLAGS) $(GTK_CFLAGS) \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
266
    $(GSTREAMER_CFLAGS) $(GSTREAMER_INTERFACE_CFLAGS) $(GTHREAD_CFLAGS) $(PULSEAUDIO_CFLAGS) \
267
    $(MEDIA_PROFILES_CFLAGS) $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) $(APP_INDICATOR_CFLAGS)
268
269
audio_recorder_SOURCES = main.c rec-window.h config.h \
270
    systray-icon.c \
271
    auto-start.c auto-start.h \
272
    help.c help.h \
273
    audio-sources.c audio-sources.h \
56 by Osmo Antero
Version 0.5
274
    dbus-service.c dbus-service.h \
3 by Osmo Antero Maatta
Updated some filenames and traslations
275
    dbus-banshee.c dbus-banshee.h \
276
    dbus-mpris.c dbus-mpris.h dbus-marshal.h \
277
    dbus-player.c dbus-player.h \
278
    dbus-rhythmbox.c dbus-rhythmbox.h \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
279
    dbus-skype.c dbus-skype.h \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
280
    dconf.c dconf.h \
40 by Osmo Antero Maatta
Added ability to record from multiple devices. Major changes in all modules.
281
	gst-pipeline.c gst-pipeline.h \
3 by Osmo Antero Maatta
Updated some filenames and traslations
282
    gst-listener.c gst-listener.h \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
283
    gst-recorder.c gst-recorder.h \
284
    log.c log.h \
285
    media-profiles.c media-profiles.h \
286
    pulseaudio.c pulseaudio.h \
287
    rec-manager.c rec-manager.h \
288
    skype-service.c skype-service.h skype-service-object-glue.h \
289
    support.c support.h \
40 by Osmo Antero Maatta
Added ability to record from multiple devices. Major changes in all modules.
290
    timer.c timer.h \
291
	timer-parser.c \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
292
    utility.c utility.h \
3 by Osmo Antero Maatta
Updated some filenames and traslations
293
    win-settings.c win-settings.h \
81 by Osmo Antero Maatta
New GtkLevelBar widget for the level indicator.
294
    about.c about.h \
295
    gtklevelbar.c gtklevelbar.h
1 by Osmo Antero Maatta
Initial import 17.jan.2011
296
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
297
all: all-am
1 by Osmo Antero Maatta
Initial import 17.jan.2011
298
299
.SUFFIXES:
300
.SUFFIXES: .c .o .obj
301
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302
	@for dep in $?; do \
303
	  case '$(am__configure_deps)' in \
304
	    *$$dep*) \
305
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
306
	        && { if test -f $@; then exit 0; else break; fi; }; \
307
	      exit 1;; \
308
	  esac; \
309
	done; \
310
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
311
	$(am__cd) $(top_srcdir) && \
312
	  $(AUTOMAKE) --gnu src/Makefile
313
.PRECIOUS: Makefile
314
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315
	@case '$?' in \
316
	  *config.status*) \
317
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318
	  *) \
319
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321
	esac;
322
323
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
329
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
$(am__aclocal_m4_deps):
331
install-binPROGRAMS: $(bin_PROGRAMS)
332
	@$(NORMAL_INSTALL)
333
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
334
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
335
	for p in $$list; do echo "$$p $$p"; done | \
336
	sed 's/$(EXEEXT)$$//' | \
337
	while read p p1; do if test -f $$p; \
338
	  then echo "$$p"; echo "$$p"; else :; fi; \
339
	done | \
340
	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
341
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
342
	sed 'N;N;N;s,\n, ,g' | \
343
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
344
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
345
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
346
	    else { print "f", $$3 "/" $$4, $$1; } } \
347
	  END { for (d in files) print "f", d, files[d] }' | \
348
	while read type dir files; do \
349
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
350
	    test -z "$$files" || { \
351
	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
352
	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
353
	    } \
354
	; done
355
356
uninstall-binPROGRAMS:
357
	@$(NORMAL_UNINSTALL)
358
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
359
	files=`for p in $$list; do echo "$$p"; done | \
360
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
361
	      -e 's/$$/$(EXEEXT)/' `; \
362
	test -n "$$list" || exit 0; \
363
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
364
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
365
366
clean-binPROGRAMS:
367
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
91 by Osmo Antero
Added packaging file for Fedora (fedora/audio-recorder.spec).
368
audio-recorder$(EXEEXT): $(audio_recorder_OBJECTS) $(audio_recorder_DEPENDENCIES) $(EXTRA_audio_recorder_DEPENDENCIES) 
1 by Osmo Antero Maatta
Initial import 17.jan.2011
369
	@rm -f audio-recorder$(EXEEXT)
370
	$(LINK) $(audio_recorder_OBJECTS) $(audio_recorder_LDADD) $(LIBS)
371
372
mostlyclean-compile:
373
	-rm -f *.$(OBJEXT)
374
375
distclean-compile:
376
	-rm -f *.tab.c
377
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Po@am__quote@
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-sources.Po@am__quote@
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auto-start.Po@am__quote@
3 by Osmo Antero Maatta
Updated some filenames and traslations
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-banshee.Po@am__quote@
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-mpris.Po@am__quote@
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-player.Po@am__quote@
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-rhythmbox.Po@am__quote@
56 by Osmo Antero
Version 0.5
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-service.Po@am__quote@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-skype.Po@am__quote@
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dconf.Po@am__quote@
3 by Osmo Antero Maatta
Updated some filenames and traslations
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-listener.Po@am__quote@
40 by Osmo Antero Maatta
Added ability to record from multiple devices. Major changes in all modules.
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-pipeline.Po@am__quote@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-recorder.Po@am__quote@
81 by Osmo Antero Maatta
New GtkLevelBar widget for the level indicator.
391
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklevelbar.Po@am__quote@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
392
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
393
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
394
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
395
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/media-profiles.Po@am__quote@
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pulseaudio.Po@am__quote@
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rec-manager.Po@am__quote@
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skype-service.Po@am__quote@
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systray-icon.Po@am__quote@
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer-parser.Po@am__quote@
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utility.Po@am__quote@
3 by Osmo Antero Maatta
Updated some filenames and traslations
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win-settings.Po@am__quote@
1 by Osmo Antero Maatta
Initial import 17.jan.2011
405
406
.c.o:
407
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408
@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
412
413
.c.obj:
414
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415
@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
419
420
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
	unique=`for i in $$list; do \
423
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
	  done | \
425
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427
	mkid -fID $$unique
428
tags: TAGS
429
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
430
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
431
		$(TAGS_FILES) $(LISP)
432
	set x; \
433
	here=`pwd`; \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
434
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
435
	unique=`for i in $$list; do \
436
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
	  done | \
438
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440
	shift; \
441
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442
	  test -n "$$unique" || unique=$$empty_fix; \
443
	  if test $$# -gt 0; then \
444
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
	      "$$@" $$unique; \
446
	  else \
447
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
	      $$unique; \
449
	  fi; \
450
	fi
451
ctags: CTAGS
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
452
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
453
		$(TAGS_FILES) $(LISP)
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
454
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1 by Osmo Antero Maatta
Initial import 17.jan.2011
455
	unique=`for i in $$list; do \
456
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
	  done | \
458
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
460
	test -z "$(CTAGS_ARGS)$$unique" \
461
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
	     $$unique
463
464
GTAGS:
465
	here=`$(am__cd) $(top_builddir) && pwd` \
466
	  && $(am__cd) $(top_srcdir) \
467
	  && gtags -i $(GTAGS_ARGS) "$$here"
468
469
distclean-tags:
470
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
472
distdir: $(DISTFILES)
473
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475
	list='$(DISTFILES)'; \
476
	  dist_files=`for file in $$list; do echo $$file; done | \
477
	  sed -e "s|^$$srcdirstrip/||;t" \
478
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479
	case $$dist_files in \
480
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
481
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482
			   sort -u` ;; \
483
	esac; \
484
	for file in $$dist_files; do \
485
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
	  if test -d $$d/$$file; then \
487
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488
	    if test -d "$(distdir)/$$file"; then \
489
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
	    fi; \
491
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494
	    fi; \
495
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496
	  else \
497
	    test -f "$(distdir)/$$file" \
498
	    || cp -p $$d/$$file "$(distdir)/$$file" \
499
	    || exit 1; \
500
	  fi; \
501
	done
502
check-am: all-am
503
check: check-am
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
504
all-am: Makefile $(PROGRAMS)
1 by Osmo Antero Maatta
Initial import 17.jan.2011
505
installdirs:
506
	for dir in "$(DESTDIR)$(bindir)"; do \
507
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
508
	done
509
install: install-am
510
install-exec: install-exec-am
511
install-data: install-data-am
512
uninstall: uninstall-am
513
514
install-am: all-am
515
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
516
517
installcheck: installcheck-am
518
install-strip:
91 by Osmo Antero
Added packaging file for Fedora (fedora/audio-recorder.spec).
519
	if test -z '$(STRIP)'; then \
520
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522
	      install; \
523
	else \
524
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
527
	fi
1 by Osmo Antero Maatta
Initial import 17.jan.2011
528
mostlyclean-generic:
529
530
clean-generic:
531
532
distclean-generic:
533
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
534
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
535
536
maintainer-clean-generic:
537
	@echo "This command is intended for maintainers to use"
538
	@echo "it deletes files that may require special tools to rebuild."
539
clean: clean-am
540
541
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
542
543
distclean: distclean-am
544
	-rm -rf ./$(DEPDIR)
545
	-rm -f Makefile
546
distclean-am: clean-am distclean-compile distclean-generic \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
547
	distclean-tags
1 by Osmo Antero Maatta
Initial import 17.jan.2011
548
549
dvi: dvi-am
550
551
dvi-am:
552
553
html: html-am
554
555
html-am:
556
557
info: info-am
558
559
info-am:
560
561
install-data-am:
562
563
install-dvi: install-dvi-am
564
565
install-dvi-am:
566
567
install-exec-am: install-binPROGRAMS
568
569
install-html: install-html-am
570
571
install-html-am:
572
573
install-info: install-info-am
574
575
install-info-am:
576
577
install-man:
578
579
install-pdf: install-pdf-am
580
581
install-pdf-am:
582
583
install-ps: install-ps-am
584
585
install-ps-am:
586
587
installcheck-am:
588
589
maintainer-clean: maintainer-clean-am
590
	-rm -rf ./$(DEPDIR)
591
	-rm -f Makefile
592
maintainer-clean-am: distclean-am maintainer-clean-generic
593
594
mostlyclean: mostlyclean-am
595
596
mostlyclean-am: mostlyclean-compile mostlyclean-generic
597
598
pdf: pdf-am
599
600
pdf-am:
601
602
ps: ps-am
603
604
ps-am:
605
606
uninstall-am: uninstall-binPROGRAMS
607
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
608
.MAKE: install-am install-strip
1 by Osmo Antero Maatta
Initial import 17.jan.2011
609
610
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
611
	clean-generic ctags distclean distclean-compile \
69 by Osmo Antero
Ported this application to GTK/GDK 3. Using now GSettings (and dconf) instead of GConf2
612
	distclean-generic distclean-tags distdir dvi dvi-am html \
613
	html-am info info-am install install-am install-binPROGRAMS \
614
	install-data install-data-am install-dvi install-dvi-am \
615
	install-exec install-exec-am install-html install-html-am \
616
	install-info install-info-am install-man install-pdf \
617
	install-pdf-am install-ps install-ps-am install-strip \
618
	installcheck installcheck-am installdirs maintainer-clean \
619
	maintainer-clean-generic mostlyclean mostlyclean-compile \
620
	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
621
	uninstall-am uninstall-binPROGRAMS
1 by Osmo Antero Maatta
Initial import 17.jan.2011
622
623
624
# Tell versions [3.59,3.63) of GNU make to not export all variables.
625
# Otherwise a system limit (for SysV at least) may be exceeded.
626
.NOEXPORT: