~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Olivier Girondel
  • Date: 2012-04-22 22:07:40 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120422220740-xncgwhc3g71nopnu
Tags: 3.18-1
* New upstream release 3.18.
* Support older libswscale.
* Add missing Build-Depends: libfreetype6-dev, libasound2-dev,
  libpulse-dev. (Closes: #669437)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
46
63
CONFIG_HEADER = $(top_builddir)/config.h
47
64
CONFIG_CLEAN_FILES = lebiniourc
48
65
CONFIG_CLEAN_VPATH_FILES =
49
 
AM_V_GEN = $(am__v_GEN_$(V))
50
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
66
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
67
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51
68
am__v_GEN_0 = @echo "  GEN   " $@;
52
 
AM_V_at = $(am__v_at_$(V))
53
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
69
AM_V_at = $(am__v_at_@AM_V@)
 
70
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54
71
am__v_at_0 = @
55
72
SOURCES =
56
73
DIST_SOURCES =
61
78
        install-pdf-recursive install-ps-recursive install-recursive \
62
79
        installcheck-recursive installdirs-recursive pdf-recursive \
63
80
        ps-recursive uninstall-recursive
 
81
am__can_run_installinfo = \
 
82
  case $$AM_UPDATE_INFO_DIR in \
 
83
    n|no|NO) false;; \
 
84
    *) (install-info --version) >/dev/null 2>&1;; \
 
85
  esac
64
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
87
am__vpath_adj = case $$p in \
66
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
104
am__base_list = \
83
105
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
106
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
107
am__uninstall_files_from_dir = { \
 
108
  test -z "$$files" \
 
109
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
110
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
111
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
112
  }
85
113
am__installdirs = "$(DESTDIR)$(examplesdir)"
86
114
DATA = $(examples_DATA)
87
115
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
145
173
ECHO_N = @ECHO_N@
146
174
ECHO_T = @ECHO_T@
147
175
EGREP = @EGREP@
 
176
ERL = @ERL@
 
177
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
 
178
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
 
179
ERLC = @ERLC@
 
180
ERLCFLAGS = @ERLCFLAGS@
148
181
ESD_CFLAGS = @ESD_CFLAGS@
149
182
ESD_LIBS = @ESD_LIBS@
150
183
EXEEXT = @EXEEXT@
151
184
FFTW3_CFLAGS = @FFTW3_CFLAGS@
152
185
FFTW3_LIBS = @FFTW3_LIBS@
 
186
FT2_CFLAGS = @FT2_CFLAGS@
 
187
FT2_LIBS = @FT2_LIBS@
153
188
GETOPT_LONG_LIBS = @GETOPT_LONG_LIBS@
154
189
GLIB_CFLAGS = @GLIB_CFLAGS@
155
190
GLIB_LIBS = @GLIB_LIBS@
 
191
GLU_CFLAGS = @GLU_CFLAGS@
 
192
GLU_LIBS = @GLU_LIBS@
156
193
GREP = @GREP@
157
194
INPUT_PLUGINS = @INPUT_PLUGINS@
158
195
INSTALL = @INSTALL@
160
197
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
198
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
199
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
200
JACK_CFLAGS = @JACK_CFLAGS@
 
201
JACK_LIBS = @JACK_LIBS@
163
202
LDFLAGS = @LDFLAGS@
164
203
LIBOBJS = @LIBOBJS@
165
204
LIBS = @LIBS@
219
258
docdir = @docdir@
220
259
dvidir = @dvidir@
221
260
exec_prefix = @exec_prefix@
 
261
have_ffmpeg = @have_ffmpeg@
222
262
host = @host@
223
263
host_alias = @host_alias@
224
264
host_cpu = @host_cpu@
291
331
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
292
332
install-examplesDATA: $(examples_DATA)
293
333
        @$(NORMAL_INSTALL)
294
 
        test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
295
334
        @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
 
335
        if test -n "$$list"; then \
 
336
          echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
 
337
          $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
 
338
        fi; \
296
339
        for p in $$list; do \
297
340
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
298
341
          echo "$$d$$p"; \
306
349
        @$(NORMAL_UNINSTALL)
307
350
        @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
308
351
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
309
 
        test -n "$$files" || exit 0; \
310
 
        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
311
 
        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
 
352
        dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
312
353
 
313
354
# This directory's subdirectories are mostly independent; you can cd
314
355
# into them and run `make' without going through this Makefile.
477
518
        done
478
519
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479
520
          if test "$$subdir" = .; then :; else \
480
 
            test -d "$(distdir)/$$subdir" \
481
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
482
 
            || exit 1; \
483
 
          fi; \
484
 
        done
485
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
486
 
          if test "$$subdir" = .; then :; else \
 
521
            $(am__make_dryrun) \
 
522
              || test -d "$(distdir)/$$subdir" \
 
523
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
524
              || exit 1; \
487
525
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
488
526
            $(am__relativize); \
489
527
            new_distdir=$$reldir; \
521
559
 
522
560
installcheck: installcheck-recursive
523
561
install-strip:
524
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526
 
          `test -z '$(STRIP)' || \
527
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
562
        if test -z '$(STRIP)'; then \
 
563
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
564
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
565
              install; \
 
566
        else \
 
567
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
568
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
569
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
570
        fi
528
571
mostlyclean-generic:
529
572
 
530
573
clean-generic: