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

« back to all changes in this revision

Viewing changes to common/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.
99
99
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
100
100
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
101
101
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
102
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
103
102
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
104
103
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
105
104
INTLTOOL_MERGE = @INTLTOOL_MERGE@
106
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
107
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
108
105
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
109
106
INTLTOOL_PERL = @INTLTOOL_PERL@
 
107
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
110
108
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
111
109
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
112
110
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
118
116
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
119
117
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
120
118
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
121
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
122
119
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
123
120
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
124
121
LDFLAGS = @LDFLAGS@
131
128
MKDIR_P = @MKDIR_P@
132
129
MKINSTALLDIRS = @MKINSTALLDIRS@
133
130
MSGFMT = @MSGFMT@
 
131
MSGFMT_OPTS = @MSGFMT_OPTS@
 
132
MSGMERGE = @MSGMERGE@
134
133
OBJEXT = @OBJEXT@
135
134
PACKAGE = @PACKAGE@
136
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206
205
srcdir = @srcdir@
207
206
sysconfdir = @sysconfdir@
208
207
target_alias = @target_alias@
 
208
top_build_prefix = @top_build_prefix@
209
209
top_builddir = @top_builddir@
210
210
top_srcdir = @top_srcdir@
211
211
SUBDIRS = m4
212
212
EXTRA_DIST = \
213
213
        ChangeLog \
214
214
        gettext.patch \
215
 
        glib-gen.mak gtk-doc.mak upload.mak release.mak \
 
215
        glib-gen.mak gtk-doc.mak upload.mak upload-doc.mak \
 
216
        release.mak win32.mak po.mak \
216
217
        gst-autogen.sh \
 
218
        check-exports \
217
219
        c-to-xml.py gst-xmlinspect.py mangle-tmpl.py scangobj-merge.py \
218
220
        gtk-doc-plugins.mak \
219
221
        plugins.xsl gstdoc-scangobj \
221
223
        coverage/lcov.mak \
222
224
        coverage/coverage-report.pl \
223
225
        coverage/coverage-report.xsl \
224
 
        coverage/coverage-report-entry.pl
 
226
        coverage/coverage-report-entry.pl \
 
227
        download-translations
225
228
 
226
229
all: all-recursive
227
230
 
230
233
        @for dep in $?; do \
231
234
          case '$(am__configure_deps)' in \
232
235
            *$$dep*) \
233
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234
 
                && exit 0; \
 
236
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
237
                && { if test -f $@; then exit 0; else break; fi; }; \
235
238
              exit 1;; \
236
239
          esac; \
237
240
        done; \
331
334
        unique=`for i in $$list; do \
332
335
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
336
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
 
337
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
338
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
339
        mkid -fID $$unique
337
340
tags: TAGS
338
341
 
357
360
        unique=`for i in $$list; do \
358
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
362
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
 
363
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
364
              END { if (nonempty) { for (i in files) print i; }; }'`; \
362
365
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
363
366
          test -n "$$unique" || unique=$$empty_fix; \
364
367
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
371
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
372
                $(TAGS_FILES) $(LISP)
370
373
        tags=; \
371
 
        here=`pwd`; \
372
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
375
        unique=`for i in $$list; do \
374
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
377
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
 
378
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
380
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
379
381
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
382
             $$tags $$unique