~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
@ENABLE_PYTHON_TRUE@am__append_1 = externaltools modelines pythonconsole snippets
38
39
@ENABLE_PYTHON_TRUE@am__append_2 = externaltools modelines pythonconsole snippets
219
220
am__include = @am__include@
220
221
am__leading_dot = @am__leading_dot@
221
222
am__quote = @am__quote@
 
223
am__tar = @am__tar@
 
224
am__untar = @am__untar@
222
225
bindir = @bindir@
223
226
build = @build@
224
227
build_alias = @build_alias@
251
254
sharedstatedir = @sharedstatedir@
252
255
sysconfdir = @sysconfdir@
253
256
target_alias = @target_alias@
254
 
DIST_SUBDIRS = changecase docinfo indent sample sort spell time taglist $(am__append_1)
255
 
SUBDIRS = changecase docinfo indent sample sort time taglist $(SPELL_PLUGIN_DIR) $(am__append_2)
 
257
DIST_SUBDIRS = changecase docinfo indent sample sort spell time \
 
258
        taglist $(am__append_1)
 
259
SUBDIRS = changecase docinfo indent sample sort time taglist \
 
260
        $(SPELL_PLUGIN_DIR) $(am__append_2)
256
261
all: all-recursive
257
262
 
258
263
.SUFFIXES:
303
308
#     (which will cause the Makefiles to be regenerated when you run `make');
304
309
# (2) otherwise, pass the desired values on the `make' command line.
305
310
$(RECURSIVE_TARGETS):
306
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
311
        @failcom='exit 1'; \
 
312
        for f in x $$MAKEFLAGS; do \
 
313
          case $$f in \
 
314
            *=* | --[!k]*);; \
 
315
            *k*) failcom='fail=yes';; \
 
316
          esac; \
 
317
        done; \
307
318
        dot_seen=no; \
308
319
        target=`echo $@ | sed s/-recursive//`; \
309
320
        list='$(SUBDIRS)'; for subdir in $$list; do \
315
326
            local_target="$$target"; \
316
327
          fi; \
317
328
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
329
          || eval $$failcom; \
319
330
        done; \
320
331
        if test "$$dot_seen" = "no"; then \
321
332
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
323
334
 
324
335
mostlyclean-recursive clean-recursive distclean-recursive \
325
336
maintainer-clean-recursive:
326
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
337
        @failcom='exit 1'; \
 
338
        for f in x $$MAKEFLAGS; do \
 
339
          case $$f in \
 
340
            *=* | --[!k]*);; \
 
341
            *k*) failcom='fail=yes';; \
 
342
          esac; \
 
343
        done; \
327
344
        dot_seen=no; \
328
345
        case "$@" in \
329
346
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
344
361
            local_target="$$target"; \
345
362
          fi; \
346
363
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
364
          || eval $$failcom; \
348
365
        done && test -z "$$fail"
349
366
tags-recursive:
350
367
        list='$(SUBDIRS)'; for subdir in $$list; do \
446
463
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
447
464
          if test "$$subdir" = .; then :; else \
448
465
            test -d "$(distdir)/$$subdir" \
449
 
            || mkdir "$(distdir)/$$subdir" \
 
466
            || $(mkdir_p) "$(distdir)/$$subdir" \
450
467
            || exit 1; \
 
468
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
469
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
451
470
            (cd $$subdir && \
452
471
              $(MAKE) $(AM_MAKEFLAGS) \
453
 
                top_distdir="../$(top_distdir)" \
454
 
                distdir="../$(distdir)/$$subdir" \
 
472
                top_distdir="$$top_distdir" \
 
473
                distdir="$$distdir/$$subdir" \
455
474
                distdir) \
456
475
              || exit 1; \
457
476
          fi; \
480
499
clean-generic:
481
500
 
482
501
distclean-generic:
483
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
502
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484
503
 
485
504
maintainer-clean-generic:
486
505
        @echo "This command is intended for maintainers to use"