~ubuntu-branches/ubuntu/raring/file-roller/raring-security

« back to all changes in this revision

Viewing changes to data/icons/22x22/apps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-14 18:57:27 UTC
  • mfrom: (2.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120514185727-26izf1ipd2al4y52
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
* debian/control.in:
  - Drop the scrollkeeper build-depends
  - Use the ubuntu epoch number for the nautilus depends
  - Depend on zip and unzip instead of p7zip which is in universe
  - Depend on genisoimage
  - Recommend sessioninstaller

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
67
67
CONFIG_CLEAN_VPATH_FILES =
68
68
AM_V_GEN = $(am__v_GEN_@AM_V@)
69
69
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
70
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
70
am__v_GEN_0 = @echo "  GEN     " $@;
71
71
AM_V_at = $(am__v_at_@AM_V@)
72
72
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73
73
am__v_at_0 = @
324
324
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
325
325
        if test -n "$$list"; then \
326
326
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
327
 
          $(MKDIR_P) '$(DESTDIR)$(iconsdir)' || exit 1; \
 
327
          $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
328
328
        fi; \
329
329
        for p in $$list; do \
330
330
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
346
346
ctags: CTAGS
347
347
CTAGS:
348
348
 
 
349
cscope cscopelist:
 
350
 
349
351
 
350
352
distdir: $(DISTFILES)
351
353
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \