~ubuntu-branches/ubuntu/raring/nautilus-sendto-universe/raring

« back to all changes in this revision

Viewing changes to evolution/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-07-30 23:31:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730233120-ut3baoo6lde6q9gk
Tags: 1.1.6-0ubuntu1
* New upstream release. (LP: #377192)
* debian/control
  - Remove libglade2-dev build dependency.
  - Bump version of libgtk2.0-dev build dependency to 2.12.
  - Remove empathy related build dependencies.
  - Update description to remove empathy references.
* debian/nautilus-sendto-universe.install
  - Remove empathy plugin.
* debian/patches/10_fix_empathy_2.26.patch
  - Remove. Not needed anymore.
* debian/README.Debian.
  - Update to remove empathy references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
am__vpath_adj = case $$p in \
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
52
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
53
70
LTLIBRARIES = $(plugin_LTLIBRARIES)
54
71
am__DEPENDENCIES_1 =
55
72
liborg_gnome_evolution_send_attachments_to_la_DEPENDENCIES =  \
66
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
69
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
89
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
96
SOURCES = $(liborg_gnome_evolution_send_attachments_to_la_SOURCES)
79
97
DIST_SOURCES =  \
80
98
        $(liborg_gnome_evolution_send_attachments_to_la_SOURCES)
81
 
pluginDATA_INSTALL = $(INSTALL_DATA)
82
99
DATA = $(plugin_DATA)
83
100
ETAGS = etags
84
101
CTAGS = ctags
103
120
CFLAGS = @CFLAGS@
104
121
CPP = @CPP@
105
122
CPPFLAGS = @CPPFLAGS@
106
 
CXX = @CXX@
107
 
CXXCPP = @CXXCPP@
108
 
CXXDEPMODE = @CXXDEPMODE@
109
 
CXXFLAGS = @CXXFLAGS@
110
123
CYGPATH_W = @CYGPATH_W@
111
124
DATADIRNAME = @DATADIRNAME@
112
125
DBUS_CFLAGS = @DBUS_CFLAGS@
116
129
DEPDIR = @DEPDIR@
117
130
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
118
131
DSYMUTIL = @DSYMUTIL@
 
132
DUMPBIN = @DUMPBIN@
119
133
EBOOK_REQUIRED = @EBOOK_REQUIRED@
120
 
ECHO = @ECHO@
121
134
ECHO_C = @ECHO_C@
122
135
ECHO_N = @ECHO_N@
123
136
ECHO_T = @ECHO_T@
129
142
EVOLUTION_CFLAGS = @EVOLUTION_CFLAGS@
130
143
EVOLUTION_LIBS = @EVOLUTION_LIBS@
131
144
EXEEXT = @EXEEXT@
132
 
F77 = @F77@
133
 
FFLAGS = @FFLAGS@
134
 
GAIM_CFLAGS = @GAIM_CFLAGS@
135
 
GAIM_DATADIR = @GAIM_DATADIR@
136
 
GAIM_LIBDIR = @GAIM_LIBDIR@
137
 
GAIM_LIBS = @GAIM_LIBS@
 
145
FGREP = @FGREP@
138
146
GAIM_REQUIRED = @GAIM_REQUIRED@
139
147
GCONFTOOL = @GCONFTOOL@
140
148
GCONF_REQUIRED = @GCONF_REQUIRED@
143
151
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
144
152
GIO_CFLAGS = @GIO_CFLAGS@
145
153
GIO_LIBS = @GIO_LIBS@
146
 
GLADE_REQUIRED = @GLADE_REQUIRED@
147
154
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
148
155
GLIB_REQUIRED = @GLIB_REQUIRED@
149
156
GMOFILES = @GMOFILES@
158
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159
166
INSTOBJEXT = @INSTOBJEXT@
160
167
INTLLIBS = @INTLLIBS@
161
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
162
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
163
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
164
168
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
165
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
166
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
167
169
INTLTOOL_MERGE = @INTLTOOL_MERGE@
168
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
169
170
INTLTOOL_PERL = @INTLTOOL_PERL@
170
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
171
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
172
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
173
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
174
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
175
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
176
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
177
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
178
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
179
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
180
171
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
181
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
182
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
183
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
172
LD = @LD@
184
173
LDFLAGS = @LDFLAGS@
185
174
LIBOBJS = @LIBOBJS@
186
175
LIBS = @LIBS@
187
176
LIBTOOL = @LIBTOOL@
 
177
LIPO = @LIPO@
188
178
LN_S = @LN_S@
189
179
LTLIBOBJS = @LTLIBOBJS@
190
180
MAINT = @MAINT@
200
190
NAUTILUS_EXT_SENDTO_LIBS = @NAUTILUS_EXT_SENDTO_LIBS@
201
191
NAUTILUS_SENDTO_CFLAGS = @NAUTILUS_SENDTO_CFLAGS@
202
192
NAUTILUS_SENDTO_LIBS = @NAUTILUS_SENDTO_LIBS@
 
193
NM = @NM@
203
194
NMEDIT = @NMEDIT@
204
195
NST_EBOOK_CFLAGS = @NST_EBOOK_CFLAGS@
205
196
NST_EBOOK_LIBS = @NST_EBOOK_LIBS@
 
197
OBJDUMP = @OBJDUMP@
206
198
OBJEXT = @OBJEXT@
 
199
OTOOL = @OTOOL@
 
200
OTOOL64 = @OTOOL64@
207
201
PACKAGE = @PACKAGE@
208
202
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209
203
PACKAGE_NAME = @PACKAGE_NAME@
240
234
abs_top_builddir = @abs_top_builddir@
241
235
abs_top_srcdir = @abs_top_srcdir@
242
236
ac_ct_CC = @ac_ct_CC@
243
 
ac_ct_CXX = @ac_ct_CXX@
244
 
ac_ct_F77 = @ac_ct_F77@
 
237
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245
238
am__include = @am__include@
246
239
am__leading_dot = @am__leading_dot@
247
240
am__quote = @am__quote@
272
265
libexecdir = @libexecdir@
273
266
localedir = @localedir@
274
267
localstatedir = @localstatedir@
 
268
lt_ECHO = @lt_ECHO@
275
269
mandir = @mandir@
276
270
mkdir_p = @mkdir_p@
277
271
oldincludedir = @oldincludedir@
309
303
        @for dep in $?; do \
310
304
          case '$(am__configure_deps)' in \
311
305
            *$$dep*) \
312
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
313
 
                && exit 0; \
 
306
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
307
                && { if test -f $@; then exit 0; else break; fi; }; \
314
308
              exit 1;; \
315
309
          esac; \
316
310
        done; \
317
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  evolution/Makefile'; \
318
 
        cd $(top_srcdir) && \
319
 
          $(AUTOMAKE) --gnu  evolution/Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu evolution/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --gnu evolution/Makefile
320
314
.PRECIOUS: Makefile
321
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
316
        @case '$?' in \
334
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
337
332
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
338
333
        @$(NORMAL_INSTALL)
339
334
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
340
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
335
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
336
        list2=; for p in $$list; do \
341
337
          if test -f $$p; then \
342
 
            f=$(am__strip_dir) \
343
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
344
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
338
            list2="$$list2 $$p"; \
345
339
          else :; fi; \
346
 
        done
 
340
        done; \
 
341
        test -z "$$list2" || { \
 
342
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
343
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
344
        }
347
345
 
348
346
uninstall-pluginLTLIBRARIES:
349
347
        @$(NORMAL_UNINSTALL)
350
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
351
 
          p=$(am__strip_dir) \
352
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
353
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
348
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
349
        for p in $$list; do \
 
350
          $(am__strip_dir) \
 
351
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
352
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
354
353
        done
355
354
 
356
355
clean-pluginLTLIBRARIES:
374
373
 
375
374
.c.o:
376
375
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
377
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
379
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
381
380
 
382
381
.c.obj:
383
382
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
384
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
383
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
386
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
388
387
 
389
388
.c.lo:
390
389
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
390
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
392
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
393
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
393
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
401
400
install-pluginDATA: $(plugin_DATA)
402
401
        @$(NORMAL_INSTALL)
403
402
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
404
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
403
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
404
        for p in $$list; do \
405
405
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406
 
          f=$(am__strip_dir) \
407
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
408
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
406
          echo "$$d$$p"; \
 
407
        done | $(am__base_list) | \
 
408
        while read files; do \
 
409
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
410
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
409
411
        done
410
412
 
411
413
uninstall-pluginDATA:
412
414
        @$(NORMAL_UNINSTALL)
413
 
        @list='$(plugin_DATA)'; for p in $$list; do \
414
 
          f=$(am__strip_dir) \
415
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
416
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
417
 
        done
 
415
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
416
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
417
        test -n "$$files" || exit 0; \
 
418
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
419
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
418
420
 
419
421
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420
422
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421
423
        unique=`for i in $$list; do \
422
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
425
          done | \
424
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
428
        mkid -fID $$unique
427
429
tags: TAGS
428
430
 
429
431
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
432
                $(TAGS_FILES) $(LISP)
431
 
        tags=; \
 
433
        set x; \
432
434
        here=`pwd`; \
433
435
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
436
        unique=`for i in $$list; do \
436
438
          done | \
437
439
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
440
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
441
        shift; \
 
442
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440
443
          test -n "$$unique" || unique=$$empty_fix; \
441
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
 
            $$tags $$unique; \
 
444
          if test $$# -gt 0; then \
 
445
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
446
              "$$@" $$unique; \
 
447
          else \
 
448
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
449
              $$unique; \
 
450
          fi; \
443
451
        fi
444
452
ctags: CTAGS
445
453
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
454
                $(TAGS_FILES) $(LISP)
447
 
        tags=; \
448
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
456
        unique=`for i in $$list; do \
450
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
458
          done | \
452
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
461
        test -z "$(CTAGS_ARGS)$$unique" \
455
462
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456
 
             $$tags $$unique
 
463
             $$unique
457
464
 
458
465
GTAGS:
459
466
        here=`$(am__cd) $(top_builddir) && pwd` \
460
 
          && cd $(top_srcdir) \
461
 
          && gtags -i $(GTAGS_ARGS) $$here
 
467
          && $(am__cd) $(top_srcdir) \
 
468
          && gtags -i $(GTAGS_ARGS) "$$here"
462
469
 
463
470
distclean-tags:
464
471
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
486
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480
487
          if test -d $$d/$$file; then \
481
488
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
489
            if test -d "$(distdir)/$$file"; then \
 
490
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
491
            fi; \
482
492
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
493
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
494
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484
495
            fi; \
485
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
496
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486
497
          else \
487
 
            test -f $(distdir)/$$file \
488
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
498
            test -f "$(distdir)/$$file" \
 
499
            || cp -p $$d/$$file "$(distdir)/$$file" \
489
500
            || exit 1; \
490
501
          fi; \
491
502
        done
519
530
 
520
531
distclean-generic:
521
532
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
533
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
534
 
523
535
maintainer-clean-generic:
524
536
        @echo "This command is intended for maintainers to use"
541
553
 
542
554
html: html-am
543
555
 
 
556
html-am:
 
557
 
544
558
info: info-am
545
559
 
546
560
info-am:
549
563
 
550
564
install-dvi: install-dvi-am
551
565
 
 
566
install-dvi-am:
 
567
 
552
568
install-exec-am:
553
569
 
554
570
install-html: install-html-am
555
571
 
 
572
install-html-am:
 
573
 
556
574
install-info: install-info-am
557
575
 
 
576
install-info-am:
 
577
 
558
578
install-man:
559
579
 
560
580
install-pdf: install-pdf-am
561
581
 
 
582
install-pdf-am:
 
583
 
562
584
install-ps: install-ps-am
563
585
 
 
586
install-ps-am:
 
587
 
564
588
installcheck-am:
565
589
 
566
590
maintainer-clean: maintainer-clean-am
583
607
 
584
608
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES
585
609
 
586
 
.MAKE: install-am install-strip
 
610
.MAKE: all check install install-am install-strip
587
611
 
588
612
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
589
613
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
602
626
 
603
627
 
604
628
@EVO_PLUGIN_RULE@
 
629
 
605
630
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
631
# Otherwise a system limit (for SysV at least) may be exceeded.
607
632
.NOEXPORT: