Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5362 serge 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
# Copyright (c) 2007 Intel Corporation. All Rights Reserved.
18
#
19
# Permission is hereby granted, free of charge, to any person obtaining a
20
# copy of this software and associated documentation files (the
21
# "Software"), to deal in the Software without restriction, including
22
# without limitation the rights to use, copy, modify, merge, publish,
23
# distribute, sub license, and/or sell copies of the Software, and to
24
# permit persons to whom the Software is furnished to do so, subject to
25
# the following conditions:
26
#
27
# The above copyright notice and this permission notice (including the
28
# next paragraph) shall be included in all copies or substantial portions
29
# of the Software.
30
#
31
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
33
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
34
# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
35
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
36
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
37
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
 
39
VPATH = @srcdir@
40
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41
am__make_running_with_option = \
42
  case $${target_option-} in \
43
      ?) ;; \
44
      *) echo "am__make_running_with_option: internal error: invalid" \
45
              "target option '$${target_option-}' specified" >&2; \
46
         exit 1;; \
47
  esac; \
48
  has_opt=no; \
49
  sane_makeflags=$$MAKEFLAGS; \
50
  if $(am__is_gnu_make); then \
51
    sane_makeflags=$$MFLAGS; \
52
  else \
53
    case $$MAKEFLAGS in \
54
      *\\[\ \	]*) \
55
        bs=\\; \
56
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58
    esac; \
59
  fi; \
60
  skip_next=no; \
61
  strip_trailopt () \
62
  { \
63
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64
  }; \
65
  for flg in $$sane_makeflags; do \
66
    test $$skip_next = yes && { skip_next=no; continue; }; \
67
    case $$flg in \
68
      *=*|--*) continue;; \
69
        -*I) strip_trailopt 'I'; skip_next=yes;; \
70
      -*I?*) strip_trailopt 'I';; \
71
        -*O) strip_trailopt 'O'; skip_next=yes;; \
72
      -*O?*) strip_trailopt 'O';; \
73
        -*l) strip_trailopt 'l'; skip_next=yes;; \
74
      -*l?*) strip_trailopt 'l';; \
75
      -[dEDm]) skip_next=yes;; \
76
      -[JT]) skip_next=yes;; \
77
    esac; \
78
    case $$flg in \
79
      *$$target_option*) has_opt=yes; break;; \
80
    esac; \
81
  done; \
82
  test $$has_opt = yes
83
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85
pkgdatadir = $(datadir)/@PACKAGE@
86
pkgincludedir = $(includedir)/@PACKAGE@
87
pkglibdir = $(libdir)/@PACKAGE@
88
pkglibexecdir = $(libexecdir)/@PACKAGE@
89
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90
install_sh_DATA = $(install_sh) -c -m 644
91
install_sh_PROGRAM = $(install_sh) -c
92
install_sh_SCRIPT = $(install_sh) -c
93
INSTALL_HEADER = $(INSTALL_DATA)
94
transform = $(program_transform_name)
95
NORMAL_INSTALL = :
96
PRE_INSTALL = :
97
POST_INSTALL = :
98
NORMAL_UNINSTALL = :
99
PRE_UNINSTALL = :
100
POST_UNINSTALL = :
101
build_triplet = @build@
102
host_triplet = @host@
103
@USE_DRM_TRUE@am__append_1 = libva-drm.pc
104
@USE_X11_TRUE@am__append_2 = libva-x11.pc
105
@USE_GLX_TRUE@am__append_3 = libva-glx.pc
106
@USE_EGL_TRUE@am__append_4 = libva-egl.pc
107
@USE_WAYLAND_TRUE@am__append_5 = libva-wayland.pc
108
subdir = pkgconfig
109
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
110
	$(srcdir)/libva-drm.pc.in $(srcdir)/libva-egl.pc.in \
111
	$(srcdir)/libva-glx.pc.in $(srcdir)/libva-tpi.pc.in \
112
	$(srcdir)/libva-wayland.pc.in $(srcdir)/libva-x11.pc.in \
113
	$(srcdir)/libva.pc.in
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
116
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117
	$(ACLOCAL_M4)
118
mkinstalldirs = $(install_sh) -d
119
CONFIG_HEADER = $(top_builddir)/config.h
120
CONFIG_CLEAN_FILES = libva-drm.pc libva-egl.pc libva-glx.pc \
121
	libva-tpi.pc libva-wayland.pc libva-x11.pc libva.pc
122
CONFIG_CLEAN_VPATH_FILES =
123
AM_V_P = $(am__v_P_@AM_V@)
124
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125
am__v_P_0 = false
126
am__v_P_1 = :
127
AM_V_GEN = $(am__v_GEN_@AM_V@)
128
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129
am__v_GEN_0 = @echo "  GEN     " $@;
130
am__v_GEN_1 =
131
AM_V_at = $(am__v_at_@AM_V@)
132
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133
am__v_at_0 = @
134
am__v_at_1 =
135
SOURCES =
136
DIST_SOURCES =
137
am__can_run_installinfo = \
138
  case $$AM_UPDATE_INFO_DIR in \
139
    n|no|NO) false;; \
140
    *) (install-info --version) >/dev/null 2>&1;; \
141
  esac
142
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143
am__vpath_adj = case $$p in \
144
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145
    *) f=$$p;; \
146
  esac;
147
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148
am__install_max = 40
149
am__nobase_strip_setup = \
150
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151
am__nobase_strip = \
152
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153
am__nobase_list = $(am__nobase_strip_setup); \
154
  for p in $$list; do echo "$$p $$p"; done | \
155
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157
    if (++n[$$2] == $(am__install_max)) \
158
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159
    END { for (dir in files) print dir, files[dir] }'
160
am__base_list = \
161
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163
am__uninstall_files_from_dir = { \
164
  test -z "$$files" \
165
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167
         $(am__cd) "$$dir" && rm -f $$files; }; \
168
  }
169
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
170
DATA = $(pkgconfig_DATA)
171
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173
ACLOCAL = @ACLOCAL@
174
AMTAR = @AMTAR@
175
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176
AR = @AR@
177
AUTOCONF = @AUTOCONF@
178
AUTOHEADER = @AUTOHEADER@
179
AUTOMAKE = @AUTOMAKE@
180
AWK = @AWK@
181
CC = @CC@
182
CCDEPMODE = @CCDEPMODE@
183
CFLAGS = @CFLAGS@
184
CPP = @CPP@
185
CPPFLAGS = @CPPFLAGS@
186
CXX = @CXX@
187
CXXCPP = @CXXCPP@
188
CXXDEPMODE = @CXXDEPMODE@
189
CXXFLAGS = @CXXFLAGS@
190
CYGPATH_W = @CYGPATH_W@
191
DEFS = @DEFS@
192
DEPDIR = @DEPDIR@
193
DLLTOOL = @DLLTOOL@
194
DOXYGEN = @DOXYGEN@
195
DRM_CFLAGS = @DRM_CFLAGS@
196
DRM_LIBS = @DRM_LIBS@
197
DSYMUTIL = @DSYMUTIL@
198
DUMPBIN = @DUMPBIN@
199
ECHO_C = @ECHO_C@
200
ECHO_N = @ECHO_N@
201
ECHO_T = @ECHO_T@
202
EGL_CFLAGS = @EGL_CFLAGS@
203
EGL_LIBS = @EGL_LIBS@
204
EGREP = @EGREP@
205
EXEEXT = @EXEEXT@
206
FGREP = @FGREP@
207
GLX_CFLAGS = @GLX_CFLAGS@
208
GLX_LIBS = @GLX_LIBS@
209
GREP = @GREP@
210
INSTALL = @INSTALL@
211
INSTALL_DATA = @INSTALL_DATA@
212
INSTALL_PROGRAM = @INSTALL_PROGRAM@
213
INSTALL_SCRIPT = @INSTALL_SCRIPT@
214
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215
LD = @LD@
216
LDFLAGS = @LDFLAGS@
217
LIBDRM_VERSION = @LIBDRM_VERSION@
218
LIBOBJS = @LIBOBJS@
219
LIBS = @LIBS@
220
LIBTOOL = @LIBTOOL@
221
LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
222
LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
223
LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
224
LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
225
LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
226
LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
227
LIBVA_VERSION = @LIBVA_VERSION@
228
LIPO = @LIPO@
229
LN_S = @LN_S@
230
LTLIBOBJS = @LTLIBOBJS@
231
MAKEINFO = @MAKEINFO@
232
MANIFEST_TOOL = @MANIFEST_TOOL@
233
MKDIR_P = @MKDIR_P@
234
NM = @NM@
235
NMEDIT = @NMEDIT@
236
OBJDUMP = @OBJDUMP@
237
OBJEXT = @OBJEXT@
238
OTOOL = @OTOOL@
239
OTOOL64 = @OTOOL64@
240
PACKAGE = @PACKAGE@
241
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242
PACKAGE_NAME = @PACKAGE_NAME@
243
PACKAGE_STRING = @PACKAGE_STRING@
244
PACKAGE_TARNAME = @PACKAGE_TARNAME@
245
PACKAGE_URL = @PACKAGE_URL@
246
PACKAGE_VERSION = @PACKAGE_VERSION@
247
PATH_SEPARATOR = @PATH_SEPARATOR@
248
PKG_CONFIG = @PKG_CONFIG@
249
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
250
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
251
RANLIB = @RANLIB@
252
SED = @SED@
253
SET_MAKE = @SET_MAKE@
254
SHELL = @SHELL@
255
STRIP = @STRIP@
256
TODAY = @TODAY@
257
VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
258
VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
259
VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
260
VA_API_VERSION = @VA_API_VERSION@
261
VERSION = @VERSION@
262
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
263
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
264
WAYLAND_LIBS = @WAYLAND_LIBS@
265
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
266
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
267
X11_CFLAGS = @X11_CFLAGS@
268
X11_LIBS = @X11_LIBS@
269
XEXT_CFLAGS = @XEXT_CFLAGS@
270
XEXT_LIBS = @XEXT_LIBS@
271
XFIXES_CFLAGS = @XFIXES_CFLAGS@
272
XFIXES_LIBS = @XFIXES_LIBS@
273
abs_builddir = @abs_builddir@
274
abs_srcdir = @abs_srcdir@
275
abs_top_builddir = @abs_top_builddir@
276
abs_top_srcdir = @abs_top_srcdir@
277
ac_ct_AR = @ac_ct_AR@
278
ac_ct_CC = @ac_ct_CC@
279
ac_ct_CXX = @ac_ct_CXX@
280
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
281
am__include = @am__include@
282
am__leading_dot = @am__leading_dot@
283
am__quote = @am__quote@
284
am__tar = @am__tar@
285
am__untar = @am__untar@
286
bindir = @bindir@
287
build = @build@
288
build_alias = @build_alias@
289
build_cpu = @build_cpu@
290
build_os = @build_os@
291
build_vendor = @build_vendor@
292
builddir = @builddir@
293
datadir = @datadir@
294
datarootdir = @datarootdir@
295
docdir = @docdir@
296
dvidir = @dvidir@
297
exec_prefix = @exec_prefix@
298
host = @host@
299
host_alias = @host_alias@
300
host_cpu = @host_cpu@
301
host_os = @host_os@
302
host_vendor = @host_vendor@
303
htmldir = @htmldir@
304
includedir = @includedir@
305
infodir = @infodir@
306
install_sh = @install_sh@
307
libdir = @libdir@
308
libexecdir = @libexecdir@
309
localedir = @localedir@
310
localstatedir = @localstatedir@
311
mandir = @mandir@
312
mkdir_p = @mkdir_p@
313
oldincludedir = @oldincludedir@
314
pdfdir = @pdfdir@
315
pkgconfigdir = @pkgconfigdir@
316
prefix = @prefix@
317
program_transform_name = @program_transform_name@
318
psdir = @psdir@
319
sbindir = @sbindir@
320
sharedstatedir = @sharedstatedir@
321
srcdir = @srcdir@
322
sysconfdir = @sysconfdir@
323
target_alias = @target_alias@
324
top_build_prefix = @top_build_prefix@
325
top_builddir = @top_builddir@
326
top_srcdir = @top_srcdir@
327
wayland_protocoldir = @wayland_protocoldir@
328
wayland_scanner = @wayland_scanner@
329
pcfiles = libva.pc libva-tpi.pc $(am__append_1) $(am__append_2) \
330
	$(am__append_3) $(am__append_4) $(am__append_5)
331
all_pcfiles_in = libva.pc.in libva-tpi.pc.in libva-drm.pc.in \
332
	libva-x11.pc.in libva-glx.pc.in libva-egl.pc.in \
333
	libva-wayland.pc.in
334
pkgconfig_DATA = $(pcfiles)
335
EXTRA_DIST = $(all_pcfiles_in)
336
DISTCLEANFILES = $(pcfiles)
337
 
338
# Extra clean files so that maintainer-clean removes *everything*
339
MAINTAINERCLEANFILES = Makefile.in
340
all: all-am
341
 
342
.SUFFIXES:
343
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
344
	@for dep in $?; do \
345
	  case '$(am__configure_deps)' in \
346
	    *$$dep*) \
347
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348
	        && { if test -f $@; then exit 0; else break; fi; }; \
349
	      exit 1;; \
350
	  esac; \
351
	done; \
352
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pkgconfig/Makefile'; \
353
	$(am__cd) $(top_srcdir) && \
354
	  $(AUTOMAKE) --gnu pkgconfig/Makefile
355
.PRECIOUS: Makefile
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357
	@case '$?' in \
358
	  *config.status*) \
359
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360
	  *) \
361
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363
	esac;
364
 
365
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
 
368
$(top_srcdir)/configure:  $(am__configure_deps)
369
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
371
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
$(am__aclocal_m4_deps):
373
libva-drm.pc: $(top_builddir)/config.status $(srcdir)/libva-drm.pc.in
374
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
375
libva-egl.pc: $(top_builddir)/config.status $(srcdir)/libva-egl.pc.in
376
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
377
libva-glx.pc: $(top_builddir)/config.status $(srcdir)/libva-glx.pc.in
378
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
379
libva-tpi.pc: $(top_builddir)/config.status $(srcdir)/libva-tpi.pc.in
380
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
381
libva-wayland.pc: $(top_builddir)/config.status $(srcdir)/libva-wayland.pc.in
382
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
383
libva-x11.pc: $(top_builddir)/config.status $(srcdir)/libva-x11.pc.in
384
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
385
libva.pc: $(top_builddir)/config.status $(srcdir)/libva.pc.in
386
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
387
 
388
mostlyclean-libtool:
389
	-rm -f *.lo
390
 
391
clean-libtool:
392
	-rm -rf .libs _libs
393
install-pkgconfigDATA: $(pkgconfig_DATA)
394
	@$(NORMAL_INSTALL)
395
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
396
	if test -n "$$list"; then \
397
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
398
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
399
	fi; \
400
	for p in $$list; do \
401
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
402
	  echo "$$d$$p"; \
403
	done | $(am__base_list) | \
404
	while read files; do \
405
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
406
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
407
	done
408
 
409
uninstall-pkgconfigDATA:
410
	@$(NORMAL_UNINSTALL)
411
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
412
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
413
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
414
tags TAGS:
415
 
416
ctags CTAGS:
417
 
418
cscope cscopelist:
419
 
420
 
421
distdir: $(DISTFILES)
422
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424
	list='$(DISTFILES)'; \
425
	  dist_files=`for file in $$list; do echo $$file; done | \
426
	  sed -e "s|^$$srcdirstrip/||;t" \
427
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
428
	case $$dist_files in \
429
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
430
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
431
			   sort -u` ;; \
432
	esac; \
433
	for file in $$dist_files; do \
434
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435
	  if test -d $$d/$$file; then \
436
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437
	    if test -d "$(distdir)/$$file"; then \
438
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439
	    fi; \
440
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
442
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443
	    fi; \
444
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445
	  else \
446
	    test -f "$(distdir)/$$file" \
447
	    || cp -p $$d/$$file "$(distdir)/$$file" \
448
	    || exit 1; \
449
	  fi; \
450
	done
451
check-am: all-am
452
check: check-am
453
all-am: Makefile $(DATA)
454
installdirs:
455
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
456
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
457
	done
458
install: install-am
459
install-exec: install-exec-am
460
install-data: install-data-am
461
uninstall: uninstall-am
462
 
463
install-am: all-am
464
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
 
466
installcheck: installcheck-am
467
install-strip:
468
	if test -z '$(STRIP)'; then \
469
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471
	      install; \
472
	else \
473
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
476
	fi
477
mostlyclean-generic:
478
 
479
clean-generic:
480
 
481
distclean-generic:
482
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
483
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
485
 
486
maintainer-clean-generic:
487
	@echo "This command is intended for maintainers to use"
488
	@echo "it deletes files that may require special tools to rebuild."
489
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
490
clean: clean-am
491
 
492
clean-am: clean-generic clean-libtool mostlyclean-am
493
 
494
distclean: distclean-am
495
	-rm -f Makefile
496
distclean-am: clean-am distclean-generic
497
 
498
dvi: dvi-am
499
 
500
dvi-am:
501
 
502
html: html-am
503
 
504
html-am:
505
 
506
info: info-am
507
 
508
info-am:
509
 
510
install-data-am: install-pkgconfigDATA
511
 
512
install-dvi: install-dvi-am
513
 
514
install-dvi-am:
515
 
516
install-exec-am:
517
 
518
install-html: install-html-am
519
 
520
install-html-am:
521
 
522
install-info: install-info-am
523
 
524
install-info-am:
525
 
526
install-man:
527
 
528
install-pdf: install-pdf-am
529
 
530
install-pdf-am:
531
 
532
install-ps: install-ps-am
533
 
534
install-ps-am:
535
 
536
installcheck-am:
537
 
538
maintainer-clean: maintainer-clean-am
539
	-rm -f Makefile
540
maintainer-clean-am: distclean-am maintainer-clean-generic
541
 
542
mostlyclean: mostlyclean-am
543
 
544
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
545
 
546
pdf: pdf-am
547
 
548
pdf-am:
549
 
550
ps: ps-am
551
 
552
ps-am:
553
 
554
uninstall-am: uninstall-pkgconfigDATA
555
 
556
.MAKE: install-am install-strip
557
 
558
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
559
	cscopelist-am ctags-am distclean distclean-generic \
560
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
561
	install install-am install-data install-data-am install-dvi \
562
	install-dvi-am install-exec install-exec-am install-html \
563
	install-html-am install-info install-info-am install-man \
564
	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
565
	install-ps-am install-strip installcheck installcheck-am \
566
	installdirs maintainer-clean maintainer-clean-generic \
567
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
568
	ps ps-am tags-am uninstall uninstall-am \
569
	uninstall-pkgconfigDATA
570
 
571
 
572
# Tell versions [3.59,3.63) of GNU make to not export all variables.
573
# Otherwise a system limit (for SysV at least) may be exceeded.
574
.NOEXPORT: