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

« back to all changes in this revision

Viewing changes to plugins/snippets/snippets/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/snippets/snippets
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@
315
324
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
316
325
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
317
326
          if test -f $$b$$p; then \
318
 
            d=`echo $$p | sed -e 's,^.*/,,'`; \
319
 
            dlist="$$dlist $$d"; \
320
 
            echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$d'"; \
321
 
            $(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"; \
322
331
          else :; fi; \
323
332
        done; \
324
 
        test -z "$$dlist" || \
325
 
        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
326
340
 
327
341
uninstall-pluginPYTHON:
328
342
        @$(NORMAL_UNINSTALL)
329
343
        @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
330
 
          d=`echo $$p | sed -e 's,^.*/,,'`; \
331
 
          rm -f "$(DESTDIR)$(plugindir)/$$d"; \
332
 
          rm -f "$(DESTDIR)$(plugindir)/$${d}c"; \
333
 
          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"; \
334
348
        done
335
349
install-pluginDATA: $(plugin_DATA)
336
350
        @$(NORMAL_INSTALL)
337
351
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
338
352
        @list='$(plugin_DATA)'; for p in $$list; do \
339
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
354
          f=$(am__strip_dir) \
341
355
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
342
356
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
343
357
        done
345
359
uninstall-pluginDATA:
346
360
        @$(NORMAL_UNINSTALL)
347
361
        @list='$(plugin_DATA)'; for p in $$list; do \
348
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
362
          f=$(am__strip_dir) \
349
363
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
350
364
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
351
365
        done
410
424
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
411
425
 
412
426
distclean-generic:
413
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
427
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414
428
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
415
429
 
416
430
maintainer-clean-generic: