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 17# Copyright © 2009 Intel Corporation 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# the rights to use, copy, modify, merge, publish, distribute, sublicense, 23# and/or sell copies of the Software, and to permit persons to whom the 24# Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 36# IN THE SOFTWARE. 37# 38# Authors: 39# Eric Anholt <eric@anholt.net> 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = src/egl 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 117 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 118 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 119 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 121 $(ACLOCAL_M4) 122DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_CLEAN_FILES = 125CONFIG_CLEAN_VPATH_FILES = 126AM_V_P = $(am__v_P_@AM_V@) 127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 128am__v_P_0 = false 129am__v_P_1 = : 130AM_V_GEN = $(am__v_GEN_@AM_V@) 131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 132am__v_GEN_0 = @echo " GEN " $@; 133am__v_GEN_1 = 134AM_V_at = $(am__v_at_@AM_V@) 135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 136am__v_at_0 = @ 137am__v_at_1 = 138SOURCES = 139DIST_SOURCES = 140RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 141 ctags-recursive dvi-recursive html-recursive info-recursive \ 142 install-data-recursive install-dvi-recursive \ 143 install-exec-recursive install-html-recursive \ 144 install-info-recursive install-pdf-recursive \ 145 install-ps-recursive install-recursive installcheck-recursive \ 146 installdirs-recursive pdf-recursive ps-recursive \ 147 tags-recursive uninstall-recursive 148am__can_run_installinfo = \ 149 case $$AM_UPDATE_INFO_DIR in \ 150 n|no|NO) false;; \ 151 *) (install-info --version) >/dev/null 2>&1;; \ 152 esac 153RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 154 distclean-recursive maintainer-clean-recursive 155am__recursive_targets = \ 156 $(RECURSIVE_TARGETS) \ 157 $(RECURSIVE_CLEAN_TARGETS) \ 158 $(am__extra_recursive_targets) 159AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 160 distdir 161am__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. 165am__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. 173am__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)` 178ETAGS = etags 179CTAGS = ctags 180DIST_SUBDIRS = $(SUBDIRS) 181am__DIST_COMMON = $(srcdir)/Makefile.in 182DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 183am__relativize = \ 184 dir0=`pwd`; \ 185 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 186 sed_rest='s,^[^/]*/*,,'; \ 187 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 188 sed_butlast='s,/*[^/]*$$,,'; \ 189 while test -n "$$dir1"; do \ 190 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 191 if test "$$first" != "."; then \ 192 if test "$$first" = ".."; then \ 193 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 194 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 195 else \ 196 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 197 if test "$$first2" = "$$first"; then \ 198 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 199 else \ 200 dir2="../$$dir2"; \ 201 fi; \ 202 dir0="$$dir0"/"$$first"; \ 203 fi; \ 204 fi; \ 205 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 206 done; \ 207 reldir="$$dir2" 208ACLOCAL = @ACLOCAL@ 209AMTAR = @AMTAR@ 210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 211AR = @AR@ 212AUTOCONF = @AUTOCONF@ 213AUTOHEADER = @AUTOHEADER@ 214AUTOMAKE = @AUTOMAKE@ 215AWK = @AWK@ 216CC = @CC@ 217CCDEPMODE = @CCDEPMODE@ 218CFLAGS = @CFLAGS@ 219CPP = @CPP@ 220CPPFLAGS = @CPPFLAGS@ 221CXX = @CXX@ 222CXXCPP = @CXXCPP@ 223CXXDEPMODE = @CXXDEPMODE@ 224CXXFLAGS = @CXXFLAGS@ 225CYGPATH_W = @CYGPATH_W@ 226DEFS = @DEFS@ 227DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 228DEMO_CFLAGS = @DEMO_CFLAGS@ 229DEMO_LIBS = @DEMO_LIBS@ 230DEPDIR = @DEPDIR@ 231DLLTOOL = @DLLTOOL@ 232DRM_CFLAGS = @DRM_CFLAGS@ 233DRM_LIBS = @DRM_LIBS@ 234DSYMUTIL = @DSYMUTIL@ 235DUMPBIN = @DUMPBIN@ 236ECHO_C = @ECHO_C@ 237ECHO_N = @ECHO_N@ 238ECHO_T = @ECHO_T@ 239EGL_CFLAGS = @EGL_CFLAGS@ 240EGL_LIBS = @EGL_LIBS@ 241EGREP = @EGREP@ 242EXEEXT = @EXEEXT@ 243FGREP = @FGREP@ 244FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 245FREETYPE2_LIBS = @FREETYPE2_LIBS@ 246GBM_CFLAGS = @GBM_CFLAGS@ 247GBM_LIBS = @GBM_LIBS@ 248GLESV1_CFLAGS = @GLESV1_CFLAGS@ 249GLESV1_LIBS = @GLESV1_LIBS@ 250GLESV2_CFLAGS = @GLESV2_CFLAGS@ 251GLESV2_LIBS = @GLESV2_LIBS@ 252GLEW_CFLAGS = @GLEW_CFLAGS@ 253GLEW_LIBS = @GLEW_LIBS@ 254GLUT_CFLAGS = @GLUT_CFLAGS@ 255GLUT_LIBS = @GLUT_LIBS@ 256GLU_CFLAGS = @GLU_CFLAGS@ 257GLU_LIBS = @GLU_LIBS@ 258GL_CFLAGS = @GL_CFLAGS@ 259GL_LIBS = @GL_LIBS@ 260GREP = @GREP@ 261INSTALL = @INSTALL@ 262INSTALL_DATA = @INSTALL_DATA@ 263INSTALL_PROGRAM = @INSTALL_PROGRAM@ 264INSTALL_SCRIPT = @INSTALL_SCRIPT@ 265INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 266LD = @LD@ 267LDFLAGS = @LDFLAGS@ 268LIBOBJS = @LIBOBJS@ 269LIBS = @LIBS@ 270LIBTOOL = @LIBTOOL@ 271LIPO = @LIPO@ 272LN_S = @LN_S@ 273LTLIBOBJS = @LTLIBOBJS@ 274LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 275MAKEINFO = @MAKEINFO@ 276MANIFEST_TOOL = @MANIFEST_TOOL@ 277MESA_GLAPI = @MESA_GLAPI@ 278MKDIR_P = @MKDIR_P@ 279NM = @NM@ 280NMEDIT = @NMEDIT@ 281OBJDUMP = @OBJDUMP@ 282OBJEXT = @OBJEXT@ 283OSMESA16_LIBS = @OSMESA16_LIBS@ 284OSMESA32_LIBS = @OSMESA32_LIBS@ 285OSMESA_CFLAGS = @OSMESA_CFLAGS@ 286OSMESA_LIBS = @OSMESA_LIBS@ 287OTOOL = @OTOOL@ 288OTOOL64 = @OTOOL64@ 289PACKAGE = @PACKAGE@ 290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 291PACKAGE_NAME = @PACKAGE_NAME@ 292PACKAGE_STRING = @PACKAGE_STRING@ 293PACKAGE_TARNAME = @PACKAGE_TARNAME@ 294PACKAGE_URL = @PACKAGE_URL@ 295PACKAGE_VERSION = @PACKAGE_VERSION@ 296PATH_SEPARATOR = @PATH_SEPARATOR@ 297PKG_CONFIG = @PKG_CONFIG@ 298PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 299PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 300RANLIB = @RANLIB@ 301SED = @SED@ 302SET_MAKE = @SET_MAKE@ 303SHELL = @SHELL@ 304STRIP = @STRIP@ 305VERSION = @VERSION@ 306VG_CFLAGS = @VG_CFLAGS@ 307VG_LIBS = @VG_LIBS@ 308WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 309WAYLAND_LIBS = @WAYLAND_LIBS@ 310X11_CFLAGS = @X11_CFLAGS@ 311X11_LIBS = @X11_LIBS@ 312abs_builddir = @abs_builddir@ 313abs_srcdir = @abs_srcdir@ 314abs_top_builddir = @abs_top_builddir@ 315abs_top_srcdir = @abs_top_srcdir@ 316ac_ct_AR = @ac_ct_AR@ 317ac_ct_CC = @ac_ct_CC@ 318ac_ct_CXX = @ac_ct_CXX@ 319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 320am__include = @am__include@ 321am__leading_dot = @am__leading_dot@ 322am__quote = @am__quote@ 323am__tar = @am__tar@ 324am__untar = @am__untar@ 325bindir = @bindir@ 326build = @build@ 327build_alias = @build_alias@ 328build_cpu = @build_cpu@ 329build_os = @build_os@ 330build_vendor = @build_vendor@ 331builddir = @builddir@ 332datadir = @datadir@ 333datarootdir = @datarootdir@ 334docdir = @docdir@ 335dvidir = @dvidir@ 336exec_prefix = @exec_prefix@ 337host = @host@ 338host_alias = @host_alias@ 339host_cpu = @host_cpu@ 340host_os = @host_os@ 341host_vendor = @host_vendor@ 342htmldir = @htmldir@ 343includedir = @includedir@ 344infodir = @infodir@ 345install_sh = @install_sh@ 346libdir = @libdir@ 347libexecdir = @libexecdir@ 348localedir = @localedir@ 349localstatedir = @localstatedir@ 350mandir = @mandir@ 351mkdir_p = @mkdir_p@ 352oldincludedir = @oldincludedir@ 353pdfdir = @pdfdir@ 354prefix = @prefix@ 355program_transform_name = @program_transform_name@ 356psdir = @psdir@ 357runstatedir = @runstatedir@ 358sbindir = @sbindir@ 359sharedstatedir = @sharedstatedir@ 360srcdir = @srcdir@ 361sysconfdir = @sysconfdir@ 362target_alias = @target_alias@ 363top_build_prefix = @top_build_prefix@ 364top_builddir = @top_builddir@ 365top_srcdir = @top_srcdir@ 366SUBDIRS = \ 367 eglut \ 368 opengl \ 369 openvg \ 370 opengles1 \ 371 opengles2 \ 372 oes_vg 373 374all: all-recursive 375 376.SUFFIXES: 377$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 378 @for dep in $?; do \ 379 case '$(am__configure_deps)' in \ 380 *$$dep*) \ 381 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 382 && { if test -f $@; then exit 0; else break; fi; }; \ 383 exit 1;; \ 384 esac; \ 385 done; \ 386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/egl/Makefile'; \ 387 $(am__cd) $(top_srcdir) && \ 388 $(AUTOMAKE) --gnu src/egl/Makefile 389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 390 @case '$?' in \ 391 *config.status*) \ 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 393 *) \ 394 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 395 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 396 esac; 397 398$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 400 401$(top_srcdir)/configure: $(am__configure_deps) 402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 403$(ACLOCAL_M4): $(am__aclocal_m4_deps) 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 405$(am__aclocal_m4_deps): 406 407mostlyclean-libtool: 408 -rm -f *.lo 409 410clean-libtool: 411 -rm -rf .libs _libs 412 413# This directory's subdirectories are mostly independent; you can cd 414# into them and run 'make' without going through this Makefile. 415# To change the values of 'make' variables: instead of editing Makefiles, 416# (1) if the variable is set in 'config.status', edit 'config.status' 417# (which will cause the Makefiles to be regenerated when you run 'make'); 418# (2) otherwise, pass the desired values on the 'make' command line. 419$(am__recursive_targets): 420 @fail=; \ 421 if $(am__make_keepgoing); then \ 422 failcom='fail=yes'; \ 423 else \ 424 failcom='exit 1'; \ 425 fi; \ 426 dot_seen=no; \ 427 target=`echo $@ | sed s/-recursive//`; \ 428 case "$@" in \ 429 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 430 *) list='$(SUBDIRS)' ;; \ 431 esac; \ 432 for subdir in $$list; do \ 433 echo "Making $$target in $$subdir"; \ 434 if test "$$subdir" = "."; then \ 435 dot_seen=yes; \ 436 local_target="$$target-am"; \ 437 else \ 438 local_target="$$target"; \ 439 fi; \ 440 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 441 || eval $$failcom; \ 442 done; \ 443 if test "$$dot_seen" = "no"; then \ 444 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 445 fi; test -z "$$fail" 446 447ID: $(am__tagged_files) 448 $(am__define_uniq_tagged_files); mkid -fID $$unique 449tags: tags-recursive 450TAGS: tags 451 452tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 453 set x; \ 454 here=`pwd`; \ 455 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 456 include_option=--etags-include; \ 457 empty_fix=.; \ 458 else \ 459 include_option=--include; \ 460 empty_fix=; \ 461 fi; \ 462 list='$(SUBDIRS)'; for subdir in $$list; do \ 463 if test "$$subdir" = .; then :; else \ 464 test ! -f $$subdir/TAGS || \ 465 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 466 fi; \ 467 done; \ 468 $(am__define_uniq_tagged_files); \ 469 shift; \ 470 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 471 test -n "$$unique" || unique=$$empty_fix; \ 472 if test $$# -gt 0; then \ 473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 474 "$$@" $$unique; \ 475 else \ 476 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 477 $$unique; \ 478 fi; \ 479 fi 480ctags: ctags-recursive 481 482CTAGS: ctags 483ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 484 $(am__define_uniq_tagged_files); \ 485 test -z "$(CTAGS_ARGS)$$unique" \ 486 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 487 $$unique 488 489GTAGS: 490 here=`$(am__cd) $(top_builddir) && pwd` \ 491 && $(am__cd) $(top_srcdir) \ 492 && gtags -i $(GTAGS_ARGS) "$$here" 493cscopelist: cscopelist-recursive 494 495cscopelist-am: $(am__tagged_files) 496 list='$(am__tagged_files)'; \ 497 case "$(srcdir)" in \ 498 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 499 *) sdir=$(subdir)/$(srcdir) ;; \ 500 esac; \ 501 for i in $$list; do \ 502 if test -f "$$i"; then \ 503 echo "$(subdir)/$$i"; \ 504 else \ 505 echo "$$sdir/$$i"; \ 506 fi; \ 507 done >> $(top_builddir)/cscope.files 508 509distclean-tags: 510 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 511 512distdir: $(DISTFILES) 513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 515 list='$(DISTFILES)'; \ 516 dist_files=`for file in $$list; do echo $$file; done | \ 517 sed -e "s|^$$srcdirstrip/||;t" \ 518 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 519 case $$dist_files in \ 520 */*) $(MKDIR_P) `echo "$$dist_files" | \ 521 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 522 sort -u` ;; \ 523 esac; \ 524 for file in $$dist_files; do \ 525 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 526 if test -d $$d/$$file; then \ 527 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 528 if test -d "$(distdir)/$$file"; then \ 529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 530 fi; \ 531 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 532 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 534 fi; \ 535 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 536 else \ 537 test -f "$(distdir)/$$file" \ 538 || cp -p $$d/$$file "$(distdir)/$$file" \ 539 || exit 1; \ 540 fi; \ 541 done 542 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 543 if test "$$subdir" = .; then :; else \ 544 $(am__make_dryrun) \ 545 || test -d "$(distdir)/$$subdir" \ 546 || $(MKDIR_P) "$(distdir)/$$subdir" \ 547 || exit 1; \ 548 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 549 $(am__relativize); \ 550 new_distdir=$$reldir; \ 551 dir1=$$subdir; dir2="$(top_distdir)"; \ 552 $(am__relativize); \ 553 new_top_distdir=$$reldir; \ 554 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 555 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 556 ($(am__cd) $$subdir && \ 557 $(MAKE) $(AM_MAKEFLAGS) \ 558 top_distdir="$$new_top_distdir" \ 559 distdir="$$new_distdir" \ 560 am__remove_distdir=: \ 561 am__skip_length_check=: \ 562 am__skip_mode_fix=: \ 563 distdir) \ 564 || exit 1; \ 565 fi; \ 566 done 567check-am: all-am 568check: check-recursive 569all-am: Makefile 570installdirs: installdirs-recursive 571installdirs-am: 572install: install-recursive 573install-exec: install-exec-recursive 574install-data: install-data-recursive 575uninstall: uninstall-recursive 576 577install-am: all-am 578 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 579 580installcheck: installcheck-recursive 581install-strip: 582 if test -z '$(STRIP)'; then \ 583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 585 install; \ 586 else \ 587 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 588 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 589 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 590 fi 591mostlyclean-generic: 592 593clean-generic: 594 595distclean-generic: 596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 598 599maintainer-clean-generic: 600 @echo "This command is intended for maintainers to use" 601 @echo "it deletes files that may require special tools to rebuild." 602clean: clean-recursive 603 604clean-am: clean-generic clean-libtool mostlyclean-am 605 606distclean: distclean-recursive 607 -rm -f Makefile 608distclean-am: clean-am distclean-generic distclean-tags 609 610dvi: dvi-recursive 611 612dvi-am: 613 614html: html-recursive 615 616html-am: 617 618info: info-recursive 619 620info-am: 621 622install-data-am: 623 624install-dvi: install-dvi-recursive 625 626install-dvi-am: 627 628install-exec-am: 629 630install-html: install-html-recursive 631 632install-html-am: 633 634install-info: install-info-recursive 635 636install-info-am: 637 638install-man: 639 640install-pdf: install-pdf-recursive 641 642install-pdf-am: 643 644install-ps: install-ps-recursive 645 646install-ps-am: 647 648installcheck-am: 649 650maintainer-clean: maintainer-clean-recursive 651 -rm -f Makefile 652maintainer-clean-am: distclean-am maintainer-clean-generic 653 654mostlyclean: mostlyclean-recursive 655 656mostlyclean-am: mostlyclean-generic mostlyclean-libtool 657 658pdf: pdf-recursive 659 660pdf-am: 661 662ps: ps-recursive 663 664ps-am: 665 666uninstall-am: 667 668.MAKE: $(am__recursive_targets) install-am install-strip 669 670.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 671 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 672 ctags-am distclean distclean-generic distclean-libtool \ 673 distclean-tags distdir dvi dvi-am html html-am info info-am \ 674 install install-am install-data install-data-am install-dvi \ 675 install-dvi-am install-exec install-exec-am install-html \ 676 install-html-am install-info install-info-am install-man \ 677 install-pdf install-pdf-am install-ps install-ps-am \ 678 install-strip installcheck installcheck-am installdirs \ 679 installdirs-am maintainer-clean maintainer-clean-generic \ 680 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 681 ps ps-am tags tags-am uninstall uninstall-am 682 683.PRECIOUS: Makefile 684 685 686# Tell versions [3.59,3.63) of GNU make to not export all variables. 687# Otherwise a system limit (for SysV at least) may be exceeded. 688.NOEXPORT: 689