~audio-recorder/audio-recorder/trunk

1 by Osmo Antero Maatta
Initial import 17.jan.2011
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
# Makefile.  Generated from Makefile.in by configure.
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
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
17
18
19
pkgdatadir = $(datadir)/audio-recorder
20
pkgincludedir = $(includedir)/audio-recorder
21
pkglibdir = $(libdir)/audio-recorder
22
pkglibexecdir = $(libexecdir)/audio-recorder
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 = :
35
subdir = .
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
36 by Osmo Antero Maatta
language updates
38
	ChangeLog INSTALL NEWS TODO depcomp install-sh ltmain.sh \
39
	missing mkinstalldirs
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
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
 configure.lineno config.status.lineno
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
CONFIG_HEADER = $(top_builddir)/src/config.h
48
CONFIG_CLEAN_FILES =
49
CONFIG_CLEAN_VPATH_FILES =
50
SOURCES =
51
DIST_SOURCES =
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
	html-recursive info-recursive install-data-recursive \
54
	install-dvi-recursive install-exec-recursive \
55
	install-html-recursive install-info-recursive \
56
	install-pdf-recursive install-ps-recursive install-recursive \
57
	installcheck-recursive installdirs-recursive pdf-recursive \
58
	ps-recursive uninstall-recursive
59
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
am__vpath_adj = case $$p in \
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62
    *) f=$$p;; \
63
  esac;
64
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65
am__install_max = 40
66
am__nobase_strip_setup = \
67
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68
am__nobase_strip = \
69
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70
am__nobase_list = $(am__nobase_strip_setup); \
71
  for p in $$list; do echo "$$p $$p"; done | \
72
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74
    if (++n[$$2] == $(am__install_max)) \
75
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76
    END { for (dir in files) print dir, files[dir] }'
77
am__base_list = \
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80
am__installdirs = "$(DESTDIR)$(uidir)"
81
DATA = $(ui_DATA)
82
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
83
  distclean-recursive maintainer-clean-recursive
84
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
85
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86
	distdir dist dist-all distcheck
87
ETAGS = etags
88
CTAGS = ctags
89
DIST_SUBDIRS = $(SUBDIRS)
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
distdir = $(PACKAGE)-$(VERSION)
92
top_distdir = $(distdir)
93
am__remove_distdir = \
94
  { test ! -d "$(distdir)" \
95
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
96
         && rm -fr "$(distdir)"; }; }
97
am__relativize = \
98
  dir0=`pwd`; \
99
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100
  sed_rest='s,^[^/]*/*,,'; \
101
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102
  sed_butlast='s,/*[^/]*$$,,'; \
103
  while test -n "$$dir1"; do \
104
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105
    if test "$$first" != "."; then \
106
      if test "$$first" = ".."; then \
107
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109
      else \
110
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111
        if test "$$first2" = "$$first"; then \
112
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113
        else \
114
          dir2="../$$dir2"; \
115
        fi; \
116
        dir0="$$dir0"/"$$first"; \
117
      fi; \
118
    fi; \
119
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120
  done; \
121
  reldir="$$dir2"
122
DIST_ARCHIVES = $(distdir).tar.gz
123
GZIP_ENV = --best
124
distuninstallcheck_listfiles = find . -type f -print
125
distcleancheck_listfiles = find . -type f -print
126
ACLOCAL = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run aclocal-1.11
56 by Osmo Antero
Version 0.5
127
ALL_LINGUAS = cs de en_AU en_GB es fi fr hr hu it nb pl pt_BR pt ru uk sk sr tr uk vi
1 by Osmo Antero Maatta
Initial import 17.jan.2011
128
AMTAR = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run tar
56 by Osmo Antero
Version 0.5
129
APP_INDICATOR_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libappindicator-0.1 -I/usr/include/libdbusmenu-0.4  
130
APP_INDICATOR_LIBS = -pthread -lappindicator -ldbusmenu-glib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
131
AUTOCONF = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run autoconf
132
AUTOHEADER = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run autoheader
133
AUTOMAKE = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run automake-1.11
134
AWK = mawk
135
CC = gcc
136
CCDEPMODE = depmode=gcc3
137
CFLAGS = -g -O2 -Wall
138
CPP = gcc -E
139
CPPFLAGS = 
140
CXX = g++
141
CXXDEPMODE = depmode=gcc3
142
CXXFLAGS = -g -O2
143
CYGPATH_W = echo
144
DATADIRNAME = share
56 by Osmo Antero
Version 0.5
145
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
146
DBUS_GLIB_CFLAGS = -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
147
DBUS_GLIB_LIBS = -pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  
148
DBUS_LIBS = -ldbus-1 -lpthread -lrt  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
149
DEFS = -DHAVE_CONFIG_H
150
DEPDIR = .deps
151
ECHO_C = 
152
ECHO_N = -n
153
ECHO_T = 
154
EGREP = /bin/grep -E
155
EXEEXT = 
56 by Osmo Antero
Version 0.5
156
GCONF_CFLAGS = -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gconf/2  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
157
GCONF_LIBS = -lgconf-2 -lglib-2.0  
158
GETTEXT_PACKAGE = audio-recorder
56 by Osmo Antero
Version 0.5
159
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
160
GLIB_LIBS = -lglib-2.0  
161
GMSGFMT = /usr/bin/msgfmt
162
GREP = /bin/grep
56 by Osmo Antero
Version 0.5
163
GSTREAMER_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  
164
GSTREAMER_INTERFACE_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
165
GSTREAMER_INTERFACE_LIBS = -pthread -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0  
166
GSTREAMER_LIBS = -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0  
56 by Osmo Antero
Version 0.5
167
GTHREAD_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
168
GTHREAD_LIBS = -pthread -lgthread-2.0 -lrt -lglib-2.0  
56 by Osmo Antero
Version 0.5
169
GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
170
GTK_LIBS = -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
171
INSTALL = /usr/bin/install -c
172
INSTALL_DATA = ${INSTALL} -m 644
173
INSTALL_PROGRAM = ${INSTALL}
174
INSTALL_SCRIPT = ${INSTALL}
175
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
176
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
177
INTLTOOL_MERGE = /usr/bin/intltool-merge
178
INTLTOOL_PERL = /usr/bin/perl
179
INTLTOOL_UPDATE = /usr/bin/intltool-update
56 by Osmo Antero
Version 0.5
180
LDFLAGS = 
1 by Osmo Antero Maatta
Initial import 17.jan.2011
181
LIBOBJS = 
182
LIBS = 
183
LTLIBOBJS = 
184
MAINT = #
185
MAKEINFO = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/missing --run makeinfo
56 by Osmo Antero
Version 0.5
186
MEDIA_PROFILES_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gnome-media -I/usr/include/gconf/2  
187
MEDIA_PROFILES_LIBS = -pthread -lgnome-media-profiles -lgconf-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
1 by Osmo Antero Maatta
Initial import 17.jan.2011
188
MKDIR_P = /bin/mkdir -p
189
MSGFMT = /usr/bin/msgfmt
190
MSGMERGE = /usr/bin/msgmerge
191
OBJEXT = o
192
PACKAGE = audio-recorder
193
PACKAGE_BUGREPORT = https://bugs.launchpad.net/audio-recorder/+filebug
194
PACKAGE_NAME = Audio Recorder
56 by Osmo Antero
Version 0.5
195
PACKAGE_STRING = Audio Recorder 0.4.4
1 by Osmo Antero Maatta
Initial import 17.jan.2011
196
PACKAGE_TARNAME = audio-recorder
197
PACKAGE_URL = 
56 by Osmo Antero
Version 0.5
198
PACKAGE_VERSION = 0.4.4
1 by Osmo Antero Maatta
Initial import 17.jan.2011
199
PATH_SEPARATOR = :
200
PKG_CONFIG = /usr/bin/pkg-config
201
PKG_CONFIG_LIBDIR = 
202
PKG_CONFIG_PATH = 
203
PULSEAUDIO_CFLAGS = -D_REENTRANT  
204
PULSEAUDIO_LIBS = -lpulse  
205
SET_MAKE = 
206
SHELL = /bin/bash
207
STRIP = 
208
USE_NLS = yes
56 by Osmo Antero
Version 0.5
209
VERSION = 0.4.4
1 by Osmo Antero Maatta
Initial import 17.jan.2011
210
XGETTEXT = /usr/bin/xgettext
211
abs_builddir = /media/sdb4/Audio-Recorder/audio-recorder
212
abs_srcdir = /media/sdb4/Audio-Recorder/audio-recorder
213
abs_top_builddir = /media/sdb4/Audio-Recorder/audio-recorder
214
abs_top_srcdir = /media/sdb4/Audio-Recorder/audio-recorder
215
ac_ct_CC = gcc
216
ac_ct_CXX = g++
217
am__include = include
218
am__leading_dot = .
219
am__quote = 
220
am__tar = ${AMTAR} chof - "$$tardir"
221
am__untar = ${AMTAR} xf -
222
bindir = ${exec_prefix}/bin
56 by Osmo Antero
Version 0.5
223
build_alias = 
1 by Osmo Antero Maatta
Initial import 17.jan.2011
224
builddir = .
225
datadir = ${datarootdir}
226
datarootdir = ${prefix}/share
227
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
228
dvidir = ${docdir}
229
exec_prefix = ${prefix}
5 by Osmo Antero Maatta
Miscellaneous changes
230
host_alias = 
1 by Osmo Antero Maatta
Initial import 17.jan.2011
231
htmldir = ${docdir}
232
includedir = ${prefix}/include
56 by Osmo Antero
Version 0.5
233
infodir = ${datarootdir}/info
1 by Osmo Antero Maatta
Initial import 17.jan.2011
234
install_sh = ${SHELL} /media/sdb4/Audio-Recorder/audio-recorder/install-sh
235
libdir = ${exec_prefix}/lib
236
libexecdir = ${exec_prefix}/libexec
237
localedir = ${datarootdir}/locale
238
localstatedir = ${prefix}/var
56 by Osmo Antero
Version 0.5
239
mandir = ${datarootdir}/man
1 by Osmo Antero Maatta
Initial import 17.jan.2011
240
mkdir_p = /bin/mkdir -p
241
oldincludedir = /usr/include
242
pdfdir = ${docdir}
243
prefix = /usr
244
program_transform_name = s,x,x,
245
psdir = ${docdir}
246
sbindir = ${exec_prefix}/sbin
247
sharedstatedir = ${prefix}/com
248
srcdir = .
249
sysconfdir = ${prefix}/etc
5 by Osmo Antero Maatta
Miscellaneous changes
250
target_alias = 
1 by Osmo Antero Maatta
Initial import 17.jan.2011
251
top_build_prefix = 
252
top_builddir = .
253
top_srcdir = .
56 by Osmo Antero
Version 0.5
254
SUBDIRS = src pixmaps icons data po
1 by Osmo Antero Maatta
Initial import 17.jan.2011
255
uidir = 
256
ui_DATA = 
257
CLEANFILES = 
258
EXTRA_DIST = $(ui_DATA) \
56 by Osmo Antero
Version 0.5
259
	      gnome-doc-utils.make
1 by Osmo Antero Maatta
Initial import 17.jan.2011
260
261
DISTCLEANFILES = 
262
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
263
all: all-recursive
264
265
.SUFFIXES:
266
am--refresh:
267
	@:
268
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
269
	@for dep in $?; do \
270
	  case '$(am__configure_deps)' in \
271
	    *$$dep*) \
272
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
273
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
274
		&& exit 0; \
275
	      exit 1;; \
276
	  esac; \
277
	done; \
278
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
279
	$(am__cd) $(top_srcdir) && \
280
	  $(AUTOMAKE) --gnu Makefile
281
.PRECIOUS: Makefile
282
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283
	@case '$?' in \
284
	  *config.status*) \
285
	    echo ' $(SHELL) ./config.status'; \
286
	    $(SHELL) ./config.status;; \
287
	  *) \
288
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
289
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
290
	esac;
291
292
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293
	$(SHELL) ./config.status --recheck
294
295
$(top_srcdir)/configure: # $(am__configure_deps)
296
	$(am__cd) $(srcdir) && $(AUTOCONF)
297
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
298
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
299
$(am__aclocal_m4_deps):
300
install-uiDATA: $(ui_DATA)
301
	@$(NORMAL_INSTALL)
302
	test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
303
	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
304
	for p in $$list; do \
305
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306
	  echo "$$d$$p"; \
307
	done | $(am__base_list) | \
308
	while read files; do \
309
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
310
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
311
	done
312
313
uninstall-uiDATA:
314
	@$(NORMAL_UNINSTALL)
315
	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
316
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
317
	test -n "$$files" || exit 0; \
318
	echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
319
	cd "$(DESTDIR)$(uidir)" && rm -f $$files
320
321
# This directory's subdirectories are mostly independent; you can cd
322
# into them and run `make' without going through this Makefile.
323
# To change the values of `make' variables: instead of editing Makefiles,
324
# (1) if the variable is set in `config.status', edit `config.status'
325
#     (which will cause the Makefiles to be regenerated when you run `make');
326
# (2) otherwise, pass the desired values on the `make' command line.
327
$(RECURSIVE_TARGETS):
328
	@fail= failcom='exit 1'; \
329
	for f in x $$MAKEFLAGS; do \
330
	  case $$f in \
331
	    *=* | --[!k]*);; \
332
	    *k*) failcom='fail=yes';; \
333
	  esac; \
334
	done; \
335
	dot_seen=no; \
336
	target=`echo $@ | sed s/-recursive//`; \
337
	list='$(SUBDIRS)'; for subdir in $$list; do \
338
	  echo "Making $$target in $$subdir"; \
339
	  if test "$$subdir" = "."; then \
340
	    dot_seen=yes; \
341
	    local_target="$$target-am"; \
342
	  else \
343
	    local_target="$$target"; \
344
	  fi; \
345
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346
	  || eval $$failcom; \
347
	done; \
348
	if test "$$dot_seen" = "no"; then \
349
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
350
	fi; test -z "$$fail"
351
352
$(RECURSIVE_CLEAN_TARGETS):
353
	@fail= failcom='exit 1'; \
354
	for f in x $$MAKEFLAGS; do \
355
	  case $$f in \
356
	    *=* | --[!k]*);; \
357
	    *k*) failcom='fail=yes';; \
358
	  esac; \
359
	done; \
360
	dot_seen=no; \
361
	case "$@" in \
362
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
363
	  *) list='$(SUBDIRS)' ;; \
364
	esac; \
365
	rev=''; for subdir in $$list; do \
366
	  if test "$$subdir" = "."; then :; else \
367
	    rev="$$subdir $$rev"; \
368
	  fi; \
369
	done; \
370
	rev="$$rev ."; \
371
	target=`echo $@ | sed s/-recursive//`; \
372
	for subdir in $$rev; do \
373
	  echo "Making $$target in $$subdir"; \
374
	  if test "$$subdir" = "."; then \
375
	    local_target="$$target-am"; \
376
	  else \
377
	    local_target="$$target"; \
378
	  fi; \
379
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
380
	  || eval $$failcom; \
381
	done && test -z "$$fail"
382
tags-recursive:
383
	list='$(SUBDIRS)'; for subdir in $$list; do \
384
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
385
	done
386
ctags-recursive:
387
	list='$(SUBDIRS)'; for subdir in $$list; do \
388
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
389
	done
390
391
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
392
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
393
	unique=`for i in $$list; do \
394
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
	  done | \
396
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
398
	mkid -fID $$unique
399
tags: TAGS
400
401
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
		$(TAGS_FILES) $(LISP)
403
	set x; \
404
	here=`pwd`; \
405
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
406
	  include_option=--etags-include; \
407
	  empty_fix=.; \
408
	else \
409
	  include_option=--include; \
410
	  empty_fix=; \
411
	fi; \
412
	list='$(SUBDIRS)'; for subdir in $$list; do \
413
	  if test "$$subdir" = .; then :; else \
414
	    test ! -f $$subdir/TAGS || \
415
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
416
	  fi; \
417
	done; \
418
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419
	unique=`for i in $$list; do \
420
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421
	  done | \
422
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
424
	shift; \
425
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
426
	  test -n "$$unique" || unique=$$empty_fix; \
427
	  if test $$# -gt 0; then \
428
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429
	      "$$@" $$unique; \
430
	  else \
431
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432
	      $$unique; \
433
	  fi; \
434
	fi
435
ctags: CTAGS
436
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437
		$(TAGS_FILES) $(LISP)
438
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
439
	unique=`for i in $$list; do \
440
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441
	  done | \
442
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
444
	test -z "$(CTAGS_ARGS)$$unique" \
445
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
446
	     $$unique
447
448
GTAGS:
449
	here=`$(am__cd) $(top_builddir) && pwd` \
450
	  && $(am__cd) $(top_srcdir) \
451
	  && gtags -i $(GTAGS_ARGS) "$$here"
452
453
distclean-tags:
454
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455
456
distdir: $(DISTFILES)
457
	$(am__remove_distdir)
458
	test -d "$(distdir)" || mkdir "$(distdir)"
459
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461
	list='$(DISTFILES)'; \
462
	  dist_files=`for file in $$list; do echo $$file; done | \
463
	  sed -e "s|^$$srcdirstrip/||;t" \
464
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465
	case $$dist_files in \
466
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
467
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468
			   sort -u` ;; \
469
	esac; \
470
	for file in $$dist_files; do \
471
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472
	  if test -d $$d/$$file; then \
473
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474
	    if test -d "$(distdir)/$$file"; then \
475
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476
	    fi; \
477
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480
	    fi; \
481
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482
	  else \
483
	    test -f "$(distdir)/$$file" \
484
	    || cp -p $$d/$$file "$(distdir)/$$file" \
485
	    || exit 1; \
486
	  fi; \
487
	done
488
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489
	  if test "$$subdir" = .; then :; else \
490
	    test -d "$(distdir)/$$subdir" \
491
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
492
	    || exit 1; \
493
	  fi; \
494
	done
495
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496
	  if test "$$subdir" = .; then :; else \
497
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498
	    $(am__relativize); \
499
	    new_distdir=$$reldir; \
500
	    dir1=$$subdir; dir2="$(top_distdir)"; \
501
	    $(am__relativize); \
502
	    new_top_distdir=$$reldir; \
503
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505
	    ($(am__cd) $$subdir && \
506
	      $(MAKE) $(AM_MAKEFLAGS) \
507
	        top_distdir="$$new_top_distdir" \
508
	        distdir="$$new_distdir" \
509
		am__remove_distdir=: \
510
		am__skip_length_check=: \
511
		am__skip_mode_fix=: \
512
	        distdir) \
513
	      || exit 1; \
514
	  fi; \
515
	done
516
	-test -n "$(am__skip_mode_fix)" \
517
	|| find "$(distdir)" -type d ! -perm -755 \
518
		-exec chmod u+rwx,go+rx {} \; -o \
519
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
520
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
521
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
522
	|| chmod -R a+r "$(distdir)"
523
dist-gzip: distdir
524
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
525
	$(am__remove_distdir)
526
527
dist-bzip2: distdir
528
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
529
	$(am__remove_distdir)
530
531
dist-lzma: distdir
532
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
533
	$(am__remove_distdir)
534
535
dist-xz: distdir
536
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
537
	$(am__remove_distdir)
538
539
dist-tarZ: distdir
540
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
541
	$(am__remove_distdir)
542
543
dist-shar: distdir
544
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
545
	$(am__remove_distdir)
546
547
dist-zip: distdir
548
	-rm -f $(distdir).zip
549
	zip -rq $(distdir).zip $(distdir)
550
	$(am__remove_distdir)
551
552
dist dist-all: distdir
553
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554
	$(am__remove_distdir)
555
556
# This target untars the dist file and tries a VPATH configuration.  Then
557
# it guarantees that the distribution is self-contained by making another
558
# tarfile.
559
distcheck: dist
560
	case '$(DIST_ARCHIVES)' in \
561
	*.tar.gz*) \
562
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
563
	*.tar.bz2*) \
564
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
565
	*.tar.lzma*) \
566
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
567
	*.tar.xz*) \
568
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
569
	*.tar.Z*) \
570
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
571
	*.shar.gz*) \
572
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
573
	*.zip*) \
574
	  unzip $(distdir).zip ;;\
575
	esac
576
	chmod -R a-w $(distdir); chmod a+w $(distdir)
577
	mkdir $(distdir)/_build
578
	mkdir $(distdir)/_inst
579
	chmod a-w $(distdir)
580
	test -d $(distdir)/_build || exit 0; \
581
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
582
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
583
	  && am__cwd=`pwd` \
584
	  && $(am__cd) $(distdir)/_build \
585
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
586
	    $(DISTCHECK_CONFIGURE_FLAGS) \
587
	  && $(MAKE) $(AM_MAKEFLAGS) \
588
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
589
	  && $(MAKE) $(AM_MAKEFLAGS) check \
590
	  && $(MAKE) $(AM_MAKEFLAGS) install \
591
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
592
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
593
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
594
	        distuninstallcheck \
595
	  && chmod -R a-w "$$dc_install_base" \
596
	  && ({ \
597
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
598
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
599
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
600
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
601
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
602
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
603
	  && rm -rf "$$dc_destdir" \
604
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
605
	  && rm -rf $(DIST_ARCHIVES) \
606
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
607
	  && cd "$$am__cwd" \
608
	  || exit 1
609
	$(am__remove_distdir)
610
	@(echo "$(distdir) archives ready for distribution: "; \
611
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
612
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
613
distuninstallcheck:
614
	@$(am__cd) '$(distuninstallcheck_dir)' \
615
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
616
	   || { echo "ERROR: files left after uninstall:" ; \
617
	        if test -n "$(DESTDIR)"; then \
618
	          echo "  (check DESTDIR support)"; \
619
	        fi ; \
620
	        $(distuninstallcheck_listfiles) ; \
621
	        exit 1; } >&2
622
distcleancheck: distclean
623
	@if test '$(srcdir)' = . ; then \
624
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
625
	  exit 1 ; \
626
	fi
627
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
628
	  || { echo "ERROR: files left in build directory after distclean:" ; \
629
	       $(distcleancheck_listfiles) ; \
630
	       exit 1; } >&2
631
check-am: all-am
632
check: check-recursive
633
all-am: Makefile $(DATA)
634
installdirs: installdirs-recursive
635
installdirs-am:
636
	for dir in "$(DESTDIR)$(uidir)"; do \
637
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638
	done
639
install: install-recursive
640
install-exec: install-exec-recursive
641
install-data: install-data-recursive
642
uninstall: uninstall-recursive
643
644
install-am: all-am
645
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647
installcheck: installcheck-recursive
648
install-strip:
649
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651
	  `test -z '$(STRIP)' || \
652
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653
mostlyclean-generic:
654
655
clean-generic:
656
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
657
658
distclean-generic:
659
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
662
663
maintainer-clean-generic:
664
	@echo "This command is intended for maintainers to use"
665
	@echo "it deletes files that may require special tools to rebuild."
666
clean: clean-recursive
667
668
clean-am: clean-generic mostlyclean-am
669
670
distclean: distclean-recursive
671
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
672
	-rm -f Makefile
673
distclean-am: clean-am distclean-generic distclean-tags
674
675
dvi: dvi-recursive
676
677
dvi-am:
678
679
html: html-recursive
680
681
html-am:
682
683
info: info-recursive
684
685
info-am:
686
687
install-data-am: install-uiDATA
688
689
install-dvi: install-dvi-recursive
690
691
install-dvi-am:
692
693
install-exec-am:
694
695
install-html: install-html-recursive
696
697
install-html-am:
698
699
install-info: install-info-recursive
700
701
install-info-am:
702
703
install-man:
704
705
install-pdf: install-pdf-recursive
706
707
install-pdf-am:
708
709
install-ps: install-ps-recursive
710
711
install-ps-am:
712
713
installcheck-am:
714
715
maintainer-clean: maintainer-clean-recursive
716
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
717
	-rm -rf $(top_srcdir)/autom4te.cache
718
	-rm -f Makefile
719
maintainer-clean-am: distclean-am maintainer-clean-generic
720
721
mostlyclean: mostlyclean-recursive
722
723
mostlyclean-am: mostlyclean-generic
724
725
pdf: pdf-recursive
726
727
pdf-am:
728
729
ps: ps-recursive
730
731
ps-am:
732
733
uninstall-am: uninstall-uiDATA
734
735
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
736
	install-am install-strip tags-recursive
737
738
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
739
	all all-am am--refresh check check-am clean clean-generic \
740
	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
741
	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
742
	distclean distclean-generic distclean-tags distcleancheck \
743
	distdir distuninstallcheck dvi dvi-am html html-am info \
744
	info-am install install-am install-data install-data-am \
745
	install-dvi install-dvi-am install-exec install-exec-am \
746
	install-html install-html-am install-info install-info-am \
747
	install-man install-pdf install-pdf-am install-ps \
748
	install-ps-am install-strip install-uiDATA installcheck \
749
	installcheck-am installdirs installdirs-am maintainer-clean \
750
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
751
	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
752
	uninstall-uiDATA
753
754
755
# Tell versions [3.59,3.63) of GNU make to not export all variables.
756
# Otherwise a system limit (for SysV at least) may be exceeded.
757
.NOEXPORT: