~ubuntu-branches/ubuntu/jaunty/ekiga/jaunty-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-12-07 10:30:45 UTC
  • mfrom: (1.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20081207103045-iaurrjo4p7d1nngo
Tags: 3.0.1-1ubuntu1
* Merge to Debian experimental, to get Ekiga 3. (LP: #274085) Remaining
  Ubuntu changes:
  - Launchpad Integration: (Ubuntu specific)
    + debian/control.in: Add liblaunchpad-integration-dev build dependency.
    + Add ubuntu_lpi.patch: Call launchpad_integration_add_items() in main() and
      check for the launchpad-integration pkg-config module.
    + Add autoconf.patch: autoconf changes from above patch.
  - Add ubuntu_desktop-file-onlyshowin.patch: Show ekiga in Mobile, too.
    (Ubuntu specific).
  - debian/control.in: Add missing fdupes build dependency for identical
    GNOME help file symlinking. (Debian #505536)
* Drop 42_change_pixmaps.dpatch: Many of the old icons do not exist any
  more, some have been replaced, and keeping the remaining three would make
  them look very inconsistent.
* Convert our dpatches to quilt patches and rewrite them for new upstream
  version.
* Add migrate_2.0_settings.patch: Properly migrate settings from
  2.0. Taken from upstream SVN, thanks to Damien Sandras!

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