~ubuntu-branches/ubuntu/maverick/ekiga/maverick

« back to all changes in this revision

Viewing changes to lib/engine/audioinput/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eugen Dedu, Eugen Dedu, Loic Minier
  • Date: 2008-09-27 10:00:00 UTC
  • mfrom: (1.1.8 upstream)
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080927100000-l5k5werb6czr5b3h
Tags: 3.0.1-1
[ Eugen Dedu ]
* New version.  (Closes: #500089).
* Add our own changelog file in /usr/share/doc.
* Remove gnomemeeting transitional package.
* Discover new interfaces.  (Closes: #488199).
* Compile with dbus support.  (Closes: #467212).
* Numeric keypad inserts digits at correct position.  (Closes: #440159).
* Use libnotify upon call.  (Closes: #412604).
* Symlink identical GNOME help files, to reduce size.  (Closes: #505536).
* Explicitely build-depends on a few dev packages, even if they were
  pulled out anyway by the other dependencies.

[ Loic Minier ]
* Use clean:: instead of clean: in rules.
* Don't disable Uploaders: generation for control.in -> control generation
  in rules.
* Fix some tabs which were size 4 anyway.
* Generate a PO template during build by calling intltool-update -p in
  install; thanks Ubuntu and Martin Pitt; closes: #505535.
* Also let the -dbg depend on ${misc:Depends}.
* Cleanup rules; in particular, use dpkg-parsechangelog and honor
  distclean/clean failures, remove old clean rules, commented out stuff,
  gtk-only stuff.
* Pass -s to dh_* in binary-arch.
* Use debian/*.links and debian/*.manpages instead of symlink manually or
  passing files to dh_installman.
* Use ftp.gnome.org in copyright.
* Switch to quilt and fix target deps in the process; build-dep on quilt
  instead of dpatch; rename news.dpatch to 00_news.patch and refresh;
  replace 00list with series.
* Install autotools-dev config.guess and .sub after patching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
target_triplet = @target@
 
35
subdir = lib/engine/audioinput
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
42
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_CLEAN_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
47
        html-recursive info-recursive install-data-recursive \
 
48
        install-dvi-recursive install-exec-recursive \
 
49
        install-html-recursive install-info-recursive \
 
50
        install-pdf-recursive install-ps-recursive install-recursive \
 
51
        installcheck-recursive installdirs-recursive pdf-recursive \
 
52
        ps-recursive uninstall-recursive
 
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
54
  distclean-recursive maintainer-clean-recursive
 
55
ETAGS = etags
 
56
CTAGS = ctags
 
57
DIST_SUBDIRS = $(SUBDIRS)
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
ALL_LINGUAS = @ALL_LINGUAS@
 
61
AMTAR = @AMTAR@
 
62
AR = @AR@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AVAHI_CFLAGS = @AVAHI_CFLAGS@
 
67
AVAHI_LIBS = @AVAHI_LIBS@
 
68
AWK = @AWK@
 
69
CATALOGS = @CATALOGS@
 
70
CATOBJEXT = @CATOBJEXT@
 
71
CC = @CC@
 
72
CCAS = @CCAS@
 
73
CCASDEPMODE = @CCASDEPMODE@
 
74
CCASFLAGS = @CCASFLAGS@
 
75
CCDEPMODE = @CCDEPMODE@
 
76
CFLAGS = @CFLAGS@
 
77
CPP = @CPP@
 
78
CPPFLAGS = @CPPFLAGS@
 
79
CXX = @CXX@
 
80
CXXCPP = @CXXCPP@
 
81
CXXDEPMODE = @CXXDEPMODE@
 
82
CXXFLAGS = @CXXFLAGS@
 
83
CYGPATH_W = @CYGPATH_W@
 
84
DATADIRNAME = @DATADIRNAME@
 
85
DBUS_CFLAGS = @DBUS_CFLAGS@
 
86
DBUS_LIBS = @DBUS_LIBS@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
90
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
91
DSYMUTIL = @DSYMUTIL@
 
92
DX_CFLAGS = @DX_CFLAGS@
 
93
DX_LIBS = @DX_LIBS@
 
94
ECHO = @ECHO@
 
95
ECHO_C = @ECHO_C@
 
96
ECHO_N = @ECHO_N@
 
97
ECHO_T = @ECHO_T@
 
98
EDS_CFLAGS = @EDS_CFLAGS@
 
99
EDS_LIBS = @EDS_LIBS@
 
100
EGREP = @EGREP@
 
101
EXEEXT = @EXEEXT@
 
102
F77 = @F77@
 
103
FFLAGS = @FFLAGS@
 
104
GCONF_CFLAGS = @GCONF_CFLAGS@
 
105
GCONF_LIBS = @GCONF_LIBS@
 
106
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
107
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
108
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
109
GLIB_CFLAGS = @GLIB_CFLAGS@
 
110
GLIB_LIBS = @GLIB_LIBS@
 
111
GMOFILES = @GMOFILES@
 
112
GMSGFMT = @GMSGFMT@
 
113
GNOME_CFLAGS = @GNOME_CFLAGS@
 
114
GNOME_LIBS = @GNOME_LIBS@
 
115
GREP = @GREP@
 
116
GTK_CFLAGS = @GTK_CFLAGS@
 
117
GTK_LIBS = @GTK_LIBS@
 
118
HELP_DIR = @HELP_DIR@
 
119
INSTALL = @INSTALL@
 
120
INSTALL_DATA = @INSTALL_DATA@
 
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
INSTOBJEXT = @INSTOBJEXT@
 
125
INTLLIBS = @INTLLIBS@
 
126
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
127
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
128
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
129
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
130
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
131
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
132
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
133
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
134
INTLTOOL_PERL = @INTLTOOL_PERL@
 
135
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
136
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
137
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
138
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
139
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
140
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
141
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
142
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
143
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
144
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
145
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
146
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
147
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
148
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
149
LDAP_CFLAGS = @LDAP_CFLAGS@
 
150
LDAP_LIBS = @LDAP_LIBS@
 
151
LDFLAGS = @LDFLAGS@
 
152
LIBOBJS = @LIBOBJS@
 
153
LIBS = @LIBS@
 
154
LIBTOOL = @LIBTOOL@
 
155
LN_S = @LN_S@
 
156
LTLIBOBJS = @LTLIBOBJS@
 
157
MAINT = @MAINT@
 
158
MAKEINFO = @MAKEINFO@
 
159
MKDIR_P = @MKDIR_P@
 
160
MKINSTALLDIRS = @MKINSTALLDIRS@
 
161
MSGFMT = @MSGFMT@
 
162
MSGFMT_OPTS = @MSGFMT_OPTS@
 
163
MSGMERGE = @MSGMERGE@
 
164
NMEDIT = @NMEDIT@
 
165
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
 
166
NOTIFY_LIBS = @NOTIFY_LIBS@
 
167
OBJEXT = @OBJEXT@
 
168
OMF_DIR = @OMF_DIR@
 
169
OPAL_CFLAGS = @OPAL_CFLAGS@
 
170
OPAL_LIBS = @OPAL_LIBS@
 
171
PACKAGE = @PACKAGE@
 
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
173
PACKAGE_NAME = @PACKAGE_NAME@
 
174
PACKAGE_STRING = @PACKAGE_STRING@
 
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_VERSION = @PACKAGE_VERSION@
 
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
PKG_CONFIG = @PKG_CONFIG@
 
179
POFILES = @POFILES@
 
180
POSUB = @POSUB@
 
181
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
182
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
183
PTLIB_CFLAGS = @PTLIB_CFLAGS@
 
184
PTLIB_LIBS = @PTLIB_LIBS@
 
185
RANLIB = @RANLIB@
 
186
SCHEMA_AGE = @SCHEMA_AGE@
 
187
SED = @SED@
 
188
SET_MAKE = @SET_MAKE@
 
189
SHELL = @SHELL@
 
190
SIGC_CFLAGS = @SIGC_CFLAGS@
 
191
SIGC_LIBS = @SIGC_LIBS@
 
192
SK_CONFIG = @SK_CONFIG@
 
193
STRIP = @STRIP@
 
194
USE_NLS = @USE_NLS@
 
195
VERSION = @VERSION@
 
196
XGETTEXT = @XGETTEXT@
 
197
XML_CFLAGS = @XML_CFLAGS@
 
198
XML_LIBS = @XML_LIBS@
 
199
XV_CFLAGS = @XV_CFLAGS@
 
200
XV_LIBS = @XV_LIBS@
 
201
abs_builddir = @abs_builddir@
 
202
abs_srcdir = @abs_srcdir@
 
203
abs_top_builddir = @abs_top_builddir@
 
204
abs_top_srcdir = @abs_top_srcdir@
 
205
ac_ct_CC = @ac_ct_CC@
 
206
ac_ct_CXX = @ac_ct_CXX@
 
207
ac_ct_F77 = @ac_ct_F77@
 
208
am__include = @am__include@
 
209
am__leading_dot = @am__leading_dot@
 
210
am__quote = @am__quote@
 
211
am__tar = @am__tar@
 
212
am__untar = @am__untar@
 
213
bindir = @bindir@
 
214
build = @build@
 
215
build_alias = @build_alias@
 
216
build_cpu = @build_cpu@
 
217
build_os = @build_os@
 
218
build_vendor = @build_vendor@
 
219
builddir = @builddir@
 
220
datadir = @datadir@
 
221
datarootdir = @datarootdir@
 
222
docdir = @docdir@
 
223
dvidir = @dvidir@
 
224
exec_prefix = @exec_prefix@
 
225
gnomeconfdir = @gnomeconfdir@
 
226
gnomedatadir = @gnomedatadir@
 
227
host = @host@
 
228
host_alias = @host_alias@
 
229
host_cpu = @host_cpu@
 
230
host_os = @host_os@
 
231
host_vendor = @host_vendor@
 
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 = @target@
 
252
target_alias = @target_alias@
 
253
target_cpu = @target_cpu@
 
254
target_os = @target_os@
 
255
target_vendor = @target_vendor@
 
256
top_builddir = @top_builddir@
 
257
top_srcdir = @top_srcdir@
 
258
SUBDIRS = skel null ptlib
 
259
all: all-recursive
 
260
 
 
261
.SUFFIXES:
 
262
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
263
        @for dep in $?; do \
 
264
          case '$(am__configure_deps)' in \
 
265
            *$$dep*) \
 
266
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
267
                && exit 0; \
 
268
              exit 1;; \
 
269
          esac; \
 
270
        done; \
 
271
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/engine/audioinput/Makefile'; \
 
272
        cd $(top_srcdir) && \
 
273
          $(AUTOMAKE) --gnu  lib/engine/audioinput/Makefile
 
274
.PRECIOUS: Makefile
 
275
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
276
        @case '$?' in \
 
277
          *config.status*) \
 
278
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
279
          *) \
 
280
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
281
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
282
        esac;
 
283
 
 
284
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
286
 
 
287
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
291
 
 
292
mostlyclean-libtool:
 
293
        -rm -f *.lo
 
294
 
 
295
clean-libtool:
 
296
        -rm -rf .libs _libs
 
297
 
 
298
# This directory's subdirectories are mostly independent; you can cd
 
299
# into them and run `make' without going through this Makefile.
 
300
# To change the values of `make' variables: instead of editing Makefiles,
 
301
# (1) if the variable is set in `config.status', edit `config.status'
 
302
#     (which will cause the Makefiles to be regenerated when you run `make');
 
303
# (2) otherwise, pass the desired values on the `make' command line.
 
304
$(RECURSIVE_TARGETS):
 
305
        @failcom='exit 1'; \
 
306
        for f in x $$MAKEFLAGS; do \
 
307
          case $$f in \
 
308
            *=* | --[!k]*);; \
 
309
            *k*) failcom='fail=yes';; \
 
310
          esac; \
 
311
        done; \
 
312
        dot_seen=no; \
 
313
        target=`echo $@ | sed s/-recursive//`; \
 
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
315
          echo "Making $$target in $$subdir"; \
 
316
          if test "$$subdir" = "."; then \
 
317
            dot_seen=yes; \
 
318
            local_target="$$target-am"; \
 
319
          else \
 
320
            local_target="$$target"; \
 
321
          fi; \
 
322
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
323
          || eval $$failcom; \
 
324
        done; \
 
325
        if test "$$dot_seen" = "no"; then \
 
326
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
327
        fi; test -z "$$fail"
 
328
 
 
329
$(RECURSIVE_CLEAN_TARGETS):
 
330
        @failcom='exit 1'; \
 
331
        for f in x $$MAKEFLAGS; do \
 
332
          case $$f in \
 
333
            *=* | --[!k]*);; \
 
334
            *k*) failcom='fail=yes';; \
 
335
          esac; \
 
336
        done; \
 
337
        dot_seen=no; \
 
338
        case "$@" in \
 
339
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
340
          *) list='$(SUBDIRS)' ;; \
 
341
        esac; \
 
342
        rev=''; for subdir in $$list; do \
 
343
          if test "$$subdir" = "."; then :; else \
 
344
            rev="$$subdir $$rev"; \
 
345
          fi; \
 
346
        done; \
 
347
        rev="$$rev ."; \
 
348
        target=`echo $@ | sed s/-recursive//`; \
 
349
        for subdir in $$rev; do \
 
350
          echo "Making $$target in $$subdir"; \
 
351
          if test "$$subdir" = "."; then \
 
352
            local_target="$$target-am"; \
 
353
          else \
 
354
            local_target="$$target"; \
 
355
          fi; \
 
356
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
357
          || eval $$failcom; \
 
358
        done && test -z "$$fail"
 
359
tags-recursive:
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
361
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
362
        done
 
363
ctags-recursive:
 
364
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
365
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
366
        done
 
367
 
 
368
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
369
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
370
        unique=`for i in $$list; do \
 
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
372
          done | \
 
373
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
375
        mkid -fID $$unique
 
376
tags: TAGS
 
377
 
 
378
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
379
                $(TAGS_FILES) $(LISP)
 
380
        tags=; \
 
381
        here=`pwd`; \
 
382
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
383
          include_option=--etags-include; \
 
384
          empty_fix=.; \
 
385
        else \
 
386
          include_option=--include; \
 
387
          empty_fix=; \
 
388
        fi; \
 
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
390
          if test "$$subdir" = .; then :; else \
 
391
            test ! -f $$subdir/TAGS || \
 
392
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
393
          fi; \
 
394
        done; \
 
395
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
396
        unique=`for i in $$list; do \
 
397
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
398
          done | \
 
399
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
400
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
401
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
402
          test -n "$$unique" || unique=$$empty_fix; \
 
403
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
            $$tags $$unique; \
 
405
        fi
 
406
ctags: CTAGS
 
407
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
408
                $(TAGS_FILES) $(LISP)
 
409
        tags=; \
 
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
411
        unique=`for i in $$list; do \
 
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
413
          done | \
 
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
416
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
418
             $$tags $$unique
 
419
 
 
420
GTAGS:
 
421
        here=`$(am__cd) $(top_builddir) && pwd` \
 
422
          && cd $(top_srcdir) \
 
423
          && gtags -i $(GTAGS_ARGS) $$here
 
424
 
 
425
distclean-tags:
 
426
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
427
 
 
428
distdir: $(DISTFILES)
 
429
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
430
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        list='$(DISTFILES)'; \
 
432
          dist_files=`for file in $$list; do echo $$file; done | \
 
433
          sed -e "s|^$$srcdirstrip/||;t" \
 
434
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
435
        case $$dist_files in \
 
436
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
437
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
438
                           sort -u` ;; \
 
439
        esac; \
 
440
        for file in $$dist_files; do \
 
441
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
442
          if test -d $$d/$$file; then \
 
443
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
444
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
445
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
446
            fi; \
 
447
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
448
          else \
 
449
            test -f $(distdir)/$$file \
 
450
            || cp -p $$d/$$file $(distdir)/$$file \
 
451
            || exit 1; \
 
452
          fi; \
 
453
        done
 
454
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
455
          if test "$$subdir" = .; then :; else \
 
456
            test -d "$(distdir)/$$subdir" \
 
457
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
458
            || exit 1; \
 
459
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
460
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
461
            (cd $$subdir && \
 
462
              $(MAKE) $(AM_MAKEFLAGS) \
 
463
                top_distdir="$$top_distdir" \
 
464
                distdir="$$distdir/$$subdir" \
 
465
                am__remove_distdir=: \
 
466
                am__skip_length_check=: \
 
467
                distdir) \
 
468
              || exit 1; \
 
469
          fi; \
 
470
        done
 
471
check-am: all-am
 
472
check: check-recursive
 
473
all-am: Makefile
 
474
installdirs: installdirs-recursive
 
475
installdirs-am:
 
476
install: install-recursive
 
477
install-exec: install-exec-recursive
 
478
install-data: install-data-recursive
 
479
uninstall: uninstall-recursive
 
480
 
 
481
install-am: all-am
 
482
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
483
 
 
484
installcheck: installcheck-recursive
 
485
install-strip:
 
486
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
487
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
488
          `test -z '$(STRIP)' || \
 
489
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
490
mostlyclean-generic:
 
491
 
 
492
clean-generic:
 
493
 
 
494
distclean-generic:
 
495
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
496
 
 
497
maintainer-clean-generic:
 
498
        @echo "This command is intended for maintainers to use"
 
499
        @echo "it deletes files that may require special tools to rebuild."
 
500
clean: clean-recursive
 
501
 
 
502
clean-am: clean-generic clean-libtool mostlyclean-am
 
503
 
 
504
distclean: distclean-recursive
 
505
        -rm -f Makefile
 
506
distclean-am: clean-am distclean-generic distclean-tags
 
507
 
 
508
dvi: dvi-recursive
 
509
 
 
510
dvi-am:
 
511
 
 
512
html: html-recursive
 
513
 
 
514
info: info-recursive
 
515
 
 
516
info-am:
 
517
 
 
518
install-data-am:
 
519
 
 
520
install-dvi: install-dvi-recursive
 
521
 
 
522
install-exec-am:
 
523
 
 
524
install-html: install-html-recursive
 
525
 
 
526
install-info: install-info-recursive
 
527
 
 
528
install-man:
 
529
 
 
530
install-pdf: install-pdf-recursive
 
531
 
 
532
install-ps: install-ps-recursive
 
533
 
 
534
installcheck-am:
 
535
 
 
536
maintainer-clean: maintainer-clean-recursive
 
537
        -rm -f Makefile
 
538
maintainer-clean-am: distclean-am maintainer-clean-generic
 
539
 
 
540
mostlyclean: mostlyclean-recursive
 
541
 
 
542
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
543
 
 
544
pdf: pdf-recursive
 
545
 
 
546
pdf-am:
 
547
 
 
548
ps: ps-recursive
 
549
 
 
550
ps-am:
 
551
 
 
552
uninstall-am:
 
553
 
 
554
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
555
        install-strip
 
556
 
 
557
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
558
        all all-am check check-am clean clean-generic clean-libtool \
 
559
        ctags ctags-recursive distclean distclean-generic \
 
560
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
561
        html-am info info-am install install-am install-data \
 
562
        install-data-am install-dvi install-dvi-am install-exec \
 
563
        install-exec-am install-html install-html-am install-info \
 
564
        install-info-am install-man install-pdf install-pdf-am \
 
565
        install-ps install-ps-am install-strip installcheck \
 
566
        installcheck-am installdirs installdirs-am maintainer-clean \
 
567
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
568
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
569
        uninstall uninstall-am
 
570
 
 
571
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
572
# Otherwise a system limit (for SysV at least) may be exceeded.
 
573
.NOEXPORT: