~ubuntu-branches/ubuntu/maverick/anjuta-extras/maverick

« back to all changes in this revision

Viewing changes to plugins/scintilla/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Luca Bruno, Sebastian Dröge
  • Date: 2010-04-11 16:07:33 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100411160733-39gyr39iv8d071qm
Tags: 2.30.0-1
[ Luca Bruno ]
* New upstream release.
* debian/copyright:
  - Mention all authors and copyright notices. (Closes: #572254)
* debian/control.in:
  - Bump libgtk2.0-dev build-depend to 2.17.10 and libanjuta-dev to
    2.30.0.
  - Depend on libanjuta 2.30.0.
  - Update Standards-Version to 3.8.4, no changes needed.
* debian/patches/01_libtool_avoid_version.patch,
  debian/patches/90_relibtoolize.patch:
  - Removed, applied upstream.
* debian/patches/20_pathmax-hurd.patch:
  - Added, use either our my_getline or glibc getline.
* Switch to source format 3.0 (quilt).
  - Add debian/source/format.
  - Drop quilt from Build-Depends.
  - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.

[ Sebastian Dröge ]
* debian/control.in:
  + Build depend on libanjuta-dev >= 2:2.30.0.0-2 for the fixed
    shlibs file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 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  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
# Targets for handing ui-to-GConf schema conversion for prefs keys
18
19
 
19
20
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
21
VPATH = @srcdir@
23
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
24
24
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ../..
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
27
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
27
install_sh_DATA = $(install_sh) -c -m 644
30
28
install_sh_PROGRAM = $(install_sh) -c
31
29
install_sh_SCRIPT = $(install_sh) -c
46
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
46
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(install_sh) -d
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
48
CONFIG_HEADER = $(top_builddir)/config.h
51
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
52
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
52
am__vpath_adj = case $$p in \
54
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
54
    *) f=$$p;; \
56
55
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
58
72
am__installdirs = "$(DESTDIR)$(plugindir)" \
59
73
        "$(DESTDIR)$(editor_gladedir)" \
60
74
        "$(DESTDIR)$(editor_pixmapsdir)" \
61
75
        "$(DESTDIR)$(editor_plugindir)" \
62
76
        "$(DESTDIR)$(prefs_ui_schemasdir)"
63
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
64
77
LTLIBRARIES = $(plugin_LTLIBRARIES)
65
78
am__DEPENDENCIES_1 =
66
79
@HAVE_PLUGIN_SCINTILLA_TRUE@libanjuta_editor_la_DEPENDENCIES =  \
89
102
@HAVE_PLUGIN_SCINTILLA_TRUE@    style-editor.lo print.lo \
90
103
@HAVE_PLUGIN_SCINTILLA_TRUE@    PropSetFile.lo FilePath.lo
91
104
libanjuta_editor_la_OBJECTS = $(am_libanjuta_editor_la_OBJECTS)
 
105
libanjuta_editor_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
106
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
107
        $(CXXFLAGS) $(libanjuta_editor_la_LDFLAGS) $(LDFLAGS) -o $@
92
108
@HAVE_PLUGIN_SCINTILLA_TRUE@am_libanjuta_editor_la_rpath = -rpath \
93
109
@HAVE_PLUGIN_SCINTILLA_TRUE@    $(plugindir)
94
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
110
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
95
111
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
112
am__depfiles_maybe = depfiles
 
113
am__mv = mv -f
97
114
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
115
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
100
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101
 
        $(AM_CFLAGS) $(CFLAGS)
 
116
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
117
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
118
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102
119
CCLD = $(CC)
103
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
120
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
121
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
122
        $(LDFLAGS) -o $@
105
123
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106
124
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
108
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
109
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
125
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
126
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
127
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110
128
CXXLD = $(CXX)
111
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
112
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
129
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
130
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
131
        $(LDFLAGS) -o $@
113
132
SOURCES = $(libanjuta_editor_la_SOURCES)
114
133
DIST_SOURCES = $(am__libanjuta_editor_la_SOURCES_DIST)
115
134
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
116
135
        html-recursive info-recursive install-data-recursive \
117
 
        install-exec-recursive install-info-recursive \
118
 
        install-recursive installcheck-recursive installdirs-recursive \
119
 
        pdf-recursive ps-recursive uninstall-info-recursive \
120
 
        uninstall-recursive
121
 
editor_gladeDATA_INSTALL = $(INSTALL_DATA)
122
 
editor_pixmapsDATA_INSTALL = $(INSTALL_DATA)
123
 
editor_pluginDATA_INSTALL = $(INSTALL_DATA)
124
 
prefs_ui_schemasDATA_INSTALL = $(INSTALL_DATA)
 
136
        install-dvi-recursive install-exec-recursive \
 
137
        install-html-recursive install-info-recursive \
 
138
        install-pdf-recursive install-ps-recursive install-recursive \
 
139
        installcheck-recursive installdirs-recursive pdf-recursive \
 
140
        ps-recursive uninstall-recursive
125
141
DATA = $(editor_glade_DATA) $(editor_pixmaps_DATA) \
126
142
        $(editor_plugin_DATA) $(prefs_ui_schemas_DATA)
 
143
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
144
  distclean-recursive maintainer-clean-recursive
 
145
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
146
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
147
        distdir
127
148
ETAGS = etags
128
149
CTAGS = ctags
129
150
DIST_SUBDIRS = scintilla properties
130
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
152
am__relativize = \
 
153
  dir0=`pwd`; \
 
154
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
155
  sed_rest='s,^[^/]*/*,,'; \
 
156
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
157
  sed_butlast='s,/*[^/]*$$,,'; \
 
158
  while test -n "$$dir1"; do \
 
159
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
160
    if test "$$first" != "."; then \
 
161
      if test "$$first" = ".."; then \
 
162
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
163
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
164
      else \
 
165
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
166
        if test "$$first2" = "$$first"; then \
 
167
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
168
        else \
 
169
          dir2="../$$dir2"; \
 
170
        fi; \
 
171
        dir0="$$dir0"/"$$first"; \
 
172
      fi; \
 
173
    fi; \
 
174
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
175
  done; \
 
176
  reldir="$$dir2"
131
177
ACLOCAL = @ACLOCAL@
132
178
ALL_LINGUAS = @ALL_LINGUAS@
133
 
AMDEP_FALSE = @AMDEP_FALSE@
134
 
AMDEP_TRUE = @AMDEP_TRUE@
135
179
AMTAR = @AMTAR@
136
180
AM_CFLAGS = @AM_CFLAGS@
137
181
AM_CXXFLAGS = @AM_CXXFLAGS@
 
182
ANJUTA_EXTRAS_VERSION = @ANJUTA_EXTRAS_VERSION@
 
183
ANJUTA_PLUGIN_LDFLAGS = @ANJUTA_PLUGIN_LDFLAGS@
138
184
AR = @AR@
139
185
AUTOCONF = @AUTOCONF@
140
186
AUTOHEADER = @AUTOHEADER@
167
213
FGREP = @FGREP@
168
214
GCONFTOOL = @GCONFTOOL@
169
215
GCONF_REQUIRED = @GCONF_REQUIRED@
170
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
171
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
172
216
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
173
217
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
174
218
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
219
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
220
GLIB_MKENUMS = @GLIB_MKENUMS@
175
221
GLIB_REQUIRED = @GLIB_REQUIRED@
176
222
GMOFILES = @GMOFILES@
177
223
GMSGFMT = @GMSGFMT@
184
230
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
185
231
GTHREAD_LIBS = @GTHREAD_LIBS@
186
232
GTK_REQUIRED = @GTK_REQUIRED@
187
 
HAVE_GRAPHVIZ_FALSE = @HAVE_GRAPHVIZ_FALSE@
188
 
HAVE_GRAPHVIZ_TRUE = @HAVE_GRAPHVIZ_TRUE@
189
 
HAVE_PLUGIN_SCINTILLA_FALSE = @HAVE_PLUGIN_SCINTILLA_FALSE@
190
 
HAVE_PLUGIN_SCINTILLA_TRUE = @HAVE_PLUGIN_SCINTILLA_TRUE@
191
 
HAVE_PLUGIN_VALGRIND_FALSE = @HAVE_PLUGIN_VALGRIND_FALSE@
192
 
HAVE_PLUGIN_VALGRIND_TRUE = @HAVE_PLUGIN_VALGRIND_TRUE@
 
233
INSTALL = @INSTALL@
193
234
INSTALL_DATA = @INSTALL_DATA@
194
235
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
236
INSTALL_SCRIPT = @INSTALL_SCRIPT@
196
237
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197
238
INSTOBJEXT = @INSTOBJEXT@
198
239
INTLLIBS = @INTLLIBS@
199
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
200
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
201
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
202
240
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
203
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
204
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
205
241
INTLTOOL_MERGE = @INTLTOOL_MERGE@
206
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
207
242
INTLTOOL_PERL = @INTLTOOL_PERL@
208
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
209
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
210
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
211
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
212
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
213
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
214
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
215
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
216
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
217
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
218
243
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
219
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
220
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
221
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
222
244
LD = @LD@
223
245
LDFLAGS = @LDFLAGS@
224
246
LIBANJUTA_CFLAGS = @LIBANJUTA_CFLAGS@
233
255
LN_S = @LN_S@
234
256
LTLIBOBJS = @LTLIBOBJS@
235
257
MAINT = @MAINT@
236
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
237
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
238
258
MAKEINFO = @MAKEINFO@
 
259
MKDIR_P = @MKDIR_P@
239
260
MKINSTALLDIRS = @MKINSTALLDIRS@
240
261
MSGFMT = @MSGFMT@
241
262
MSGFMT_OPTS = @MSGFMT_OPTS@
251
272
PACKAGE_NAME = @PACKAGE_NAME@
252
273
PACKAGE_STRING = @PACKAGE_STRING@
253
274
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
275
PACKAGE_URL = @PACKAGE_URL@
254
276
PACKAGE_VERSION = @PACKAGE_VERSION@
255
277
PATH_SEPARATOR = @PATH_SEPARATOR@
256
278
PKG_CONFIG = @PKG_CONFIG@
269
291
WARN_CFLAGS = @WARN_CFLAGS@
270
292
WARN_CXXFLAGS = @WARN_CXXFLAGS@
271
293
XGETTEXT = @XGETTEXT@
 
294
abs_builddir = @abs_builddir@
 
295
abs_srcdir = @abs_srcdir@
 
296
abs_top_builddir = @abs_top_builddir@
 
297
abs_top_srcdir = @abs_top_srcdir@
272
298
ac_ct_CC = @ac_ct_CC@
273
299
ac_ct_CXX = @ac_ct_CXX@
274
300
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
275
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
276
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
277
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
278
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
279
301
am__include = @am__include@
280
302
am__leading_dot = @am__leading_dot@
281
303
am__quote = @am__quote@
294
316
build_cpu = @build_cpu@
295
317
build_os = @build_os@
296
318
build_vendor = @build_vendor@
 
319
builddir = @builddir@
297
320
datadir = @datadir@
298
321
datarootdir = @datarootdir@
299
322
docdir = @docdir@
322
345
psdir = @psdir@
323
346
sbindir = @sbindir@
324
347
sharedstatedir = @sharedstatedir@
 
348
srcdir = @srcdir@
325
349
sysconfdir = @sysconfdir@
326
350
target_alias = @target_alias@
 
351
top_build_prefix = @top_build_prefix@
 
352
top_builddir = @top_builddir@
 
353
top_srcdir = @top_srcdir@
327
354
@HAVE_PLUGIN_SCINTILLA_TRUE@SUBDIRS = scintilla properties
328
355
 
329
356
# Plugin glade file
407
434
        @for dep in $?; do \
408
435
          case '$(am__configure_deps)' in \
409
436
            *$$dep*) \
410
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
411
 
                && exit 0; \
 
437
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
438
                && { if test -f $@; then exit 0; else break; fi; }; \
412
439
              exit 1;; \
413
440
          esac; \
414
441
        done; \
415
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/scintilla/Makefile'; \
416
 
        cd $(top_srcdir) && \
417
 
          $(AUTOMAKE) --gnu  plugins/scintilla/Makefile
 
442
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/scintilla/Makefile'; \
 
443
        $(am__cd) $(top_srcdir) && \
 
444
          $(AUTOMAKE) --gnu plugins/scintilla/Makefile
418
445
.PRECIOUS: Makefile
419
446
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420
447
        @case '$?' in \
432
459
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
460
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
434
461
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
462
$(am__aclocal_m4_deps):
435
463
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
436
464
        @$(NORMAL_INSTALL)
437
 
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
438
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
465
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
466
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
467
        list2=; for p in $$list; do \
439
468
          if test -f $$p; then \
440
 
            f=$(am__strip_dir) \
441
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
442
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
469
            list2="$$list2 $$p"; \
443
470
          else :; fi; \
444
 
        done
 
471
        done; \
 
472
        test -z "$$list2" || { \
 
473
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
474
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
475
        }
445
476
 
446
477
uninstall-pluginLTLIBRARIES:
447
478
        @$(NORMAL_UNINSTALL)
448
 
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
449
 
          p=$(am__strip_dir) \
450
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
451
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
479
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
480
        for p in $$list; do \
 
481
          $(am__strip_dir) \
 
482
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
483
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
452
484
        done
453
485
 
454
486
clean-pluginLTLIBRARIES:
460
492
          rm -f "$${dir}/so_locations"; \
461
493
        done
462
494
libanjuta-editor.la: $(libanjuta_editor_la_OBJECTS) $(libanjuta_editor_la_DEPENDENCIES) 
463
 
        $(CXXLINK) $(am_libanjuta_editor_la_rpath) $(libanjuta_editor_la_LDFLAGS) $(libanjuta_editor_la_OBJECTS) $(libanjuta_editor_la_LIBADD) $(LIBS)
 
495
        $(libanjuta_editor_la_LINK) $(am_libanjuta_editor_la_rpath) $(libanjuta_editor_la_OBJECTS) $(libanjuta_editor_la_LIBADD) $(LIBS)
464
496
 
465
497
mostlyclean-compile:
466
498
        -rm -f *.$(OBJEXT)
484
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_editor_prefs.Plo@am__quote@
485
517
 
486
518
.c.o:
487
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
488
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
519
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
520
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
489
521
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
523
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
492
524
 
493
525
.c.obj:
494
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
495
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
526
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
527
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
496
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
497
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498
530
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
499
531
 
500
532
.c.lo:
501
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
502
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
533
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
534
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
503
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
504
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505
537
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
506
538
 
507
539
.cxx.o:
508
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
509
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
540
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
541
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
510
542
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
511
543
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512
544
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
513
545
 
514
546
.cxx.obj:
515
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
516
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
547
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
548
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
517
549
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518
550
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
551
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
520
552
 
521
553
.cxx.lo:
522
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
523
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
554
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
555
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
524
556
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
525
557
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
558
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
530
562
 
531
563
clean-libtool:
532
564
        -rm -rf .libs _libs
533
 
 
534
 
distclean-libtool:
535
 
        -rm -f libtool
536
 
uninstall-info-am:
537
565
install-editor_gladeDATA: $(editor_glade_DATA)
538
566
        @$(NORMAL_INSTALL)
539
 
        test -z "$(editor_gladedir)" || $(mkdir_p) "$(DESTDIR)$(editor_gladedir)"
540
 
        @list='$(editor_glade_DATA)'; for p in $$list; do \
 
567
        test -z "$(editor_gladedir)" || $(MKDIR_P) "$(DESTDIR)$(editor_gladedir)"
 
568
        @list='$(editor_glade_DATA)'; test -n "$(editor_gladedir)" || list=; \
 
569
        for p in $$list; do \
541
570
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
542
 
          f=$(am__strip_dir) \
543
 
          echo " $(editor_gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(editor_gladedir)/$$f'"; \
544
 
          $(editor_gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(editor_gladedir)/$$f"; \
 
571
          echo "$$d$$p"; \
 
572
        done | $(am__base_list) | \
 
573
        while read files; do \
 
574
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(editor_gladedir)'"; \
 
575
          $(INSTALL_DATA) $$files "$(DESTDIR)$(editor_gladedir)" || exit $$?; \
545
576
        done
546
577
 
547
578
uninstall-editor_gladeDATA:
548
579
        @$(NORMAL_UNINSTALL)
549
 
        @list='$(editor_glade_DATA)'; for p in $$list; do \
550
 
          f=$(am__strip_dir) \
551
 
          echo " rm -f '$(DESTDIR)$(editor_gladedir)/$$f'"; \
552
 
          rm -f "$(DESTDIR)$(editor_gladedir)/$$f"; \
553
 
        done
 
580
        @list='$(editor_glade_DATA)'; test -n "$(editor_gladedir)" || list=; \
 
581
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
582
        test -n "$$files" || exit 0; \
 
583
        echo " ( cd '$(DESTDIR)$(editor_gladedir)' && rm -f" $$files ")"; \
 
584
        cd "$(DESTDIR)$(editor_gladedir)" && rm -f $$files
554
585
install-editor_pixmapsDATA: $(editor_pixmaps_DATA)
555
586
        @$(NORMAL_INSTALL)
556
 
        test -z "$(editor_pixmapsdir)" || $(mkdir_p) "$(DESTDIR)$(editor_pixmapsdir)"
557
 
        @list='$(editor_pixmaps_DATA)'; for p in $$list; do \
 
587
        test -z "$(editor_pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(editor_pixmapsdir)"
 
588
        @list='$(editor_pixmaps_DATA)'; test -n "$(editor_pixmapsdir)" || list=; \
 
589
        for p in $$list; do \
558
590
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
559
 
          f=$(am__strip_dir) \
560
 
          echo " $(editor_pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(editor_pixmapsdir)/$$f'"; \
561
 
          $(editor_pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(editor_pixmapsdir)/$$f"; \
 
591
          echo "$$d$$p"; \
 
592
        done | $(am__base_list) | \
 
593
        while read files; do \
 
594
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(editor_pixmapsdir)'"; \
 
595
          $(INSTALL_DATA) $$files "$(DESTDIR)$(editor_pixmapsdir)" || exit $$?; \
562
596
        done
563
597
 
564
598
uninstall-editor_pixmapsDATA:
565
599
        @$(NORMAL_UNINSTALL)
566
 
        @list='$(editor_pixmaps_DATA)'; for p in $$list; do \
567
 
          f=$(am__strip_dir) \
568
 
          echo " rm -f '$(DESTDIR)$(editor_pixmapsdir)/$$f'"; \
569
 
          rm -f "$(DESTDIR)$(editor_pixmapsdir)/$$f"; \
570
 
        done
 
600
        @list='$(editor_pixmaps_DATA)'; test -n "$(editor_pixmapsdir)" || list=; \
 
601
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
602
        test -n "$$files" || exit 0; \
 
603
        echo " ( cd '$(DESTDIR)$(editor_pixmapsdir)' && rm -f" $$files ")"; \
 
604
        cd "$(DESTDIR)$(editor_pixmapsdir)" && rm -f $$files
571
605
install-editor_pluginDATA: $(editor_plugin_DATA)
572
606
        @$(NORMAL_INSTALL)
573
 
        test -z "$(editor_plugindir)" || $(mkdir_p) "$(DESTDIR)$(editor_plugindir)"
574
 
        @list='$(editor_plugin_DATA)'; for p in $$list; do \
 
607
        test -z "$(editor_plugindir)" || $(MKDIR_P) "$(DESTDIR)$(editor_plugindir)"
 
608
        @list='$(editor_plugin_DATA)'; test -n "$(editor_plugindir)" || list=; \
 
609
        for p in $$list; do \
575
610
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
576
 
          f=$(am__strip_dir) \
577
 
          echo " $(editor_pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(editor_plugindir)/$$f'"; \
578
 
          $(editor_pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(editor_plugindir)/$$f"; \
 
611
          echo "$$d$$p"; \
 
612
        done | $(am__base_list) | \
 
613
        while read files; do \
 
614
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(editor_plugindir)'"; \
 
615
          $(INSTALL_DATA) $$files "$(DESTDIR)$(editor_plugindir)" || exit $$?; \
579
616
        done
580
617
 
581
618
uninstall-editor_pluginDATA:
582
619
        @$(NORMAL_UNINSTALL)
583
 
        @list='$(editor_plugin_DATA)'; for p in $$list; do \
584
 
          f=$(am__strip_dir) \
585
 
          echo " rm -f '$(DESTDIR)$(editor_plugindir)/$$f'"; \
586
 
          rm -f "$(DESTDIR)$(editor_plugindir)/$$f"; \
587
 
        done
 
620
        @list='$(editor_plugin_DATA)'; test -n "$(editor_plugindir)" || list=; \
 
621
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
622
        test -n "$$files" || exit 0; \
 
623
        echo " ( cd '$(DESTDIR)$(editor_plugindir)' && rm -f" $$files ")"; \
 
624
        cd "$(DESTDIR)$(editor_plugindir)" && rm -f $$files
588
625
install-prefs_ui_schemasDATA: $(prefs_ui_schemas_DATA)
589
626
        @$(NORMAL_INSTALL)
590
 
        test -z "$(prefs_ui_schemasdir)" || $(mkdir_p) "$(DESTDIR)$(prefs_ui_schemasdir)"
591
 
        @list='$(prefs_ui_schemas_DATA)'; for p in $$list; do \
 
627
        test -z "$(prefs_ui_schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(prefs_ui_schemasdir)"
 
628
        @list='$(prefs_ui_schemas_DATA)'; test -n "$(prefs_ui_schemasdir)" || list=; \
 
629
        for p in $$list; do \
592
630
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
593
 
          f=$(am__strip_dir) \
594
 
          echo " $(prefs_ui_schemasDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(prefs_ui_schemasdir)/$$f'"; \
595
 
          $(prefs_ui_schemasDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(prefs_ui_schemasdir)/$$f"; \
 
631
          echo "$$d$$p"; \
 
632
        done | $(am__base_list) | \
 
633
        while read files; do \
 
634
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(prefs_ui_schemasdir)'"; \
 
635
          $(INSTALL_DATA) $$files "$(DESTDIR)$(prefs_ui_schemasdir)" || exit $$?; \
596
636
        done
597
637
 
598
638
uninstall-prefs_ui_schemasDATA:
599
639
        @$(NORMAL_UNINSTALL)
600
 
        @list='$(prefs_ui_schemas_DATA)'; for p in $$list; do \
601
 
          f=$(am__strip_dir) \
602
 
          echo " rm -f '$(DESTDIR)$(prefs_ui_schemasdir)/$$f'"; \
603
 
          rm -f "$(DESTDIR)$(prefs_ui_schemasdir)/$$f"; \
604
 
        done
 
640
        @list='$(prefs_ui_schemas_DATA)'; test -n "$(prefs_ui_schemasdir)" || list=; \
 
641
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
642
        test -n "$$files" || exit 0; \
 
643
        echo " ( cd '$(DESTDIR)$(prefs_ui_schemasdir)' && rm -f" $$files ")"; \
 
644
        cd "$(DESTDIR)$(prefs_ui_schemasdir)" && rm -f $$files
605
645
 
606
646
# This directory's subdirectories are mostly independent; you can cd
607
647
# into them and run `make' without going through this Makefile.
627
667
          else \
628
668
            local_target="$$target"; \
629
669
          fi; \
630
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
670
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
631
671
          || eval $$failcom; \
632
672
        done; \
633
673
        if test "$$dot_seen" = "no"; then \
634
674
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
635
675
        fi; test -z "$$fail"
636
676
 
637
 
mostlyclean-recursive clean-recursive distclean-recursive \
638
 
maintainer-clean-recursive:
 
677
$(RECURSIVE_CLEAN_TARGETS):
639
678
        @failcom='exit 1'; \
640
679
        for f in x $$MAKEFLAGS; do \
641
680
          case $$f in \
662
701
          else \
663
702
            local_target="$$target"; \
664
703
          fi; \
665
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
704
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
666
705
          || eval $$failcom; \
667
706
        done && test -z "$$fail"
668
707
tags-recursive:
669
708
        list='$(SUBDIRS)'; for subdir in $$list; do \
670
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
709
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
671
710
        done
672
711
ctags-recursive:
673
712
        list='$(SUBDIRS)'; for subdir in $$list; do \
674
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
713
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
675
714
        done
676
715
 
677
716
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
679
718
        unique=`for i in $$list; do \
680
719
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
681
720
          done | \
682
 
          $(AWK) '    { files[$$0] = 1; } \
683
 
               END { for (i in files) print i; }'`; \
 
721
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
722
              END { if (nonempty) { for (i in files) print i; }; }'`; \
684
723
        mkid -fID $$unique
685
724
tags: TAGS
686
725
 
687
726
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
688
727
                $(TAGS_FILES) $(LISP)
689
 
        tags=; \
 
728
        set x; \
690
729
        here=`pwd`; \
691
730
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
692
731
          include_option=--etags-include; \
698
737
        list='$(SUBDIRS)'; for subdir in $$list; do \
699
738
          if test "$$subdir" = .; then :; else \
700
739
            test ! -f $$subdir/TAGS || \
701
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
740
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
702
741
          fi; \
703
742
        done; \
704
743
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
705
744
        unique=`for i in $$list; do \
706
745
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
707
746
          done | \
708
 
          $(AWK) '    { files[$$0] = 1; } \
709
 
               END { for (i in files) print i; }'`; \
710
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
747
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
748
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
749
        shift; \
 
750
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711
751
          test -n "$$unique" || unique=$$empty_fix; \
712
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
713
 
            $$tags $$unique; \
 
752
          if test $$# -gt 0; then \
 
753
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
754
              "$$@" $$unique; \
 
755
          else \
 
756
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
757
              $$unique; \
 
758
          fi; \
714
759
        fi
715
760
ctags: CTAGS
716
761
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
717
762
                $(TAGS_FILES) $(LISP)
718
 
        tags=; \
719
 
        here=`pwd`; \
720
763
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
721
764
        unique=`for i in $$list; do \
722
765
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
723
766
          done | \
724
 
          $(AWK) '    { files[$$0] = 1; } \
725
 
               END { for (i in files) print i; }'`; \
726
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
767
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
768
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
769
        test -z "$(CTAGS_ARGS)$$unique" \
727
770
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
728
 
             $$tags $$unique
 
771
             $$unique
729
772
 
730
773
GTAGS:
731
774
        here=`$(am__cd) $(top_builddir) && pwd` \
732
 
          && cd $(top_srcdir) \
733
 
          && gtags -i $(GTAGS_ARGS) $$here
 
775
          && $(am__cd) $(top_srcdir) \
 
776
          && gtags -i $(GTAGS_ARGS) "$$here"
734
777
 
735
778
distclean-tags:
736
779
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
737
780
 
738
781
distdir: $(DISTFILES)
739
 
        $(mkdir_p) $(distdir)/../../scripts
740
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
741
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
742
 
        list='$(DISTFILES)'; for file in $$list; do \
743
 
          case $$file in \
744
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
745
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
746
 
          esac; \
 
782
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
783
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
784
        list='$(DISTFILES)'; \
 
785
          dist_files=`for file in $$list; do echo $$file; done | \
 
786
          sed -e "s|^$$srcdirstrip/||;t" \
 
787
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
788
        case $$dist_files in \
 
789
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
790
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
791
                           sort -u` ;; \
 
792
        esac; \
 
793
        for file in $$dist_files; do \
747
794
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
748
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
749
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
750
 
            dir="/$$dir"; \
751
 
            $(mkdir_p) "$(distdir)$$dir"; \
752
 
          else \
753
 
            dir=''; \
754
 
          fi; \
755
795
          if test -d $$d/$$file; then \
 
796
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
797
            if test -d "$(distdir)/$$file"; then \
 
798
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
799
            fi; \
756
800
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
757
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
801
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
802
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
758
803
            fi; \
759
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
804
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
760
805
          else \
761
 
            test -f $(distdir)/$$file \
762
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
806
            test -f "$(distdir)/$$file" \
 
807
            || cp -p $$d/$$file "$(distdir)/$$file" \
763
808
            || exit 1; \
764
809
          fi; \
765
810
        done
766
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
811
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
767
812
          if test "$$subdir" = .; then :; else \
768
813
            test -d "$(distdir)/$$subdir" \
769
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
814
            || $(MKDIR_P) "$(distdir)/$$subdir" \
770
815
            || exit 1; \
771
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
772
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
773
 
            (cd $$subdir && \
 
816
          fi; \
 
817
        done
 
818
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
819
          if test "$$subdir" = .; then :; else \
 
820
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
821
            $(am__relativize); \
 
822
            new_distdir=$$reldir; \
 
823
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
824
            $(am__relativize); \
 
825
            new_top_distdir=$$reldir; \
 
826
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
827
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
828
            ($(am__cd) $$subdir && \
774
829
              $(MAKE) $(AM_MAKEFLAGS) \
775
 
                top_distdir="$$top_distdir" \
776
 
                distdir="$$distdir/$$subdir" \
 
830
                top_distdir="$$new_top_distdir" \
 
831
                distdir="$$new_distdir" \
 
832
                am__remove_distdir=: \
 
833
                am__skip_length_check=: \
 
834
                am__skip_mode_fix=: \
777
835
                distdir) \
778
836
              || exit 1; \
779
837
          fi; \
784
842
installdirs: installdirs-recursive
785
843
installdirs-am:
786
844
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(editor_gladedir)" "$(DESTDIR)$(editor_pixmapsdir)" "$(DESTDIR)$(editor_plugindir)" "$(DESTDIR)$(prefs_ui_schemasdir)"; do \
787
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
845
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
788
846
        done
789
847
install: install-recursive
790
848
install-exec: install-exec-recursive
807
865
 
808
866
distclean-generic:
809
867
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
868
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
810
869
 
811
870
maintainer-clean-generic:
812
871
        @echo "This command is intended for maintainers to use"
822
881
        -rm -rf ./$(DEPDIR)
823
882
        -rm -f Makefile
824
883
distclean-am: clean-am distclean-compile distclean-generic \
825
 
        distclean-libtool distclean-tags
 
884
        distclean-tags
826
885
 
827
886
dvi: dvi-recursive
828
887
 
830
889
 
831
890
html: html-recursive
832
891
 
 
892
html-am:
 
893
 
833
894
info: info-recursive
834
895
 
835
896
info-am:
838
899
        install-editor_pixmapsDATA install-editor_pluginDATA \
839
900
        install-pluginLTLIBRARIES install-prefs_ui_schemasDATA
840
901
 
 
902
install-dvi: install-dvi-recursive
 
903
 
 
904
install-dvi-am:
 
905
 
841
906
install-exec-am:
842
907
 
 
908
install-html: install-html-recursive
 
909
 
 
910
install-html-am:
 
911
 
843
912
install-info: install-info-recursive
844
913
 
 
914
install-info-am:
 
915
 
845
916
install-man:
846
917
 
 
918
install-pdf: install-pdf-recursive
 
919
 
 
920
install-pdf-am:
 
921
 
 
922
install-ps: install-ps-recursive
 
923
 
 
924
install-ps-am:
 
925
 
847
926
installcheck-am:
848
927
 
849
928
maintainer-clean: maintainer-clean-recursive
865
944
ps-am:
866
945
 
867
946
uninstall-am: uninstall-editor_gladeDATA uninstall-editor_pixmapsDATA \
868
 
        uninstall-editor_pluginDATA uninstall-info-am uninstall-local \
 
947
        uninstall-editor_pluginDATA uninstall-local \
869
948
        uninstall-pluginLTLIBRARIES uninstall-prefs_ui_schemasDATA
870
949
 
871
 
uninstall-info: uninstall-info-recursive
 
950
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
951
        install-am install-strip tags-recursive
872
952
 
873
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
874
 
        clean clean-generic clean-libtool clean-pluginLTLIBRARIES \
875
 
        clean-recursive ctags ctags-recursive distclean \
 
953
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
954
        all all-am check check-am clean clean-generic clean-libtool \
 
955
        clean-pluginLTLIBRARIES ctags ctags-recursive distclean \
876
956
        distclean-compile distclean-generic distclean-libtool \
877
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
878
 
        html-am info info-am install install-am install-data \
879
 
        install-data-am install-data-local install-editor_gladeDATA \
880
 
        install-editor_pixmapsDATA install-editor_pluginDATA \
881
 
        install-exec install-exec-am install-info install-info-am \
882
 
        install-man install-pluginLTLIBRARIES \
883
 
        install-prefs_ui_schemasDATA install-strip installcheck \
 
957
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
958
        install install-am install-data install-data-am \
 
959
        install-data-local install-dvi install-dvi-am \
 
960
        install-editor_gladeDATA install-editor_pixmapsDATA \
 
961
        install-editor_pluginDATA install-exec install-exec-am \
 
962
        install-html install-html-am install-info install-info-am \
 
963
        install-man install-pdf install-pdf-am \
 
964
        install-pluginLTLIBRARIES install-prefs_ui_schemasDATA \
 
965
        install-ps install-ps-am install-strip installcheck \
884
966
        installcheck-am installdirs installdirs-am maintainer-clean \
885
 
        maintainer-clean-generic maintainer-clean-recursive \
886
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
887
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
967
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
968
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
888
969
        tags tags-recursive uninstall uninstall-am \
889
970
        uninstall-editor_gladeDATA uninstall-editor_pixmapsDATA \
890
 
        uninstall-editor_pluginDATA uninstall-info-am uninstall-local \
 
971
        uninstall-editor_pluginDATA uninstall-local \
891
972
        uninstall-pluginLTLIBRARIES uninstall-prefs_ui_schemasDATA
892
973
 
893
974
@HAVE_PLUGIN_SCINTILLA_TRUE@%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
910
991
@GCONF_SCHEMAS_INSTALL_FALSE@@HAVE_PLUGIN_SCINTILLA_TRUE@install-data-local:
911
992
 
912
993
@GCONF_SCHEMAS_INSTALL_FALSE@@HAVE_PLUGIN_SCINTILLA_TRUE@uninstall-local:
 
994
 
913
995
# Tell versions [3.59,3.63) of GNU make to not export all variables.
914
996
# Otherwise a system limit (for SysV at least) may be exceeded.
915
997
.NOEXPORT: