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

« back to all changes in this revision

Viewing changes to common/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.
40
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
41
        $(ACLOCAL_M4)
42
42
mkinstalldirs = $(install_sh) -d
43
 
CONFIG_CLEAN_FILES =
44
43
SOURCES =
45
44
DIST_SOURCES =
46
45
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
99
98
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
100
99
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
101
100
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
102
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
103
101
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
104
102
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
105
103
INTLTOOL_MERGE = @INTLTOOL_MERGE@
106
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
107
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
108
104
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
109
105
INTLTOOL_PERL = @INTLTOOL_PERL@
 
106
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
110
107
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
111
108
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
112
109
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
118
115
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
119
116
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
120
117
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
121
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
122
118
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
123
119
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
124
120
LDFLAGS = @LDFLAGS@
131
127
MKDIR_P = @MKDIR_P@
132
128
MKINSTALLDIRS = @MKINSTALLDIRS@
133
129
MSGFMT = @MSGFMT@
 
130
MSGFMT_OPTS = @MSGFMT_OPTS@
 
131
MSGMERGE = @MSGMERGE@
134
132
OBJEXT = @OBJEXT@
135
133
PACKAGE = @PACKAGE@
136
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206
204
srcdir = @srcdir@
207
205
sysconfdir = @sysconfdir@
208
206
target_alias = @target_alias@
 
207
top_build_prefix = @top_build_prefix@
209
208
top_builddir = @top_builddir@
210
209
top_srcdir = @top_srcdir@
211
210
SUBDIRS = m4
 
211
CONFIG_CLEAN_FILES = shave shave-libtool
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 \
 
228
        shave.in shave-libtool.in
225
229
 
226
230
all: all-recursive
227
231
 
230
234
        @for dep in $?; do \
231
235
          case '$(am__configure_deps)' in \
232
236
            *$$dep*) \
233
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234
 
                && exit 0; \
 
237
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
238
                && { if test -f $@; then exit 0; else break; fi; }; \
235
239
              exit 1;; \
236
240
          esac; \
237
241
        done; \
331
335
        unique=`for i in $$list; do \
332
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
337
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
 
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
340
        mkid -fID $$unique
337
341
tags: TAGS
338
342
 
357
361
        unique=`for i in $$list; do \
358
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
363
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
 
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
362
366
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
363
367
          test -n "$$unique" || unique=$$empty_fix; \
364
368
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
372
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
373
                $(TAGS_FILES) $(LISP)
370
374
        tags=; \
371
 
        here=`pwd`; \
372
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
376
        unique=`for i in $$list; do \
374
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
378
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
 
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
381
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
379
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
383
             $$tags $$unique