~ubuntu-branches/ubuntu/intrepid/xfce4-panel/intrepid

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-05-05 01:15:55 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070505011555-fyg6y463opz6dz67
Tags: 4.4.1-1ubuntu1
* Merge with Debian Unstable, Ubuntu changes:
  - use our xfce.mk class
  - debian/control: remove quilt and chrpath build-dependencies and add cdbs.
* debian/control: Adhere to DebianMaintainerField.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 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.
57
57
DIST_SUBDIRS = $(SUBDIRS)
58
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59
59
ACLOCAL = @ACLOCAL@
 
60
ALL_LINGUAS = @ALL_LINGUAS@
60
61
AMDEP_FALSE = @AMDEP_FALSE@
61
62
AMDEP_TRUE = @AMDEP_TRUE@
62
63
AMTAR = @AMTAR@
127
128
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
128
129
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
129
130
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
131
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
130
132
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
131
133
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
132
134
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
185
187
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
186
188
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
187
189
RANLIB = @RANLIB@
 
190
SED = @SED@
188
191
SET_MAKE = @SET_MAKE@
189
192
SHELL = @SHELL@
190
193
STRIP = @STRIP@
307
310
#     (which will cause the Makefiles to be regenerated when you run `make');
308
311
# (2) otherwise, pass the desired values on the `make' command line.
309
312
$(RECURSIVE_TARGETS):
310
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
313
        @failcom='exit 1'; \
 
314
        for f in x $$MAKEFLAGS; do \
 
315
          case $$f in \
 
316
            *=* | --[!k]*);; \
 
317
            *k*) failcom='fail=yes';; \
 
318
          esac; \
 
319
        done; \
311
320
        dot_seen=no; \
312
321
        target=`echo $@ | sed s/-recursive//`; \
313
322
        list='$(SUBDIRS)'; for subdir in $$list; do \
319
328
            local_target="$$target"; \
320
329
          fi; \
321
330
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
331
          || eval $$failcom; \
323
332
        done; \
324
333
        if test "$$dot_seen" = "no"; then \
325
334
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327
336
 
328
337
mostlyclean-recursive clean-recursive distclean-recursive \
329
338
maintainer-clean-recursive:
330
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
339
        @failcom='exit 1'; \
 
340
        for f in x $$MAKEFLAGS; do \
 
341
          case $$f in \
 
342
            *=* | --[!k]*);; \
 
343
            *k*) failcom='fail=yes';; \
 
344
          esac; \
 
345
        done; \
331
346
        dot_seen=no; \
332
347
        case "$@" in \
333
348
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
348
363
            local_target="$$target"; \
349
364
          fi; \
350
365
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
366
          || eval $$failcom; \
352
367
        done && test -z "$$fail"
353
368
tags-recursive:
354
369
        list='$(SUBDIRS)'; for subdir in $$list; do \