~ubuntu-branches/ubuntu/wily/libde265/wily

« back to all changes in this revision

Viewing changes to libde265/arm/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Joachim Bauch
  • Date: 2015-07-16 11:07:46 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150716110746-76vsv24j3yux7tnu
Tags: 1.0.2-1
* Imported Upstream version 1.0.2
* Added new files to copyright information.
* Only export decoder API and update symbols for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
target_triplet = @target@
 
82
 
 
83
# NEON specific functions
 
84
@ENABLE_NEON_OPT_TRUE@am__append_1 = libde265_arm_neon.la
 
85
@ENABLE_NEON_OPT_TRUE@am__append_2 = libde265_arm_neon.la
 
86
subdir = libde265/arm
 
87
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
88
        $(top_srcdir)/depcomp
 
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
90
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
 
91
        $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
92
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
93
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
94
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
95
        $(top_srcdir)/m4/m4_ax_check_compile_flag.m4 \
 
96
        $(top_srcdir)/configure.ac
 
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
98
        $(ACLOCAL_M4)
 
99
mkinstalldirs = $(install_sh) -d
 
100
CONFIG_HEADER = $(top_builddir)/config.h
 
101
CONFIG_CLEAN_FILES =
 
102
CONFIG_CLEAN_VPATH_FILES =
 
103
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
104
libde265_arm_la_DEPENDENCIES = $(am__append_2)
 
105
am_libde265_arm_la_OBJECTS = libde265_arm_la-arm.lo
 
106
libde265_arm_la_OBJECTS = $(am_libde265_arm_la_OBJECTS)
 
107
AM_V_lt = $(am__v_lt_@AM_V@)
 
108
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
109
am__v_lt_0 = --silent
 
110
am__v_lt_1 = 
 
111
libde265_arm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 
112
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
113
        $(libde265_arm_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
114
        $(LDFLAGS) -o $@
 
115
libde265_arm_neon_la_LIBADD =
 
116
am__libde265_arm_neon_la_SOURCES_DIST = asm.S cpudetect.S \
 
117
        hevcdsp_qpel_neon.S neon.S
 
118
@ENABLE_NEON_OPT_TRUE@am_libde265_arm_neon_la_OBJECTS =  \
 
119
@ENABLE_NEON_OPT_TRUE@  libde265_arm_neon_la-asm.lo \
 
120
@ENABLE_NEON_OPT_TRUE@  libde265_arm_neon_la-cpudetect.lo \
 
121
@ENABLE_NEON_OPT_TRUE@  libde265_arm_neon_la-hevcdsp_qpel_neon.lo \
 
122
@ENABLE_NEON_OPT_TRUE@  libde265_arm_neon_la-neon.lo
 
123
libde265_arm_neon_la_OBJECTS = $(am_libde265_arm_neon_la_OBJECTS)
 
124
@ENABLE_NEON_OPT_TRUE@am_libde265_arm_neon_la_rpath =
 
125
AM_V_P = $(am__v_P_@AM_V@)
 
126
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
127
am__v_P_0 = false
 
128
am__v_P_1 = :
 
129
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
130
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
131
am__v_GEN_0 = @echo "  GEN     " $@;
 
132
am__v_GEN_1 = 
 
133
AM_V_at = $(am__v_at_@AM_V@)
 
134
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
135
am__v_at_0 = @
 
136
am__v_at_1 = 
 
137
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
138
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
139
am__depfiles_maybe = depfiles
 
140
am__mv = mv -f
 
141
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
142
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
143
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
 
144
        $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
 
145
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
146
        $(AM_CCASFLAGS) $(CCASFLAGS)
 
147
AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
 
148
am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
 
149
am__v_CPPAS_0 = @echo "  CPPAS   " $@;
 
150
am__v_CPPAS_1 = 
 
151
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
152
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
153
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
154
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
155
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
156
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
157
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
158
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
159
am__v_CXX_0 = @echo "  CXX     " $@;
 
160
am__v_CXX_1 = 
 
161
CXXLD = $(CXX)
 
162
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
163
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
164
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
165
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
166
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
167
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
168
am__v_CXXLD_1 = 
 
169
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
170
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
171
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
172
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
173
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
174
        $(AM_CFLAGS) $(CFLAGS)
 
175
AM_V_CC = $(am__v_CC_@AM_V@)
 
176
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
177
am__v_CC_0 = @echo "  CC      " $@;
 
178
am__v_CC_1 = 
 
179
CCLD = $(CC)
 
180
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
181
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
182
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
183
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
184
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
185
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
186
am__v_CCLD_1 = 
 
187
SOURCES = $(libde265_arm_la_SOURCES) $(libde265_arm_neon_la_SOURCES)
 
188
DIST_SOURCES = $(libde265_arm_la_SOURCES) \
 
189
        $(am__libde265_arm_neon_la_SOURCES_DIST)
 
190
am__can_run_installinfo = \
 
191
  case $$AM_UPDATE_INFO_DIR in \
 
192
    n|no|NO) false;; \
 
193
    *) (install-info --version) >/dev/null 2>&1;; \
 
194
  esac
 
195
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
196
# Read a list of newline-separated strings from the standard input,
 
197
# and print each of them once, without duplicates.  Input order is
 
198
# *not* preserved.
 
199
am__uniquify_input = $(AWK) '\
 
200
  BEGIN { nonempty = 0; } \
 
201
  { items[$$0] = 1; nonempty = 1; } \
 
202
  END { if (nonempty) { for (i in items) print i; }; } \
 
203
'
 
204
# Make sure the list of sources is unique.  This is necessary because,
 
205
# e.g., the same source file might be shared among _SOURCES variables
 
206
# for different programs/libraries.
 
207
am__define_uniq_tagged_files = \
 
208
  list='$(am__tagged_files)'; \
 
209
  unique=`for i in $$list; do \
 
210
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
211
  done | $(am__uniquify_input)`
 
212
ETAGS = etags
 
213
CTAGS = ctags
 
214
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
215
ACLOCAL = @ACLOCAL@
 
216
ALLOCA = @ALLOCA@
 
217
AMTAR = @AMTAR@
 
218
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
219
AR = @AR@
 
220
AUTOCONF = @AUTOCONF@
 
221
AUTOHEADER = @AUTOHEADER@
 
222
AUTOMAKE = @AUTOMAKE@
 
223
AWK = @AWK@
 
224
CC = @CC@
 
225
CCAS = @CCAS@
 
226
CCASDEPMODE = @CCASDEPMODE@
 
227
CCASFLAGS = @CCASFLAGS@
 
228
CCDEPMODE = @CCDEPMODE@
 
229
CFLAGS = @CFLAGS@
 
230
CPP = @CPP@
 
231
CPPFLAGS = @CPPFLAGS@
 
232
CXX = @CXX@
 
233
CXXCPP = @CXXCPP@
 
234
CXXDEPMODE = @CXXDEPMODE@
 
235
CXXFLAGS = @CXXFLAGS@
 
236
CYGPATH_W = @CYGPATH_W@
 
237
DEFS = @DEFS@
 
238
DEPDIR = @DEPDIR@
 
239
DLLTOOL = @DLLTOOL@
 
240
DSYMUTIL = @DSYMUTIL@
 
241
DUMPBIN = @DUMPBIN@
 
242
ECHO_C = @ECHO_C@
 
243
ECHO_N = @ECHO_N@
 
244
ECHO_T = @ECHO_T@
 
245
EGREP = @EGREP@
 
246
EXEEXT = @EXEEXT@
 
247
FGREP = @FGREP@
 
248
GREP = @GREP@
 
249
HAVE_CXX11 = @HAVE_CXX11@
 
250
INSTALL = @INSTALL@
 
251
INSTALL_DATA = @INSTALL_DATA@
 
252
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
253
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
254
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
255
LD = @LD@
 
256
LDFLAGS = @LDFLAGS@
 
257
LIBDE265_AGE = @LIBDE265_AGE@
 
258
LIBDE265_CURRENT = @LIBDE265_CURRENT@
 
259
LIBDE265_REVISION = @LIBDE265_REVISION@
 
260
LIBOBJS = @LIBOBJS@
 
261
LIBS = @LIBS@
 
262
LIBTOOL = @LIBTOOL@
 
263
LIPO = @LIPO@
 
264
LN_S = @LN_S@
 
265
LTLIBOBJS = @LTLIBOBJS@
 
266
MAKEINFO = @MAKEINFO@
 
267
MANIFEST_TOOL = @MANIFEST_TOOL@
 
268
MKDIR_P = @MKDIR_P@
 
269
NM = @NM@
 
270
NMEDIT = @NMEDIT@
 
271
NUMERIC_VERSION = @NUMERIC_VERSION@
 
272
OBJDUMP = @OBJDUMP@
 
273
OBJEXT = @OBJEXT@
 
274
OTOOL = @OTOOL@
 
275
OTOOL64 = @OTOOL64@
 
276
PACKAGE = @PACKAGE@
 
277
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
278
PACKAGE_NAME = @PACKAGE_NAME@
 
279
PACKAGE_STRING = @PACKAGE_STRING@
 
280
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
281
PACKAGE_URL = @PACKAGE_URL@
 
282
PACKAGE_VERSION = @PACKAGE_VERSION@
 
283
PATH_SEPARATOR = @PATH_SEPARATOR@
 
284
PKG_CONFIG = @PKG_CONFIG@
 
285
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
286
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
287
QTCHOOSER = @QTCHOOSER@
 
288
QTMOC = @QTMOC@
 
289
QT_CFLAGS = @QT_CFLAGS@
 
290
QT_LIBS = @QT_LIBS@
 
291
RANLIB = @RANLIB@
 
292
SDL_CFLAGS = @SDL_CFLAGS@
 
293
SDL_LIBS = @SDL_LIBS@
 
294
SED = @SED@
 
295
SET_MAKE = @SET_MAKE@
 
296
SHELL = @SHELL@
 
297
STRIP = @STRIP@
 
298
SWSCALE_CFLAGS = @SWSCALE_CFLAGS@
 
299
SWSCALE_LIBS = @SWSCALE_LIBS@
 
300
VERSION = @VERSION@
 
301
VIDEOGFX_CFLAGS = @VIDEOGFX_CFLAGS@
 
302
VIDEOGFX_LIBS = @VIDEOGFX_LIBS@
 
303
abs_builddir = @abs_builddir@
 
304
abs_srcdir = @abs_srcdir@
 
305
abs_top_builddir = @abs_top_builddir@
 
306
abs_top_srcdir = @abs_top_srcdir@
 
307
ac_ct_AR = @ac_ct_AR@
 
308
ac_ct_CC = @ac_ct_CC@
 
309
ac_ct_CXX = @ac_ct_CXX@
 
310
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
311
am__include = @am__include@
 
312
am__leading_dot = @am__leading_dot@
 
313
am__quote = @am__quote@
 
314
am__tar = @am__tar@
 
315
am__untar = @am__untar@
 
316
bindir = @bindir@
 
317
build = @build@
 
318
build_alias = @build_alias@
 
319
build_cpu = @build_cpu@
 
320
build_os = @build_os@
 
321
build_vendor = @build_vendor@
 
322
builddir = @builddir@
 
323
datadir = @datadir@
 
324
datarootdir = @datarootdir@
 
325
docdir = @docdir@
 
326
dvidir = @dvidir@
 
327
exec_prefix = @exec_prefix@
 
328
host = @host@
 
329
host_alias = @host_alias@
 
330
host_cpu = @host_cpu@
 
331
host_os = @host_os@
 
332
host_vendor = @host_vendor@
 
333
htmldir = @htmldir@
 
334
includedir = @includedir@
 
335
infodir = @infodir@
 
336
install_sh = @install_sh@
 
337
libdir = @libdir@
 
338
libexecdir = @libexecdir@
 
339
localedir = @localedir@
 
340
localstatedir = @localstatedir@
 
341
mandir = @mandir@
 
342
mkdir_p = @mkdir_p@
 
343
oldincludedir = @oldincludedir@
 
344
pdfdir = @pdfdir@
 
345
prefix = @prefix@
 
346
program_transform_name = @program_transform_name@
 
347
psdir = @psdir@
 
348
sbindir = @sbindir@
 
349
sharedstatedir = @sharedstatedir@
 
350
srcdir = @srcdir@
 
351
sysconfdir = @sysconfdir@
 
352
target = @target@
 
353
target_alias = @target_alias@
 
354
target_cpu = @target_cpu@
 
355
target_os = @target_os@
 
356
target_vendor = @target_vendor@
 
357
top_build_prefix = @top_build_prefix@
 
358
top_builddir = @top_builddir@
 
359
top_srcdir = @top_srcdir@
 
360
noinst_LTLIBRARIES = libde265_arm.la $(am__append_1)
 
361
libde265_arm_la_CXXFLAGS = -I.. $(CFLAG_VISIBILITY)
 
362
libde265_arm_la_SOURCES = arm.cc arm.h
 
363
libde265_arm_la_LIBADD = $(am__append_2)
 
364
@ENABLE_NEON_OPT_TRUE@libde265_arm_neon_la_CXXFLAGS = -mfpu=neon -I.. $(CFLAG_VISIBILITY)
 
365
@ENABLE_NEON_OPT_TRUE@libde265_arm_neon_la_CCASFLAGS = -mfpu=neon -I.. \
 
366
@ENABLE_NEON_OPT_TRUE@  -DHAVE_NEON \
 
367
@ENABLE_NEON_OPT_TRUE@  -DEXTERN_ASM= \
 
368
@ENABLE_NEON_OPT_TRUE@  -DHAVE_AS_FUNC \
 
369
@ENABLE_NEON_OPT_TRUE@  -DHAVE_SECTION_DATA_REL_RO
 
370
 
 
371
@ENABLE_NEON_OPT_TRUE@libde265_arm_neon_la_SOURCES = \
 
372
@ENABLE_NEON_OPT_TRUE@  asm.S \
 
373
@ENABLE_NEON_OPT_TRUE@  cpudetect.S \
 
374
@ENABLE_NEON_OPT_TRUE@  hevcdsp_qpel_neon.S \
 
375
@ENABLE_NEON_OPT_TRUE@  neon.S
 
376
 
 
377
all: all-am
 
378
 
 
379
.SUFFIXES:
 
380
.SUFFIXES: .S .cc .lo .o .obj
 
381
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
382
        @for dep in $?; do \
 
383
          case '$(am__configure_deps)' in \
 
384
            *$$dep*) \
 
385
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
386
                && { if test -f $@; then exit 0; else break; fi; }; \
 
387
              exit 1;; \
 
388
          esac; \
 
389
        done; \
 
390
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libde265/arm/Makefile'; \
 
391
        $(am__cd) $(top_srcdir) && \
 
392
          $(AUTOMAKE) --gnu libde265/arm/Makefile
 
393
.PRECIOUS: Makefile
 
394
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
395
        @case '$?' in \
 
396
          *config.status*) \
 
397
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
398
          *) \
 
399
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
400
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
401
        esac;
 
402
 
 
403
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
404
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
405
 
 
406
$(top_srcdir)/configure:  $(am__configure_deps)
 
407
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
408
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
409
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
410
$(am__aclocal_m4_deps):
 
411
 
 
412
clean-noinstLTLIBRARIES:
 
413
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
414
        @list='$(noinst_LTLIBRARIES)'; \
 
415
        locs=`for p in $$list; do echo $$p; done | \
 
416
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
417
              sort -u`; \
 
418
        test -z "$$locs" || { \
 
419
          echo rm -f $${locs}; \
 
420
          rm -f $${locs}; \
 
421
        }
 
422
 
 
423
libde265_arm.la: $(libde265_arm_la_OBJECTS) $(libde265_arm_la_DEPENDENCIES) $(EXTRA_libde265_arm_la_DEPENDENCIES) 
 
424
        $(AM_V_CXXLD)$(libde265_arm_la_LINK)  $(libde265_arm_la_OBJECTS) $(libde265_arm_la_LIBADD) $(LIBS)
 
425
 
 
426
libde265_arm_neon.la: $(libde265_arm_neon_la_OBJECTS) $(libde265_arm_neon_la_DEPENDENCIES) $(EXTRA_libde265_arm_neon_la_DEPENDENCIES) 
 
427
        $(AM_V_CCLD)$(LINK) $(am_libde265_arm_neon_la_rpath) $(libde265_arm_neon_la_OBJECTS) $(libde265_arm_neon_la_LIBADD) $(LIBS)
 
428
 
 
429
mostlyclean-compile:
 
430
        -rm -f *.$(OBJEXT)
 
431
 
 
432
distclean-compile:
 
433
        -rm -f *.tab.c
 
434
 
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_la-arm.Plo@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-asm.Plo@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo@am__quote@
 
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libde265_arm_neon_la-neon.Plo@am__quote@
 
440
 
 
441
.S.o:
 
442
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
443
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
444
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
445
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
446
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
 
447
 
 
448
.S.obj:
 
449
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
450
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
451
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
452
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
453
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
454
 
 
455
.S.lo:
 
456
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
457
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
458
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
459
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
460
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
 
461
 
 
462
libde265_arm_neon_la-asm.lo: asm.S
 
463
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-asm.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-asm.Tpo -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
 
464
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-asm.Tpo $(DEPDIR)/libde265_arm_neon_la-asm.Plo
 
465
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='asm.S' object='libde265_arm_neon_la-asm.lo' libtool=yes @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-asm.lo `test -f 'asm.S' || echo '$(srcdir)/'`asm.S
 
468
 
 
469
libde265_arm_neon_la-cpudetect.lo: cpudetect.S
 
470
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-cpudetect.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-cpudetect.Tpo -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
 
471
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-cpudetect.Tpo $(DEPDIR)/libde265_arm_neon_la-cpudetect.Plo
 
472
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='cpudetect.S' object='libde265_arm_neon_la-cpudetect.lo' libtool=yes @AMDEPBACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
474
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-cpudetect.lo `test -f 'cpudetect.S' || echo '$(srcdir)/'`cpudetect.S
 
475
 
 
476
libde265_arm_neon_la-hevcdsp_qpel_neon.lo: hevcdsp_qpel_neon.S
 
477
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-hevcdsp_qpel_neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Tpo -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
 
478
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Tpo $(DEPDIR)/libde265_arm_neon_la-hevcdsp_qpel_neon.Plo
 
479
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='hevcdsp_qpel_neon.S' object='libde265_arm_neon_la-hevcdsp_qpel_neon.lo' libtool=yes @AMDEPBACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
481
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-hevcdsp_qpel_neon.lo `test -f 'hevcdsp_qpel_neon.S' || echo '$(srcdir)/'`hevcdsp_qpel_neon.S
 
482
 
 
483
libde265_arm_neon_la-neon.lo: neon.S
 
484
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -MT libde265_arm_neon_la-neon.lo -MD -MP -MF $(DEPDIR)/libde265_arm_neon_la-neon.Tpo -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
 
485
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_neon_la-neon.Tpo $(DEPDIR)/libde265_arm_neon_la-neon.Plo
 
486
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     $(AM_V_CPPAS)source='neon.S' object='libde265_arm_neon_la-neon.lo' libtool=yes @AMDEPBACKSLASH@
 
487
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
488
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_neon_la_CCASFLAGS) $(CCASFLAGS) -c -o libde265_arm_neon_la-neon.lo `test -f 'neon.S' || echo '$(srcdir)/'`neon.S
 
489
 
 
490
.cc.o:
 
491
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
492
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
493
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
494
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
495
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
496
 
 
497
.cc.obj:
 
498
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
499
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
500
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
501
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
502
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
503
 
 
504
.cc.lo:
 
505
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
506
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
507
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
508
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
509
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
510
 
 
511
libde265_arm_la-arm.lo: arm.cc
 
512
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_la_CXXFLAGS) $(CXXFLAGS) -MT libde265_arm_la-arm.lo -MD -MP -MF $(DEPDIR)/libde265_arm_la-arm.Tpo -c -o libde265_arm_la-arm.lo `test -f 'arm.cc' || echo '$(srcdir)/'`arm.cc
 
513
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libde265_arm_la-arm.Tpo $(DEPDIR)/libde265_arm_la-arm.Plo
 
514
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='arm.cc' object='libde265_arm_la-arm.lo' libtool=yes @AMDEPBACKSLASH@
 
515
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
516
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libde265_arm_la_CXXFLAGS) $(CXXFLAGS) -c -o libde265_arm_la-arm.lo `test -f 'arm.cc' || echo '$(srcdir)/'`arm.cc
 
517
 
 
518
mostlyclean-libtool:
 
519
        -rm -f *.lo
 
520
 
 
521
clean-libtool:
 
522
        -rm -rf .libs _libs
 
523
 
 
524
ID: $(am__tagged_files)
 
525
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
526
tags: tags-am
 
527
TAGS: tags
 
528
 
 
529
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
530
        set x; \
 
531
        here=`pwd`; \
 
532
        $(am__define_uniq_tagged_files); \
 
533
        shift; \
 
534
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
535
          test -n "$$unique" || unique=$$empty_fix; \
 
536
          if test $$# -gt 0; then \
 
537
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
538
              "$$@" $$unique; \
 
539
          else \
 
540
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
541
              $$unique; \
 
542
          fi; \
 
543
        fi
 
544
ctags: ctags-am
 
545
 
 
546
CTAGS: ctags
 
547
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
548
        $(am__define_uniq_tagged_files); \
 
549
        test -z "$(CTAGS_ARGS)$$unique" \
 
550
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
551
             $$unique
 
552
 
 
553
GTAGS:
 
554
        here=`$(am__cd) $(top_builddir) && pwd` \
 
555
          && $(am__cd) $(top_srcdir) \
 
556
          && gtags -i $(GTAGS_ARGS) "$$here"
 
557
cscopelist: cscopelist-am
 
558
 
 
559
cscopelist-am: $(am__tagged_files)
 
560
        list='$(am__tagged_files)'; \
 
561
        case "$(srcdir)" in \
 
562
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
563
          *) sdir=$(subdir)/$(srcdir) ;; \
 
564
        esac; \
 
565
        for i in $$list; do \
 
566
          if test -f "$$i"; then \
 
567
            echo "$(subdir)/$$i"; \
 
568
          else \
 
569
            echo "$$sdir/$$i"; \
 
570
          fi; \
 
571
        done >> $(top_builddir)/cscope.files
 
572
 
 
573
distclean-tags:
 
574
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
575
 
 
576
distdir: $(DISTFILES)
 
577
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
578
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
579
        list='$(DISTFILES)'; \
 
580
          dist_files=`for file in $$list; do echo $$file; done | \
 
581
          sed -e "s|^$$srcdirstrip/||;t" \
 
582
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
583
        case $$dist_files in \
 
584
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
585
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
586
                           sort -u` ;; \
 
587
        esac; \
 
588
        for file in $$dist_files; do \
 
589
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
590
          if test -d $$d/$$file; then \
 
591
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
592
            if test -d "$(distdir)/$$file"; then \
 
593
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
594
            fi; \
 
595
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
596
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
597
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
598
            fi; \
 
599
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
600
          else \
 
601
            test -f "$(distdir)/$$file" \
 
602
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
603
            || exit 1; \
 
604
          fi; \
 
605
        done
 
606
check-am: all-am
 
607
check: check-am
 
608
all-am: Makefile $(LTLIBRARIES)
 
609
installdirs:
 
610
install: install-am
 
611
install-exec: install-exec-am
 
612
install-data: install-data-am
 
613
uninstall: uninstall-am
 
614
 
 
615
install-am: all-am
 
616
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
617
 
 
618
installcheck: installcheck-am
 
619
install-strip:
 
620
        if test -z '$(STRIP)'; then \
 
621
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
622
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
623
              install; \
 
624
        else \
 
625
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
626
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
627
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
628
        fi
 
629
mostlyclean-generic:
 
630
 
 
631
clean-generic:
 
632
 
 
633
distclean-generic:
 
634
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
635
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
636
 
 
637
maintainer-clean-generic:
 
638
        @echo "This command is intended for maintainers to use"
 
639
        @echo "it deletes files that may require special tools to rebuild."
 
640
clean: clean-am
 
641
 
 
642
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
643
        mostlyclean-am
 
644
 
 
645
distclean: distclean-am
 
646
        -rm -rf ./$(DEPDIR)
 
647
        -rm -f Makefile
 
648
distclean-am: clean-am distclean-compile distclean-generic \
 
649
        distclean-tags
 
650
 
 
651
dvi: dvi-am
 
652
 
 
653
dvi-am:
 
654
 
 
655
html: html-am
 
656
 
 
657
html-am:
 
658
 
 
659
info: info-am
 
660
 
 
661
info-am:
 
662
 
 
663
install-data-am:
 
664
 
 
665
install-dvi: install-dvi-am
 
666
 
 
667
install-dvi-am:
 
668
 
 
669
install-exec-am:
 
670
 
 
671
install-html: install-html-am
 
672
 
 
673
install-html-am:
 
674
 
 
675
install-info: install-info-am
 
676
 
 
677
install-info-am:
 
678
 
 
679
install-man:
 
680
 
 
681
install-pdf: install-pdf-am
 
682
 
 
683
install-pdf-am:
 
684
 
 
685
install-ps: install-ps-am
 
686
 
 
687
install-ps-am:
 
688
 
 
689
installcheck-am:
 
690
 
 
691
maintainer-clean: maintainer-clean-am
 
692
        -rm -rf ./$(DEPDIR)
 
693
        -rm -f Makefile
 
694
maintainer-clean-am: distclean-am maintainer-clean-generic
 
695
 
 
696
mostlyclean: mostlyclean-am
 
697
 
 
698
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
699
        mostlyclean-libtool
 
700
 
 
701
pdf: pdf-am
 
702
 
 
703
pdf-am:
 
704
 
 
705
ps: ps-am
 
706
 
 
707
ps-am:
 
708
 
 
709
uninstall-am:
 
710
 
 
711
.MAKE: install-am install-strip
 
712
 
 
713
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
714
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
715
        ctags-am distclean distclean-compile distclean-generic \
 
716
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
717
        html-am info info-am install install-am install-data \
 
718
        install-data-am install-dvi install-dvi-am install-exec \
 
719
        install-exec-am install-html install-html-am install-info \
 
720
        install-info-am install-man install-pdf install-pdf-am \
 
721
        install-ps install-ps-am install-strip installcheck \
 
722
        installcheck-am installdirs maintainer-clean \
 
723
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
724
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
725
        tags tags-am uninstall uninstall-am
 
726
 
 
727
 
 
728
@HAVE_VISIBILITY_TRUE@  libde265_arm_la_CXXFLAGS += -DHAVE_VISIBILITY
 
729
 
 
730
@ENABLE_ARM_THUMB_TRUE@@ENABLE_NEON_OPT_TRUE@   libde265_arm_neon_la_CCASFLAGS += -DCONFIG_THUMB
 
731
 
 
732
@ENABLE_NEON_OPT_TRUE@@HAVE_VISIBILITY_TRUE@    libde265_arm_neon_la_CXXFLAGS += -DHAVE_VISIBILITY
 
733
 
 
734
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
735
# Otherwise a system limit (for SysV at least) may be exceeded.
 
736
.NOEXPORT: