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

« back to all changes in this revision

Viewing changes to plugins/modelines/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.
34
34
NORMAL_UNINSTALL = :
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
37
38
host_triplet = @host@
38
39
subdir = plugins/modelines
39
40
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
50
51
CONFIG_CLEAN_FILES =
51
52
SOURCES =
52
53
DIST_SOURCES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53
60
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
54
61
pluginPYTHON_INSTALL = $(INSTALL_DATA)
55
62
py_compile = $(top_srcdir)/py-compile
216
223
am__include = @am__include@
217
224
am__leading_dot = @am__leading_dot@
218
225
am__quote = @am__quote@
 
226
am__tar = @am__tar@
 
227
am__untar = @am__untar@
219
228
bindir = @bindir@
220
229
build = @build@
221
230
build_alias = @build_alias@
307
316
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
308
317
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
309
318
          if test -f $$b$$p; then \
310
 
            d=`echo $$p | sed -e 's,^.*/,,'`; \
311
 
            dlist="$$dlist $$d"; \
312
 
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$d'"; \
313
 
            $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$d"; \
 
319
            f=$(am__strip_dir) \
 
320
            dlist="$$dlist $$f"; \
 
321
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
322
            $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$f"; \
314
323
          else :; fi; \
315
324
        done; \
316
 
        test -z "$$dlist" || \
317
 
        PYTHON=$(PYTHON) $(py_compile) --basedir "$(DESTDIR)$(plugindir)" $$dlist
 
325
        if test -n "$$dlist"; then \
 
326
          if test -z "$(DESTDIR)"; then \
 
327
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
 
328
          else \
 
329
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
 
330
          fi; \
 
331
        else :; fi
318
332
 
319
333
uninstall-pluginPYTHON:
320
334
        @$(NORMAL_UNINSTALL)
321
335
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
322
 
          d=`echo $$p | sed -e 's,^.*/,,'`; \
323
 
          rm -f "$(DESTDIR)$(plugindir)/$$d"; \
324
 
          rm -f "$(DESTDIR)$(plugindir)/$${d}c"; \
325
 
          rm -f "$(DESTDIR)$(plugindir)/$${d}o"; \
 
336
          f=$(am__strip_dir) \
 
337
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
338
          rm -f "$(DESTDIR)$(plugindir)/$${f}c"; \
 
339
          rm -f "$(DESTDIR)$(plugindir)/$${f}o"; \
326
340
        done
327
341
install-pluginDATA: $(plugin_DATA)
328
342
        @$(NORMAL_INSTALL)
329
343
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
330
344
        @list='$(plugin_DATA)'; for p in $$list; do \
331
345
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
346
          f=$(am__strip_dir) \
333
347
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
334
348
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
335
349
        done
337
351
uninstall-pluginDATA:
338
352
        @$(NORMAL_UNINSTALL)
339
353
        @list='$(plugin_DATA)'; for p in $$list; do \
340
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
354
          f=$(am__strip_dir) \
341
355
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
342
356
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
343
357
        done
402
416
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
403
417
 
404
418
distclean-generic:
405
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
406
420
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
407
421
 
408
422
maintainer-clean-generic: