~ubuntu-branches/ubuntu/quantal/pitivi/quantal

« back to all changes in this revision

Viewing changes to bin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-12-12 10:22:29 UTC
  • mfrom: (1.1.6 upstream)
  • mto: (3.2.2 jaunty) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081212102229-7c3etvaoy9ys0x28
Tags: upstream-0.11.3
Import upstream version 0.11.3

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.
92
92
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
93
93
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
94
94
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
95
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
96
95
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
97
96
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
98
97
INTLTOOL_MERGE = @INTLTOOL_MERGE@
99
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
100
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
101
98
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
102
99
INTLTOOL_PERL = @INTLTOOL_PERL@
 
100
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
103
101
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
104
102
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
105
103
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
111
109
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
112
110
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
113
111
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
114
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
115
112
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
116
113
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
117
114
LDFLAGS = @LDFLAGS@
124
121
MKDIR_P = @MKDIR_P@
125
122
MKINSTALLDIRS = @MKINSTALLDIRS@
126
123
MSGFMT = @MSGFMT@
 
124
MSGFMT_OPTS = @MSGFMT_OPTS@
 
125
MSGMERGE = @MSGMERGE@
127
126
OBJEXT = @OBJEXT@
128
127
PACKAGE = @PACKAGE@
129
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199
198
srcdir = @srcdir@
200
199
sysconfdir = @sysconfdir@
201
200
target_alias = @target_alias@
 
201
top_build_prefix = @top_build_prefix@
202
202
top_builddir = @top_builddir@
203
203
top_srcdir = @top_srcdir@
204
204
bin_SCRIPTS = \
212
212
        @for dep in $?; do \
213
213
          case '$(am__configure_deps)' in \
214
214
            *$$dep*) \
215
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216
 
                && exit 0; \
 
215
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
216
                && { if test -f $@; then exit 0; else break; fi; }; \
217
217
              exit 1;; \
218
218
          esac; \
219
219
        done; \