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

« back to all changes in this revision

Viewing changes to plugins/externaltools/tools/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.
36
36
NORMAL_UNINSTALL = :
37
37
PRE_UNINSTALL = :
38
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
39
40
host_triplet = @host@
40
41
subdir = plugins/externaltools/tools
41
42
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
52
53
CONFIG_CLEAN_FILES =
53
54
SOURCES =
54
55
DIST_SOURCES =
55
 
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(toolsdir)"
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" \
 
63
        "$(DESTDIR)$(toolsdir)"
56
64
pluginPYTHON_INSTALL = $(INSTALL_DATA)
57
65
py_compile = $(top_srcdir)/py-compile
58
66
pluginDATA_INSTALL = $(INSTALL_DATA)
219
227
am__include = @am__include@
220
228
am__leading_dot = @am__leading_dot@
221
229
am__quote = @am__quote@
 
230
am__tar = @am__tar@
 
231
am__untar = @am__untar@
222
232
bindir = @bindir@
223
233
build = @build@
224
234
build_alias = @build_alias@
314
324
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
315
325
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
316
326
          if test -f $$b$$p; then \
317
 
            d=`echo $$p | sed -e 's,^.*/,,'`; \
318
 
            dlist="$$dlist $$d"; \
319
 
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$d'"; \
320
 
            $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$d"; \
 
327
            f=$(am__strip_dir) \
 
328
            dlist="$$dlist $$f"; \
 
329
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
330
            $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$f"; \
321
331
          else :; fi; \
322
332
        done; \
323
 
        test -z "$$dlist" || \
324
 
        PYTHON=$(PYTHON) $(py_compile) --basedir "$(DESTDIR)$(plugindir)" $$dlist
 
333
        if test -n "$$dlist"; then \
 
334
          if test -z "$(DESTDIR)"; then \
 
335
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
 
336
          else \
 
337
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
 
338
          fi; \
 
339
        else :; fi
325
340
 
326
341
uninstall-pluginPYTHON:
327
342
        @$(NORMAL_UNINSTALL)
328
343
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
329
 
          d=`echo $$p | sed -e 's,^.*/,,'`; \
330
 
          rm -f "$(DESTDIR)$(plugindir)/$$d"; \
331
 
          rm -f "$(DESTDIR)$(plugindir)/$${d}c"; \
332
 
          rm -f "$(DESTDIR)$(plugindir)/$${d}o"; \
 
344
          f=$(am__strip_dir) \
 
345
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
346
          rm -f "$(DESTDIR)$(plugindir)/$${f}c"; \
 
347
          rm -f "$(DESTDIR)$(plugindir)/$${f}o"; \
333
348
        done
334
349
install-pluginDATA: $(plugin_DATA)
335
350
        @$(NORMAL_INSTALL)
336
351
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
337
352
        @list='$(plugin_DATA)'; for p in $$list; do \
338
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
339
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
354
          f=$(am__strip_dir) \
340
355
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
341
356
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
342
357
        done
344
359
uninstall-pluginDATA:
345
360
        @$(NORMAL_UNINSTALL)
346
361
        @list='$(plugin_DATA)'; for p in $$list; do \
347
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
362
          f=$(am__strip_dir) \
348
363
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
349
364
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
350
365
        done
353
368
        test -z "$(toolsdir)" || $(mkdir_p) "$(DESTDIR)$(toolsdir)"
354
369
        @list='$(tools_DATA)'; for p in $$list; do \
355
370
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
371
          f=$(am__strip_dir) \
357
372
          echo " $(toolsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(toolsdir)/$$f'"; \
358
373
          $(toolsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(toolsdir)/$$f"; \
359
374
        done
361
376
uninstall-toolsDATA:
362
377
        @$(NORMAL_UNINSTALL)
363
378
        @list='$(tools_DATA)'; for p in $$list; do \
364
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
379
          f=$(am__strip_dir) \
365
380
          echo " rm -f '$(DESTDIR)$(toolsdir)/$$f'"; \
366
381
          rm -f "$(DESTDIR)$(toolsdir)/$$f"; \
367
382
        done
426
441
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
427
442
 
428
443
distclean-generic:
429
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
444
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
430
445
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
431
446
 
432
447
maintainer-clean-generic: