~ubuntu-branches/ubuntu/lucid/pitivi/lucid

« back to all changes in this revision

Viewing changes to pitivi/pixmaps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-27 14:22:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20090527142249-tj0qnkc37320ylml
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
97
97
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
98
98
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
99
99
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
100
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
101
100
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
102
101
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
103
102
INTLTOOL_MERGE = @INTLTOOL_MERGE@
104
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
105
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
106
103
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
107
104
INTLTOOL_PERL = @INTLTOOL_PERL@
 
105
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
108
106
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
109
107
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
110
108
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
116
114
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
117
115
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
116
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
120
117
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
121
118
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
122
119
LDFLAGS = @LDFLAGS@
129
126
MKDIR_P = @MKDIR_P@
130
127
MKINSTALLDIRS = @MKINSTALLDIRS@
131
128
MSGFMT = @MSGFMT@
 
129
MSGFMT_OPTS = @MSGFMT_OPTS@
 
130
MSGMERGE = @MSGMERGE@
132
131
OBJEXT = @OBJEXT@
133
132
PACKAGE = @PACKAGE@
134
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204
203
srcdir = @srcdir@
205
204
sysconfdir = @sysconfdir@
206
205
target_alias = @target_alias@
 
206
top_build_prefix = @top_build_prefix@
207
207
top_builddir = @top_builddir@
208
208
top_srcdir = @top_srcdir@
209
209
pixmapdir = $(pkgdatadir)/pixmaps
210
210
pixmap_DATA = \
211
211
        busy.gif                \
 
212
        invisible.png           \
212
213
        pitivi-advanced-16.png  \
213
214
        pitivi-advanced-22.png  \
214
215
        pitivi-advanced-24.png  \
 
216
        pitivi-relink-24.svg    \
 
217
        pitivi-relink.svg       \
215
218
        pitivi-render-16.png    \
216
219
        pitivi-render-22.png    \
217
220
        pitivi-render-24.png    \
218
 
        pitivi-video.png
 
221
        pitivi-sound.png        \
 
222
        pitivi-split-24.svg     \
 
223
        pitivi-split.svg        \
 
224
        pitivi-unlink-24.svg    \
 
225
        pitivi-unlink.svg       \
 
226
        pitivi-video.png        \
 
227
        processing-clip.png     \
 
228
        processing-clip.svg     \
 
229
        trimbar-focused.png     \
 
230
        trimbar-normal.png
219
231
 
220
232
EXTRA_DIST = \
221
233
        $(pixmap_DATA)
227
239
        @for dep in $?; do \
228
240
          case '$(am__configure_deps)' in \
229
241
            *$$dep*) \
230
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231
 
                && exit 0; \
 
242
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
243
                && { if test -f $@; then exit 0; else break; fi; }; \
232
244
              exit 1;; \
233
245
          esac; \
234
246
        done; \