~ubuntu-branches/debian/sid/xorgxrdp/sid

« back to all changes in this revision

Viewing changes to tests/yuv2rgb/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dominik George
  • Date: 2018-03-31 18:44:01 UTC
  • Revision ID: package-import@ubuntu.com-20180331184401-2st0rkrd7wrgdq0p
Tags: upstream-0.2.6
ImportĀ upstreamĀ versionĀ 0.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2017 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
VPATH = @srcdir@
 
17
am__is_gnu_make = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
 
28
am__make_running_with_option = \
 
29
  case $${target_option-} in \
 
30
      ?) ;; \
 
31
      *) echo "am__make_running_with_option: internal error: invalid" \
 
32
              "target option '$${target_option-}' specified" >&2; \
 
33
         exit 1;; \
 
34
  esac; \
 
35
  has_opt=no; \
 
36
  sane_makeflags=$$MAKEFLAGS; \
 
37
  if $(am__is_gnu_make); then \
 
38
    sane_makeflags=$$MFLAGS; \
 
39
  else \
 
40
    case $$MAKEFLAGS in \
 
41
      *\\[\ \   ]*) \
 
42
        bs=\\; \
 
43
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
44
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
45
    esac; \
 
46
  fi; \
 
47
  skip_next=no; \
 
48
  strip_trailopt () \
 
49
  { \
 
50
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
51
  }; \
 
52
  for flg in $$sane_makeflags; do \
 
53
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
54
    case $$flg in \
 
55
      *=*|--*) continue;; \
 
56
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
57
      -*I?*) strip_trailopt 'I';; \
 
58
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
59
      -*O?*) strip_trailopt 'O';; \
 
60
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
61
      -*l?*) strip_trailopt 'l';; \
 
62
      -[dEDm]) skip_next=yes;; \
 
63
      -[JT]) skip_next=yes;; \
 
64
    esac; \
 
65
    case $$flg in \
 
66
      *$$target_option*) has_opt=yes; break;; \
 
67
    esac; \
 
68
  done; \
 
69
  test $$has_opt = yes
 
70
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
71
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
72
pkgdatadir = $(datadir)/@PACKAGE@
 
73
pkgincludedir = $(includedir)/@PACKAGE@
 
74
pkglibdir = $(libdir)/@PACKAGE@
 
75
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
76
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
77
install_sh_DATA = $(install_sh) -c -m 644
 
78
install_sh_PROGRAM = $(install_sh) -c
 
79
install_sh_SCRIPT = $(install_sh) -c
 
80
INSTALL_HEADER = $(INSTALL_DATA)
 
81
transform = $(program_transform_name)
 
82
NORMAL_INSTALL = :
 
83
PRE_INSTALL = :
 
84
POST_INSTALL = :
 
85
NORMAL_UNINSTALL = :
 
86
PRE_UNINSTALL = :
 
87
POST_UNINSTALL = :
 
88
build_triplet = @build@
 
89
host_triplet = @host@
 
90
@WITH_SIMD_AMD64_TRUE@am__append_1 = -DUSE_SIMD_AMD64
 
91
@WITH_SIMD_X86_TRUE@am__append_2 = -DUSE_SIMD_X86
 
92
check_PROGRAMS = yuv2rgb_speed$(EXEEXT)
 
93
subdir = tests/yuv2rgb
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
 
96
        $(top_srcdir)/m4/ax_append_flag.m4 \
 
97
        $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
 
98
        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
 
99
        $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
 
100
        $(top_srcdir)/m4/ax_require_defined.m4 \
 
101
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
102
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
103
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nasm.m4 \
 
104
        $(top_srcdir)/configure.ac
 
105
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
106
        $(ACLOCAL_M4)
 
107
DIST_COMMON = $(srcdir)/Makefile.am $(dist_check_SCRIPTS) \
 
108
        $(am__DIST_COMMON)
 
109
mkinstalldirs = $(install_sh) -d
 
110
CONFIG_HEADER = $(top_builddir)/config_ac.h
 
111
CONFIG_CLEAN_FILES =
 
112
CONFIG_CLEAN_VPATH_FILES =
 
113
am_yuv2rgb_speed_OBJECTS = yuv2rgb_speed.$(OBJEXT)
 
114
yuv2rgb_speed_OBJECTS = $(am_yuv2rgb_speed_OBJECTS)
 
115
yuv2rgb_speed_DEPENDENCIES = $(ASMLIB)
 
116
AM_V_lt = $(am__v_lt_@AM_V@)
 
117
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
118
am__v_lt_0 = --silent
 
119
am__v_lt_1 = 
 
120
AM_V_P = $(am__v_P_@AM_V@)
 
121
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
122
am__v_P_0 = false
 
123
am__v_P_1 = :
 
124
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
125
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
126
am__v_GEN_0 = @echo "  GEN     " $@;
 
127
am__v_GEN_1 = 
 
128
AM_V_at = $(am__v_at_@AM_V@)
 
129
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
130
am__v_at_0 = @
 
131
am__v_at_1 = 
 
132
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
133
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
134
am__depfiles_maybe = depfiles
 
135
am__mv = mv -f
 
136
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
137
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
138
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
139
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
140
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
141
        $(AM_CFLAGS) $(CFLAGS)
 
142
AM_V_CC = $(am__v_CC_@AM_V@)
 
143
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
144
am__v_CC_0 = @echo "  CC      " $@;
 
145
am__v_CC_1 = 
 
146
CCLD = $(CC)
 
147
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
148
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
149
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
150
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
151
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
152
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
153
am__v_CCLD_1 = 
 
154
SOURCES = $(yuv2rgb_speed_SOURCES)
 
155
DIST_SOURCES = $(yuv2rgb_speed_SOURCES)
 
156
am__can_run_installinfo = \
 
157
  case $$AM_UPDATE_INFO_DIR in \
 
158
    n|no|NO) false;; \
 
159
    *) (install-info --version) >/dev/null 2>&1;; \
 
160
  esac
 
161
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
162
# Read a list of newline-separated strings from the standard input,
 
163
# and print each of them once, without duplicates.  Input order is
 
164
# *not* preserved.
 
165
am__uniquify_input = $(AWK) '\
 
166
  BEGIN { nonempty = 0; } \
 
167
  { items[$$0] = 1; nonempty = 1; } \
 
168
  END { if (nonempty) { for (i in items) print i; }; } \
 
169
'
 
170
# Make sure the list of sources is unique.  This is necessary because,
 
171
# e.g., the same source file might be shared among _SOURCES variables
 
172
# for different programs/libraries.
 
173
am__define_uniq_tagged_files = \
 
174
  list='$(am__tagged_files)'; \
 
175
  unique=`for i in $$list; do \
 
176
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
177
  done | $(am__uniquify_input)`
 
178
ETAGS = etags
 
179
CTAGS = ctags
 
180
am__tty_colors_dummy = \
 
181
  mgn= red= grn= lgn= blu= brg= std=; \
 
182
  am__color_tests=no
 
183
am__tty_colors = { \
 
184
  $(am__tty_colors_dummy); \
 
185
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
186
    am__color_tests=no; \
 
187
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
188
    am__color_tests=yes; \
 
189
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
190
    am__color_tests=yes; \
 
191
  fi; \
 
192
  if test $$am__color_tests = yes; then \
 
193
    red=''; \
 
194
    grn=''; \
 
195
    lgn=''; \
 
196
    blu=''; \
 
197
    mgn=''; \
 
198
    brg=''; \
 
199
    std=''; \
 
200
  fi; \
 
201
}
 
202
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
203
am__vpath_adj = case $$p in \
 
204
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
205
    *) f=$$p;; \
 
206
  esac;
 
207
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
208
am__install_max = 40
 
209
am__nobase_strip_setup = \
 
210
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
211
am__nobase_strip = \
 
212
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
213
am__nobase_list = $(am__nobase_strip_setup); \
 
214
  for p in $$list; do echo "$$p $$p"; done | \
 
215
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
216
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
217
    if (++n[$$2] == $(am__install_max)) \
 
218
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
219
    END { for (dir in files) print dir, files[dir] }'
 
220
am__base_list = \
 
221
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
222
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
223
am__uninstall_files_from_dir = { \
 
224
  test -z "$$files" \
 
225
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
226
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
227
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
228
  }
 
229
am__recheck_rx = ^[     ]*:recheck:[    ]*
 
230
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 
231
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 
232
# A command that, given a newline-separated list of test names on the
 
233
# standard input, print the name of the tests that are to be re-run
 
234
# upon "make recheck".
 
235
am__list_recheck_tests = $(AWK) '{ \
 
236
  recheck = 1; \
 
237
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
238
    { \
 
239
      if (rc < 0) \
 
240
        { \
 
241
          if ((getline line2 < ($$0 ".log")) < 0) \
 
242
            recheck = 0; \
 
243
          break; \
 
244
        } \
 
245
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
 
246
        { \
 
247
          recheck = 0; \
 
248
          break; \
 
249
        } \
 
250
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
 
251
        { \
 
252
          break; \
 
253
        } \
 
254
    }; \
 
255
  if (recheck) \
 
256
    print $$0; \
 
257
  close ($$0 ".trs"); \
 
258
  close ($$0 ".log"); \
 
259
}'
 
260
# A command that, given a newline-separated list of test names on the
 
261
# standard input, create the global log from their .trs and .log files.
 
262
am__create_global_log = $(AWK) ' \
 
263
function fatal(msg) \
 
264
{ \
 
265
  print "fatal: making $@: " msg | "cat >&2"; \
 
266
  exit 1; \
 
267
} \
 
268
function rst_section(header) \
 
269
{ \
 
270
  print header; \
 
271
  len = length(header); \
 
272
  for (i = 1; i <= len; i = i + 1) \
 
273
    printf "="; \
 
274
  printf "\n\n"; \
 
275
} \
 
276
{ \
 
277
  copy_in_global_log = 1; \
 
278
  global_test_result = "RUN"; \
 
279
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
280
    { \
 
281
      if (rc < 0) \
 
282
         fatal("failed to read from " $$0 ".trs"); \
 
283
      if (line ~ /$(am__global_test_result_rx)/) \
 
284
        { \
 
285
          sub("$(am__global_test_result_rx)", "", line); \
 
286
          sub("[        ]*$$", "", line); \
 
287
          global_test_result = line; \
 
288
        } \
 
289
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
 
290
        copy_in_global_log = 0; \
 
291
    }; \
 
292
  if (copy_in_global_log) \
 
293
    { \
 
294
      rst_section(global_test_result ": " $$0); \
 
295
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
 
296
      { \
 
297
        if (rc < 0) \
 
298
          fatal("failed to read from " $$0 ".log"); \
 
299
        print line; \
 
300
      }; \
 
301
      printf "\n"; \
 
302
    }; \
 
303
  close ($$0 ".trs"); \
 
304
  close ($$0 ".log"); \
 
305
}'
 
306
# Restructured Text title.
 
307
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 
308
# Solaris 10 'make', and several other traditional 'make' implementations,
 
309
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
310
# by disabling -e (using the XSI extension "set +e") if it's set.
 
311
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
312
# Default flags passed to test drivers.
 
313
am__common_driver_flags = \
 
314
  --color-tests "$$am__color_tests" \
 
315
  --enable-hard-errors "$$am__enable_hard_errors" \
 
316
  --expect-failure "$$am__expect_failure"
 
317
# To be inserted before the command running the test.  Creates the
 
318
# directory for the log if needed.  Stores in $dir the directory
 
319
# containing $f, in $tst the test, in $log the log.  Executes the
 
320
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 
321
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 
322
# will run the test scripts (or their associated LOG_COMPILER, if
 
323
# thy have one).
 
324
am__check_pre = \
 
325
$(am__sh_e_setup);                                      \
 
326
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
327
$(am__tty_colors);                                      \
 
328
srcdir=$(srcdir); export srcdir;                        \
 
329
case "$@" in                                            \
 
330
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
 
331
    *) am__odir=.;;                                     \
 
332
esac;                                                   \
 
333
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
 
334
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 
335
if test -f "./$$f"; then dir=./;                        \
 
336
elif test -f "$$f"; then dir=;                          \
 
337
else dir="$(srcdir)/"; fi;                              \
 
338
tst=$$dir$$f; log='$@';                                 \
 
339
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
 
340
  am__enable_hard_errors=no;                            \
 
341
else                                                    \
 
342
  am__enable_hard_errors=yes;                           \
 
343
fi;                                                     \
 
344
case " $(XFAIL_TESTS) " in                              \
 
345
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
346
    am__expect_failure=yes;;                            \
 
347
  *)                                                    \
 
348
    am__expect_failure=no;;                             \
 
349
esac;                                                   \
 
350
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 
351
# A shell command to get the names of the tests scripts with any registered
 
352
# extension removed (i.e., equivalently, the names of the test logs, with
 
353
# the '.log' extension removed).  The result is saved in the shell variable
 
354
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 
355
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 
356
# since that might cause problem with VPATH rewrites for suffix-less tests.
 
357
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 
358
am__set_TESTS_bases = \
 
359
  bases='$(TEST_LOGS)'; \
 
360
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
 
361
  bases=`echo $$bases`
 
362
RECHECK_LOGS = $(TEST_LOGS)
 
363
AM_RECURSIVE_TARGETS = check recheck
 
364
TEST_SUITE_LOG = test-suite.log
 
365
am__test_logs1 = $(TESTS:=.log)
 
366
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
367
TEST_LOGS = $(am__test_logs2:.sh.log=.log)
 
368
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
369
SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS)
 
370
am__set_b = \
 
371
  case '$@' in \
 
372
    */*) \
 
373
      case '$*' in \
 
374
        */*) b='$*';; \
 
375
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
 
376
       esac;; \
 
377
    *) \
 
378
      b='$*';; \
 
379
  esac
 
380
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
 
381
        $(top_srcdir)/test-driver
 
382
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
383
ACLOCAL = @ACLOCAL@
 
384
AMTAR = @AMTAR@
 
385
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
386
AR = @AR@
 
387
AUTOCONF = @AUTOCONF@
 
388
AUTOHEADER = @AUTOHEADER@
 
389
AUTOMAKE = @AUTOMAKE@
 
390
AWK = @AWK@
 
391
CC = @CC@
 
392
CCDEPMODE = @CCDEPMODE@
 
393
CFLAGS = @CFLAGS@
 
394
CPP = @CPP@
 
395
CPPFLAGS = @CPPFLAGS@
 
396
CYGPATH_W = @CYGPATH_W@
 
397
DEFS = @DEFS@
 
398
DEPDIR = @DEPDIR@
 
399
DLLTOOL = @DLLTOOL@
 
400
DSYMUTIL = @DSYMUTIL@
 
401
DUMPBIN = @DUMPBIN@
 
402
ECHO_C = @ECHO_C@
 
403
ECHO_N = @ECHO_N@
 
404
ECHO_T = @ECHO_T@
 
405
EGREP = @EGREP@
 
406
EXEEXT = @EXEEXT@
 
407
FGREP = @FGREP@
 
408
GREP = @GREP@
 
409
INSTALL = @INSTALL@
 
410
INSTALL_DATA = @INSTALL_DATA@
 
411
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
412
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
413
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
414
LD = @LD@
 
415
LDFLAGS = @LDFLAGS@
 
416
LIBOBJS = @LIBOBJS@
 
417
LIBS = @LIBS@
 
418
LIBTOOL = @LIBTOOL@
 
419
LIPO = @LIPO@
 
420
LN_S = @LN_S@
 
421
LTLIBOBJS = @LTLIBOBJS@
 
422
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 
423
MAKEINFO = @MAKEINFO@
 
424
MANIFEST_TOOL = @MANIFEST_TOOL@
 
425
MKDIR_P = @MKDIR_P@
 
426
NAFLAGS = @NAFLAGS@
 
427
NASM = @NASM@
 
428
NM = @NM@
 
429
NMEDIT = @NMEDIT@
 
430
OBJDUMP = @OBJDUMP@
 
431
OBJEXT = @OBJEXT@
 
432
OTOOL = @OTOOL@
 
433
OTOOL64 = @OTOOL64@
 
434
PACKAGE = @PACKAGE@
 
435
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
436
PACKAGE_NAME = @PACKAGE_NAME@
 
437
PACKAGE_STRING = @PACKAGE_STRING@
 
438
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
439
PACKAGE_URL = @PACKAGE_URL@
 
440
PACKAGE_VERSION = @PACKAGE_VERSION@
 
441
PATH_SEPARATOR = @PATH_SEPARATOR@
 
442
PKG_CONFIG = @PKG_CONFIG@
 
443
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
444
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
445
RANLIB = @RANLIB@
 
446
SED = @SED@
 
447
SET_MAKE = @SET_MAKE@
 
448
SHELL = @SHELL@
 
449
STRIP = @STRIP@
 
450
VERSION = @VERSION@
 
451
XORG_SERVER_CFLAGS = @XORG_SERVER_CFLAGS@
 
452
XORG_SERVER_LIBS = @XORG_SERVER_LIBS@
 
453
XRDP_CFLAGS = @XRDP_CFLAGS@
 
454
XRDP_LIBS = @XRDP_LIBS@
 
455
abs_builddir = @abs_builddir@
 
456
abs_srcdir = @abs_srcdir@
 
457
abs_top_builddir = @abs_top_builddir@
 
458
abs_top_srcdir = @abs_top_srcdir@
 
459
ac_ct_AR = @ac_ct_AR@
 
460
ac_ct_CC = @ac_ct_CC@
 
461
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
462
am__include = @am__include@
 
463
am__leading_dot = @am__leading_dot@
 
464
am__quote = @am__quote@
 
465
am__tar = @am__tar@
 
466
am__untar = @am__untar@
 
467
bindir = @bindir@
 
468
build = @build@
 
469
build_alias = @build_alias@
 
470
build_cpu = @build_cpu@
 
471
build_os = @build_os@
 
472
build_vendor = @build_vendor@
 
473
builddir = @builddir@
 
474
datadir = @datadir@
 
475
datarootdir = @datarootdir@
 
476
docdir = @docdir@
 
477
dvidir = @dvidir@
 
478
exec_prefix = @exec_prefix@
 
479
host = @host@
 
480
host_alias = @host_alias@
 
481
host_cpu = @host_cpu@
 
482
host_os = @host_os@
 
483
host_vendor = @host_vendor@
 
484
htmldir = @htmldir@
 
485
includedir = @includedir@
 
486
infodir = @infodir@
 
487
install_sh = @install_sh@
 
488
libdir = @libdir@
 
489
libexecdir = @libexecdir@
 
490
localedir = @localedir@
 
491
localstatedir = @localstatedir@
 
492
mandir = @mandir@
 
493
mkdir_p = @mkdir_p@
 
494
moduledir = @moduledir@
 
495
oldincludedir = @oldincludedir@
 
496
package_version_major = @package_version_major@
 
497
package_version_minor = @package_version_minor@
 
498
package_version_patchlevel = @package_version_patchlevel@
 
499
pdfdir = @pdfdir@
 
500
prefix = @prefix@
 
501
program_transform_name = @program_transform_name@
 
502
psdir = @psdir@
 
503
sbindir = @sbindir@
 
504
sharedstatedir = @sharedstatedir@
 
505
srcdir = @srcdir@
 
506
sysconfdir = @sysconfdir@
 
507
target_alias = @target_alias@
 
508
top_build_prefix = @top_build_prefix@
 
509
top_builddir = @top_builddir@
 
510
top_srcdir = @top_srcdir@
 
511
AM_CFLAGS = $(am__append_1) $(am__append_2)
 
512
@WITH_SIMD_AMD64_TRUE@ASMLIB = $(top_builddir)/module/amd64/libxorgxrdp-asm.la
 
513
@WITH_SIMD_X86_TRUE@ASMLIB = $(top_builddir)/module/x86/libxorgxrdp-asm.la
 
514
yuv2rgb_speed_SOURCES = yuv2rgb_speed.c
 
515
yuv2rgb_speed_LDADD = $(ASMLIB)
 
516
TEST_EXTENSIONS = .sh
 
517
SH_LOG_COMPILER = $(SHELL)
 
518
TESTS = yuv2rgb_speed.sh
 
519
dist_check_SCRIPTS = $(TESTS)
 
520
all: all-am
 
521
 
 
522
.SUFFIXES:
 
523
.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
 
524
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
525
        @for dep in $?; do \
 
526
          case '$(am__configure_deps)' in \
 
527
            *$$dep*) \
 
528
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
529
                && { if test -f $@; then exit 0; else break; fi; }; \
 
530
              exit 1;; \
 
531
          esac; \
 
532
        done; \
 
533
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/yuv2rgb/Makefile'; \
 
534
        $(am__cd) $(top_srcdir) && \
 
535
          $(AUTOMAKE) --foreign tests/yuv2rgb/Makefile
 
536
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
537
        @case '$?' in \
 
538
          *config.status*) \
 
539
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
540
          *) \
 
541
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
542
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
543
        esac;
 
544
 
 
545
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
546
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
547
 
 
548
$(top_srcdir)/configure:  $(am__configure_deps)
 
549
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
550
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
551
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
552
$(am__aclocal_m4_deps):
 
553
 
 
554
clean-checkPROGRAMS:
 
555
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
556
        echo " rm -f" $$list; \
 
557
        rm -f $$list || exit $$?; \
 
558
        test -n "$(EXEEXT)" || exit 0; \
 
559
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
560
        echo " rm -f" $$list; \
 
561
        rm -f $$list
 
562
 
 
563
yuv2rgb_speed$(EXEEXT): $(yuv2rgb_speed_OBJECTS) $(yuv2rgb_speed_DEPENDENCIES) $(EXTRA_yuv2rgb_speed_DEPENDENCIES) 
 
564
        @rm -f yuv2rgb_speed$(EXEEXT)
 
565
        $(AM_V_CCLD)$(LINK) $(yuv2rgb_speed_OBJECTS) $(yuv2rgb_speed_LDADD) $(LIBS)
 
566
 
 
567
mostlyclean-compile:
 
568
        -rm -f *.$(OBJEXT)
 
569
 
 
570
distclean-compile:
 
571
        -rm -f *.tab.c
 
572
 
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yuv2rgb_speed.Po@am__quote@
 
574
 
 
575
.c.o:
 
576
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
577
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
580
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
581
 
 
582
.c.obj:
 
583
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
584
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
587
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
588
 
 
589
.c.lo:
 
590
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
591
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
594
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
595
 
 
596
mostlyclean-libtool:
 
597
        -rm -f *.lo
 
598
 
 
599
clean-libtool:
 
600
        -rm -rf .libs _libs
 
601
 
 
602
ID: $(am__tagged_files)
 
603
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
604
tags: tags-am
 
605
TAGS: tags
 
606
 
 
607
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
608
        set x; \
 
609
        here=`pwd`; \
 
610
        $(am__define_uniq_tagged_files); \
 
611
        shift; \
 
612
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
613
          test -n "$$unique" || unique=$$empty_fix; \
 
614
          if test $$# -gt 0; then \
 
615
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
616
              "$$@" $$unique; \
 
617
          else \
 
618
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
619
              $$unique; \
 
620
          fi; \
 
621
        fi
 
622
ctags: ctags-am
 
623
 
 
624
CTAGS: ctags
 
625
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
626
        $(am__define_uniq_tagged_files); \
 
627
        test -z "$(CTAGS_ARGS)$$unique" \
 
628
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
629
             $$unique
 
630
 
 
631
GTAGS:
 
632
        here=`$(am__cd) $(top_builddir) && pwd` \
 
633
          && $(am__cd) $(top_srcdir) \
 
634
          && gtags -i $(GTAGS_ARGS) "$$here"
 
635
cscopelist: cscopelist-am
 
636
 
 
637
cscopelist-am: $(am__tagged_files)
 
638
        list='$(am__tagged_files)'; \
 
639
        case "$(srcdir)" in \
 
640
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
641
          *) sdir=$(subdir)/$(srcdir) ;; \
 
642
        esac; \
 
643
        for i in $$list; do \
 
644
          if test -f "$$i"; then \
 
645
            echo "$(subdir)/$$i"; \
 
646
          else \
 
647
            echo "$$sdir/$$i"; \
 
648
          fi; \
 
649
        done >> $(top_builddir)/cscope.files
 
650
 
 
651
distclean-tags:
 
652
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
653
 
 
654
# Recover from deleted '.trs' file; this should ensure that
 
655
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 
656
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 
657
# to avoid problems with "make -n".
 
658
.log.trs:
 
659
        rm -f $< $@
 
660
        $(MAKE) $(AM_MAKEFLAGS) $<
 
661
 
 
662
# Leading 'am--fnord' is there to ensure the list of targets does not
 
663
# expand to empty, as could happen e.g. with make check TESTS=''.
 
664
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 
665
am--force-recheck:
 
666
        @:
 
667
 
 
668
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
669
        @$(am__set_TESTS_bases); \
 
670
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 
671
        redo_bases=`for i in $$bases; do \
 
672
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 
673
                    done`; \
 
674
        if test -n "$$redo_bases"; then \
 
675
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 
676
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 
677
          if $(am__make_dryrun); then :; else \
 
678
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 
679
          fi; \
 
680
        fi; \
 
681
        if test -n "$$am__remaking_logs"; then \
 
682
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 
683
               "recursion detected" >&2; \
 
684
        elif test -n "$$redo_logs"; then \
 
685
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 
686
        fi; \
 
687
        if $(am__make_dryrun); then :; else \
 
688
          st=0;  \
 
689
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 
690
          for i in $$redo_bases; do \
 
691
            test -f $$i.trs && test -r $$i.trs \
 
692
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 
693
            test -f $$i.log && test -r $$i.log \
 
694
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
 
695
          done; \
 
696
          test $$st -eq 0 || exit 1; \
 
697
        fi
 
698
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 
699
        ws='[   ]'; \
 
700
        results=`for b in $$bases; do echo $$b.trs; done`; \
 
701
        test -n "$$results" || results=/dev/null; \
 
702
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 
703
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 
704
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 
705
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 
706
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 
707
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 
708
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 
709
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 
710
          success=true; \
 
711
        else \
 
712
          success=false; \
 
713
        fi; \
 
714
        br='==================='; br=$$br$$br$$br$$br; \
 
715
        result_count () \
 
716
        { \
 
717
            if test x"$$1" = x"--maybe-color"; then \
 
718
              maybe_colorize=yes; \
 
719
            elif test x"$$1" = x"--no-color"; then \
 
720
              maybe_colorize=no; \
 
721
            else \
 
722
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 
723
            fi; \
 
724
            shift; \
 
725
            desc=$$1 count=$$2; \
 
726
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
 
727
              color_start=$$3 color_end=$$std; \
 
728
            else \
 
729
              color_start= color_end=; \
 
730
            fi; \
 
731
            echo "$${color_start}# $$desc $$count$${color_end}"; \
 
732
        }; \
 
733
        create_testsuite_report () \
 
734
        { \
 
735
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
 
736
          result_count $$1 "PASS: " $$pass  "$$grn"; \
 
737
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
 
738
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 
739
          result_count $$1 "FAIL: " $$fail  "$$red"; \
 
740
          result_count $$1 "XPASS:" $$xpass "$$red"; \
 
741
          result_count $$1 "ERROR:" $$error "$$mgn"; \
 
742
        }; \
 
743
        {                                                               \
 
744
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
745
            $(am__rst_title);                                           \
 
746
          create_testsuite_report --no-color;                           \
 
747
          echo;                                                         \
 
748
          echo ".. contents:: :depth: 2";                               \
 
749
          echo;                                                         \
 
750
          for b in $$bases; do echo $$b; done                           \
 
751
            | $(am__create_global_log);                                 \
 
752
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
 
753
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
754
        if $$success; then                                              \
 
755
          col="$$grn";                                                  \
 
756
         else                                                           \
 
757
          col="$$red";                                                  \
 
758
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
 
759
        fi;                                                             \
 
760
        echo "$${col}$$br$${std}";                                      \
 
761
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
 
762
        echo "$${col}$$br$${std}";                                      \
 
763
        create_testsuite_report --maybe-color;                          \
 
764
        echo "$$col$$br$$std";                                          \
 
765
        if $$success; then :; else                                      \
 
766
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
 
767
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
768
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
 
769
          fi;                                                           \
 
770
          echo "$$col$$br$$std";                                        \
 
771
        fi;                                                             \
 
772
        $$success || exit 1
 
773
 
 
774
check-TESTS:
 
775
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 
776
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 
777
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
778
        @set +e; $(am__set_TESTS_bases); \
 
779
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
780
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 
781
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 
782
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 
783
        exit $$?;
 
784
recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
 
785
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
786
        @set +e; $(am__set_TESTS_bases); \
 
787
        bases=`for i in $$bases; do echo $$i; done \
 
788
                 | $(am__list_recheck_tests)` || exit 1; \
 
789
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
790
        log_list=`echo $$log_list`; \
 
791
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 
792
                am__force_recheck=am--force-recheck \
 
793
                TEST_LOGS="$$log_list"; \
 
794
        exit $$?
 
795
.sh.log:
 
796
        @p='$<'; \
 
797
        $(am__set_b); \
 
798
        $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
 
799
        --log-file $$b.log --trs-file $$b.trs \
 
800
        $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
 
801
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
802
@am__EXEEXT_TRUE@.sh$(EXEEXT).log:
 
803
@am__EXEEXT_TRUE@       @p='$<'; \
 
804
@am__EXEEXT_TRUE@       $(am__set_b); \
 
805
@am__EXEEXT_TRUE@       $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
 
806
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
 
807
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
 
808
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
 
809
 
 
810
distdir: $(DISTFILES)
 
811
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
812
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
813
        list='$(DISTFILES)'; \
 
814
          dist_files=`for file in $$list; do echo $$file; done | \
 
815
          sed -e "s|^$$srcdirstrip/||;t" \
 
816
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
817
        case $$dist_files in \
 
818
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
819
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
820
                           sort -u` ;; \
 
821
        esac; \
 
822
        for file in $$dist_files; do \
 
823
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
824
          if test -d $$d/$$file; then \
 
825
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
826
            if test -d "$(distdir)/$$file"; then \
 
827
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
828
            fi; \
 
829
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
830
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
831
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
832
            fi; \
 
833
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
834
          else \
 
835
            test -f "$(distdir)/$$file" \
 
836
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
837
            || exit 1; \
 
838
          fi; \
 
839
        done
 
840
check-am: all-am
 
841
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
 
842
          $(dist_check_SCRIPTS)
 
843
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
844
check: check-am
 
845
all-am: Makefile
 
846
installdirs:
 
847
install: install-am
 
848
install-exec: install-exec-am
 
849
install-data: install-data-am
 
850
uninstall: uninstall-am
 
851
 
 
852
install-am: all-am
 
853
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
854
 
 
855
installcheck: installcheck-am
 
856
install-strip:
 
857
        if test -z '$(STRIP)'; then \
 
858
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
859
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
860
              install; \
 
861
        else \
 
862
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
863
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
864
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
865
        fi
 
866
mostlyclean-generic:
 
867
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
868
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 
869
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
870
 
 
871
clean-generic:
 
872
 
 
873
distclean-generic:
 
874
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
875
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
876
 
 
877
maintainer-clean-generic:
 
878
        @echo "This command is intended for maintainers to use"
 
879
        @echo "it deletes files that may require special tools to rebuild."
 
880
clean: clean-am
 
881
 
 
882
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
883
        mostlyclean-am
 
884
 
 
885
distclean: distclean-am
 
886
        -rm -rf ./$(DEPDIR)
 
887
        -rm -f Makefile
 
888
distclean-am: clean-am distclean-compile distclean-generic \
 
889
        distclean-tags
 
890
 
 
891
dvi: dvi-am
 
892
 
 
893
dvi-am:
 
894
 
 
895
html: html-am
 
896
 
 
897
html-am:
 
898
 
 
899
info: info-am
 
900
 
 
901
info-am:
 
902
 
 
903
install-data-am:
 
904
 
 
905
install-dvi: install-dvi-am
 
906
 
 
907
install-dvi-am:
 
908
 
 
909
install-exec-am:
 
910
 
 
911
install-html: install-html-am
 
912
 
 
913
install-html-am:
 
914
 
 
915
install-info: install-info-am
 
916
 
 
917
install-info-am:
 
918
 
 
919
install-man:
 
920
 
 
921
install-pdf: install-pdf-am
 
922
 
 
923
install-pdf-am:
 
924
 
 
925
install-ps: install-ps-am
 
926
 
 
927
install-ps-am:
 
928
 
 
929
installcheck-am:
 
930
 
 
931
maintainer-clean: maintainer-clean-am
 
932
        -rm -rf ./$(DEPDIR)
 
933
        -rm -f Makefile
 
934
maintainer-clean-am: distclean-am maintainer-clean-generic
 
935
 
 
936
mostlyclean: mostlyclean-am
 
937
 
 
938
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
939
        mostlyclean-libtool
 
940
 
 
941
pdf: pdf-am
 
942
 
 
943
pdf-am:
 
944
 
 
945
ps: ps-am
 
946
 
 
947
ps-am:
 
948
 
 
949
uninstall-am:
 
950
 
 
951
.MAKE: check-am install-am install-strip
 
952
 
 
953
.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
 
954
        clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
 
955
        ctags ctags-am distclean distclean-compile distclean-generic \
 
956
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
957
        html-am info info-am install install-am install-data \
 
958
        install-data-am install-dvi install-dvi-am install-exec \
 
959
        install-exec-am install-html install-html-am install-info \
 
960
        install-info-am install-man install-pdf install-pdf-am \
 
961
        install-ps install-ps-am install-strip installcheck \
 
962
        installcheck-am installdirs maintainer-clean \
 
963
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
964
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
965
        recheck tags tags-am uninstall uninstall-am
 
966
 
 
967
.PRECIOUS: Makefile
 
968
 
 
969
 
 
970
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
971
# Otherwise a system limit (for SysV at least) may be exceeded.
 
972
.NOEXPORT: