~ubuntu-branches/ubuntu/trusty/gavl/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-04-16 12:53:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070416125308-k8gdo9sofz72gjkf
Tags: 0.2.5-1
* New upstream release
* Adapted fpic.patch to the new version
* Fixed broken watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
43
43
        install-sh ltmain.sh missing
44
44
subdir = .
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/m4/lqt_opt_cflags.m4 \
47
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
46
am__aclocal_m4_deps = $(top_srcdir)/m4/check_funcs.m4 \
 
47
        $(top_srcdir)/m4/clip_mode.m4 $(top_srcdir)/m4/gavl_simd.m4 \
 
48
        $(top_srcdir)/m4/lqt_opt_cflags.m4 $(top_srcdir)/acinclude.m4 \
 
49
        $(top_srcdir)/configure.ac
48
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
51
        $(ACLOCAL_M4)
50
52
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
88
90
AMDEP_TRUE = @AMDEP_TRUE@
89
91
AMTAR = @AMTAR@
90
92
AR = @AR@
91
 
ARCH_X86_FALSE = @ARCH_X86_FALSE@
92
 
ARCH_X86_TRUE = @ARCH_X86_TRUE@
93
93
AUTOCONF = @AUTOCONF@
94
94
AUTOHEADER = @AUTOHEADER@
95
95
AUTOMAKE = @AUTOMAKE@
116
116
FFLAGS = @FFLAGS@
117
117
GAVL_ENDIANESS = @GAVL_ENDIANESS@
118
118
GMERLIN_DEP_LIBS = @GMERLIN_DEP_LIBS@
 
119
HAVE_3DNOW_FALSE = @HAVE_3DNOW_FALSE@
 
120
HAVE_3DNOW_TRUE = @HAVE_3DNOW_TRUE@
 
121
HAVE_LIBPNG_FALSE = @HAVE_LIBPNG_FALSE@
 
122
HAVE_LIBPNG_TRUE = @HAVE_LIBPNG_TRUE@
 
123
HAVE_MMX_FALSE = @HAVE_MMX_FALSE@
 
124
HAVE_MMX_TRUE = @HAVE_MMX_TRUE@
 
125
HAVE_SSE2_FALSE = @HAVE_SSE2_FALSE@
 
126
HAVE_SSE2_TRUE = @HAVE_SSE2_TRUE@
 
127
HAVE_SSE_FALSE = @HAVE_SSE_FALSE@
 
128
HAVE_SSE_TRUE = @HAVE_SSE_TRUE@
119
129
INCLUDES = @INCLUDES@
120
130
INSTALL_DATA = @INSTALL_DATA@
121
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
136
146
PACKAGE_TARNAME = @PACKAGE_TARNAME@
137
147
PACKAGE_VERSION = @PACKAGE_VERSION@
138
148
PATH_SEPARATOR = @PATH_SEPARATOR@
139
 
PKG_CONFIG = @PKG_CONFIG@
 
149
PNG_CFLAGS = @PNG_CFLAGS@
 
150
PNG_LIBS = @PNG_LIBS@
 
151
PNG_REQUIRED = @PNG_REQUIRED@
140
152
RANLIB = @RANLIB@
141
 
SAMPLERATE_REQUIRED = @SAMPLERATE_REQUIRED@
142
 
SECRETRABBIT_CFLAGS = @SECRETRABBIT_CFLAGS@
143
 
SECRETRABBIT_LIBS = @SECRETRABBIT_LIBS@
144
153
SET_MAKE = @SET_MAKE@
145
154
SHELL = @SHELL@
146
155
STRIP = @STRIP@
270
279
#     (which will cause the Makefiles to be regenerated when you run `make');
271
280
# (2) otherwise, pass the desired values on the `make' command line.
272
281
$(RECURSIVE_TARGETS):
273
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
282
        @failcom='exit 1'; \
 
283
        for f in x $$MAKEFLAGS; do \
 
284
          case $$f in \
 
285
            *=* | --[!k]*);; \
 
286
            *k*) failcom='fail=yes';; \
 
287
          esac; \
 
288
        done; \
274
289
        dot_seen=no; \
275
290
        target=`echo $@ | sed s/-recursive//`; \
276
291
        list='$(SUBDIRS)'; for subdir in $$list; do \
282
297
            local_target="$$target"; \
283
298
          fi; \
284
299
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
285
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
300
          || eval $$failcom; \
286
301
        done; \
287
302
        if test "$$dot_seen" = "no"; then \
288
303
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
290
305
 
291
306
mostlyclean-recursive clean-recursive distclean-recursive \
292
307
maintainer-clean-recursive:
293
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
308
        @failcom='exit 1'; \
 
309
        for f in x $$MAKEFLAGS; do \
 
310
          case $$f in \
 
311
            *=* | --[!k]*);; \
 
312
            *k*) failcom='fail=yes';; \
 
313
          esac; \
 
314
        done; \
294
315
        dot_seen=no; \
295
316
        case "$@" in \
296
317
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311
332
            local_target="$$target"; \
312
333
          fi; \
313
334
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
335
          || eval $$failcom; \
315
336
        done && test -z "$$fail"
316
337
tags-recursive:
317
338
        list='$(SUBDIRS)'; for subdir in $$list; do \