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