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 © 2010 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> 40 41# These programs aren't intended to be included with the normal distro. 42# They're not too interesting but they're good for testing. 43 44VPATH = @srcdir@ 45am__is_gnu_make = { \ 46 if test -z '$(MAKELEVEL)'; then \ 47 false; \ 48 elif test -n '$(MAKE_HOST)'; then \ 49 true; \ 50 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 51 true; \ 52 else \ 53 false; \ 54 fi; \ 55} 56am__make_running_with_option = \ 57 case $${target_option-} in \ 58 ?) ;; \ 59 *) echo "am__make_running_with_option: internal error: invalid" \ 60 "target option '$${target_option-}' specified" >&2; \ 61 exit 1;; \ 62 esac; \ 63 has_opt=no; \ 64 sane_makeflags=$$MAKEFLAGS; \ 65 if $(am__is_gnu_make); then \ 66 sane_makeflags=$$MFLAGS; \ 67 else \ 68 case $$MAKEFLAGS in \ 69 *\\[\ \ ]*) \ 70 bs=\\; \ 71 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 72 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 73 esac; \ 74 fi; \ 75 skip_next=no; \ 76 strip_trailopt () \ 77 { \ 78 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 79 }; \ 80 for flg in $$sane_makeflags; do \ 81 test $$skip_next = yes && { skip_next=no; continue; }; \ 82 case $$flg in \ 83 *=*|--*) continue;; \ 84 -*I) strip_trailopt 'I'; skip_next=yes;; \ 85 -*I?*) strip_trailopt 'I';; \ 86 -*O) strip_trailopt 'O'; skip_next=yes;; \ 87 -*O?*) strip_trailopt 'O';; \ 88 -*l) strip_trailopt 'l'; skip_next=yes;; \ 89 -*l?*) strip_trailopt 'l';; \ 90 -[dEDm]) skip_next=yes;; \ 91 -[JT]) skip_next=yes;; \ 92 esac; \ 93 case $$flg in \ 94 *$$target_option*) has_opt=yes; break;; \ 95 esac; \ 96 done; \ 97 test $$has_opt = yes 98am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 99am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 100pkgdatadir = $(datadir)/@PACKAGE@ 101pkgincludedir = $(includedir)/@PACKAGE@ 102pkglibdir = $(libdir)/@PACKAGE@ 103pkglibexecdir = $(libexecdir)/@PACKAGE@ 104am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 105install_sh_DATA = $(install_sh) -c -m 644 106install_sh_PROGRAM = $(install_sh) -c 107install_sh_SCRIPT = $(install_sh) -c 108INSTALL_HEADER = $(INSTALL_DATA) 109transform = $(program_transform_name) 110NORMAL_INSTALL = : 111PRE_INSTALL = : 112POST_INSTALL = : 113NORMAL_UNINSTALL = : 114PRE_UNINSTALL = : 115POST_UNINSTALL = : 116build_triplet = @build@ 117host_triplet = @host@ 118@HAVE_EGL_TRUE@bin_PROGRAMS = eglinfo$(EXEEXT) 119@HAVE_EGL_TRUE@noinst_PROGRAMS = peglgears$(EXEEXT) $(am__EXEEXT_1) \ 120@HAVE_EGL_TRUE@ $(am__EXEEXT_2) $(am__EXEEXT_3) 121subdir = src/egl/opengl 122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 123am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 124 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 125 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 126 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 127am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 128 $(ACLOCAL_M4) 129DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 130mkinstalldirs = $(install_sh) -d 131CONFIG_CLEAN_FILES = 132CONFIG_CLEAN_VPATH_FILES = 133am__installdirs = "$(DESTDIR)$(bindir)" 134@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@am__EXEEXT_1 = eglkms$(EXEEXT) 135@HAVE_X11_TRUE@am__EXEEXT_2 = eglgears_x11$(EXEEXT) \ 136@HAVE_X11_TRUE@ egltri_x11$(EXEEXT) xeglgears$(EXEEXT) \ 137@HAVE_X11_TRUE@ xeglthreads$(EXEEXT) 138@HAVE_WAYLAND_TRUE@am__EXEEXT_3 = eglgears_wayland$(EXEEXT) \ 139@HAVE_WAYLAND_TRUE@ egltri_wayland$(EXEEXT) 140PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) 141am_eglgears_wayland_OBJECTS = eglgears.$(OBJEXT) 142eglgears_wayland_OBJECTS = $(am_eglgears_wayland_OBJECTS) 143eglgears_wayland_DEPENDENCIES = ../eglut/libeglut_wayland.la 144AM_V_lt = $(am__v_lt_@AM_V@) 145am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 146am__v_lt_0 = --silent 147am__v_lt_1 = 148am_eglgears_x11_OBJECTS = eglgears.$(OBJEXT) 149eglgears_x11_OBJECTS = $(am_eglgears_x11_OBJECTS) 150eglgears_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 151eglgears_x11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 152 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 153 $(eglgears_x11_LDFLAGS) $(LDFLAGS) -o $@ 154eglinfo_SOURCES = eglinfo.c 155eglinfo_OBJECTS = eglinfo.$(OBJEXT) 156eglinfo_LDADD = $(LDADD) 157am_eglkms_OBJECTS = eglkms-eglkms.$(OBJEXT) 158eglkms_OBJECTS = $(am_eglkms_OBJECTS) 159am__DEPENDENCIES_1 = 160am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 161eglkms_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ 162 $(am__DEPENDENCIES_1) 163eglkms_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 164 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(eglkms_CFLAGS) $(CFLAGS) \ 165 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 166am_egltri_wayland_OBJECTS = egltri.$(OBJEXT) 167egltri_wayland_OBJECTS = $(am_egltri_wayland_OBJECTS) 168egltri_wayland_DEPENDENCIES = ../eglut/libeglut_wayland.la 169am_egltri_x11_OBJECTS = egltri.$(OBJEXT) 170egltri_x11_OBJECTS = $(am_egltri_x11_OBJECTS) 171egltri_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 172egltri_x11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 174 $(egltri_x11_LDFLAGS) $(LDFLAGS) -o $@ 175peglgears_SOURCES = peglgears.c 176peglgears_OBJECTS = peglgears.$(OBJEXT) 177peglgears_LDADD = $(LDADD) 178xeglgears_SOURCES = xeglgears.c 179xeglgears_OBJECTS = xeglgears.$(OBJEXT) 180xeglgears_LDADD = $(LDADD) 181xeglgears_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(xeglgears_LDFLAGS) $(LDFLAGS) -o $@ 184xeglthreads_SOURCES = xeglthreads.c 185xeglthreads_OBJECTS = xeglthreads.$(OBJEXT) 186xeglthreads_LDADD = $(LDADD) 187xeglthreads_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 188 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 189 $(xeglthreads_LDFLAGS) $(LDFLAGS) -o $@ 190AM_V_P = $(am__v_P_@AM_V@) 191am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 192am__v_P_0 = false 193am__v_P_1 = : 194AM_V_GEN = $(am__v_GEN_@AM_V@) 195am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 196am__v_GEN_0 = @echo " GEN " $@; 197am__v_GEN_1 = 198AM_V_at = $(am__v_at_@AM_V@) 199am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 200am__v_at_0 = @ 201am__v_at_1 = 202DEFAULT_INCLUDES = -I.@am__isrc@ 203depcomp = $(SHELL) $(top_srcdir)/depcomp 204am__depfiles_maybe = depfiles 205am__mv = mv -f 206COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 207 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 208LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 209 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 210 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 211 $(AM_CFLAGS) $(CFLAGS) 212AM_V_CC = $(am__v_CC_@AM_V@) 213am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 214am__v_CC_0 = @echo " CC " $@; 215am__v_CC_1 = 216CCLD = $(CC) 217LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 218 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 219 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 220AM_V_CCLD = $(am__v_CCLD_@AM_V@) 221am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 222am__v_CCLD_0 = @echo " CCLD " $@; 223am__v_CCLD_1 = 224SOURCES = $(eglgears_wayland_SOURCES) $(eglgears_x11_SOURCES) \ 225 eglinfo.c $(eglkms_SOURCES) $(egltri_wayland_SOURCES) \ 226 $(egltri_x11_SOURCES) peglgears.c xeglgears.c xeglthreads.c 227DIST_SOURCES = $(eglgears_wayland_SOURCES) $(eglgears_x11_SOURCES) \ 228 eglinfo.c $(eglkms_SOURCES) $(egltri_wayland_SOURCES) \ 229 $(egltri_x11_SOURCES) peglgears.c xeglgears.c xeglthreads.c 230am__can_run_installinfo = \ 231 case $$AM_UPDATE_INFO_DIR in \ 232 n|no|NO) false;; \ 233 *) (install-info --version) >/dev/null 2>&1;; \ 234 esac 235am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 236# Read a list of newline-separated strings from the standard input, 237# and print each of them once, without duplicates. Input order is 238# *not* preserved. 239am__uniquify_input = $(AWK) '\ 240 BEGIN { nonempty = 0; } \ 241 { items[$$0] = 1; nonempty = 1; } \ 242 END { if (nonempty) { for (i in items) print i; }; } \ 243' 244# Make sure the list of sources is unique. This is necessary because, 245# e.g., the same source file might be shared among _SOURCES variables 246# for different programs/libraries. 247am__define_uniq_tagged_files = \ 248 list='$(am__tagged_files)'; \ 249 unique=`for i in $$list; do \ 250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 251 done | $(am__uniquify_input)` 252ETAGS = etags 253CTAGS = ctags 254am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 256ACLOCAL = @ACLOCAL@ 257AMTAR = @AMTAR@ 258AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 259AR = @AR@ 260AUTOCONF = @AUTOCONF@ 261AUTOHEADER = @AUTOHEADER@ 262AUTOMAKE = @AUTOMAKE@ 263AWK = @AWK@ 264CC = @CC@ 265CCDEPMODE = @CCDEPMODE@ 266CFLAGS = @CFLAGS@ 267CPP = @CPP@ 268CPPFLAGS = @CPPFLAGS@ 269CXX = @CXX@ 270CXXCPP = @CXXCPP@ 271CXXDEPMODE = @CXXDEPMODE@ 272CXXFLAGS = @CXXFLAGS@ 273CYGPATH_W = @CYGPATH_W@ 274DEFS = @DEFS@ 275DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 276DEMO_CFLAGS = @DEMO_CFLAGS@ 277DEMO_LIBS = @DEMO_LIBS@ 278DEPDIR = @DEPDIR@ 279DLLTOOL = @DLLTOOL@ 280DRM_CFLAGS = @DRM_CFLAGS@ 281DRM_LIBS = @DRM_LIBS@ 282DSYMUTIL = @DSYMUTIL@ 283DUMPBIN = @DUMPBIN@ 284ECHO_C = @ECHO_C@ 285ECHO_N = @ECHO_N@ 286ECHO_T = @ECHO_T@ 287EGL_CFLAGS = @EGL_CFLAGS@ 288EGL_LIBS = @EGL_LIBS@ 289EGREP = @EGREP@ 290EXEEXT = @EXEEXT@ 291FGREP = @FGREP@ 292FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 293FREETYPE2_LIBS = @FREETYPE2_LIBS@ 294GBM_CFLAGS = @GBM_CFLAGS@ 295GBM_LIBS = @GBM_LIBS@ 296GLESV1_CFLAGS = @GLESV1_CFLAGS@ 297GLESV1_LIBS = @GLESV1_LIBS@ 298GLESV2_CFLAGS = @GLESV2_CFLAGS@ 299GLESV2_LIBS = @GLESV2_LIBS@ 300GLEW_CFLAGS = @GLEW_CFLAGS@ 301GLEW_LIBS = @GLEW_LIBS@ 302GLUT_CFLAGS = @GLUT_CFLAGS@ 303GLUT_LIBS = @GLUT_LIBS@ 304GLU_CFLAGS = @GLU_CFLAGS@ 305GLU_LIBS = @GLU_LIBS@ 306GL_CFLAGS = @GL_CFLAGS@ 307GL_LIBS = @GL_LIBS@ 308GREP = @GREP@ 309INSTALL = @INSTALL@ 310INSTALL_DATA = @INSTALL_DATA@ 311INSTALL_PROGRAM = @INSTALL_PROGRAM@ 312INSTALL_SCRIPT = @INSTALL_SCRIPT@ 313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 314LD = @LD@ 315LDFLAGS = @LDFLAGS@ 316LIBOBJS = @LIBOBJS@ 317LIBS = @LIBS@ 318LIBTOOL = @LIBTOOL@ 319LIPO = @LIPO@ 320LN_S = @LN_S@ 321LTLIBOBJS = @LTLIBOBJS@ 322LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 323MAKEINFO = @MAKEINFO@ 324MANIFEST_TOOL = @MANIFEST_TOOL@ 325MESA_GLAPI = @MESA_GLAPI@ 326MKDIR_P = @MKDIR_P@ 327NM = @NM@ 328NMEDIT = @NMEDIT@ 329OBJDUMP = @OBJDUMP@ 330OBJEXT = @OBJEXT@ 331OSMESA16_LIBS = @OSMESA16_LIBS@ 332OSMESA32_LIBS = @OSMESA32_LIBS@ 333OSMESA_CFLAGS = @OSMESA_CFLAGS@ 334OSMESA_LIBS = @OSMESA_LIBS@ 335OTOOL = @OTOOL@ 336OTOOL64 = @OTOOL64@ 337PACKAGE = @PACKAGE@ 338PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 339PACKAGE_NAME = @PACKAGE_NAME@ 340PACKAGE_STRING = @PACKAGE_STRING@ 341PACKAGE_TARNAME = @PACKAGE_TARNAME@ 342PACKAGE_URL = @PACKAGE_URL@ 343PACKAGE_VERSION = @PACKAGE_VERSION@ 344PATH_SEPARATOR = @PATH_SEPARATOR@ 345PKG_CONFIG = @PKG_CONFIG@ 346PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 347PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 348RANLIB = @RANLIB@ 349SED = @SED@ 350SET_MAKE = @SET_MAKE@ 351SHELL = @SHELL@ 352STRIP = @STRIP@ 353VERSION = @VERSION@ 354VG_CFLAGS = @VG_CFLAGS@ 355VG_LIBS = @VG_LIBS@ 356WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 357WAYLAND_LIBS = @WAYLAND_LIBS@ 358X11_CFLAGS = @X11_CFLAGS@ 359X11_LIBS = @X11_LIBS@ 360abs_builddir = @abs_builddir@ 361abs_srcdir = @abs_srcdir@ 362abs_top_builddir = @abs_top_builddir@ 363abs_top_srcdir = @abs_top_srcdir@ 364ac_ct_AR = @ac_ct_AR@ 365ac_ct_CC = @ac_ct_CC@ 366ac_ct_CXX = @ac_ct_CXX@ 367ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 368am__include = @am__include@ 369am__leading_dot = @am__leading_dot@ 370am__quote = @am__quote@ 371am__tar = @am__tar@ 372am__untar = @am__untar@ 373bindir = @bindir@ 374build = @build@ 375build_alias = @build_alias@ 376build_cpu = @build_cpu@ 377build_os = @build_os@ 378build_vendor = @build_vendor@ 379builddir = @builddir@ 380datadir = @datadir@ 381datarootdir = @datarootdir@ 382docdir = @docdir@ 383dvidir = @dvidir@ 384exec_prefix = @exec_prefix@ 385host = @host@ 386host_alias = @host_alias@ 387host_cpu = @host_cpu@ 388host_os = @host_os@ 389host_vendor = @host_vendor@ 390htmldir = @htmldir@ 391includedir = @includedir@ 392infodir = @infodir@ 393install_sh = @install_sh@ 394libdir = @libdir@ 395libexecdir = @libexecdir@ 396localedir = @localedir@ 397localstatedir = @localstatedir@ 398mandir = @mandir@ 399mkdir_p = @mkdir_p@ 400oldincludedir = @oldincludedir@ 401pdfdir = @pdfdir@ 402prefix = @prefix@ 403program_transform_name = @program_transform_name@ 404psdir = @psdir@ 405runstatedir = @runstatedir@ 406sbindir = @sbindir@ 407sharedstatedir = @sharedstatedir@ 408srcdir = @srcdir@ 409sysconfdir = @sysconfdir@ 410target_alias = @target_alias@ 411top_build_prefix = @top_build_prefix@ 412top_builddir = @top_builddir@ 413top_srcdir = @top_srcdir@ 414AM_CFLAGS = \ 415 $(DEMO_CFLAGS) \ 416 $(EGL_CFLAGS) \ 417 -I$(top_srcdir)/src/egl/eglut \ 418 -I$(top_srcdir)/src/util 419 420AM_LDFLAGS = \ 421 $(DEMO_LIBS) \ 422 $(EGL_LIBS) 423 424@HAVE_X11_TRUE@EGL_X11_DEMOS = \ 425@HAVE_X11_TRUE@ eglgears_x11 \ 426@HAVE_X11_TRUE@ egltri_x11 \ 427@HAVE_X11_TRUE@ xeglgears \ 428@HAVE_X11_TRUE@ xeglthreads 429 430@HAVE_WAYLAND_TRUE@EGL_WL_DEMOS = \ 431@HAVE_WAYLAND_TRUE@ eglgears_wayland \ 432@HAVE_WAYLAND_TRUE@ egltri_wayland 433 434@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@EGL_DRM_DEMOS = \ 435@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@ eglkms 436 437egltri_x11_SOURCES = egltri.c 438eglgears_x11_SOURCES = eglgears.c 439eglgears_x11_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 440egltri_x11_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 441xeglgears_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 442xeglthreads_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) -pthread 443eglgears_x11_LDADD = ../eglut/libeglut_x11.la 444egltri_x11_LDADD = ../eglut/libeglut_x11.la 445egltri_wayland_SOURCES = egltri.c 446eglgears_wayland_SOURCES = eglgears.c 447eglgears_wayland_LDADD = ../eglut/libeglut_wayland.la 448egltri_wayland_LDADD = ../eglut/libeglut_wayland.la 449eglkms_SOURCES = eglkms.c 450eglkms_CFLAGS = $(AM_CFLAGS) $(DRM_CFLAGS) $(GBM_CFLAGS) 451eglkms_LDADD = $(AM_LDFLAGS) $(DRM_LIBS) $(GBM_LIBS) 452all: all-am 453 454.SUFFIXES: 455.SUFFIXES: .c .lo .o .obj 456$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 457 @for dep in $?; do \ 458 case '$(am__configure_deps)' in \ 459 *$$dep*) \ 460 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 461 && { if test -f $@; then exit 0; else break; fi; }; \ 462 exit 1;; \ 463 esac; \ 464 done; \ 465 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/egl/opengl/Makefile'; \ 466 $(am__cd) $(top_srcdir) && \ 467 $(AUTOMAKE) --gnu src/egl/opengl/Makefile 468Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 469 @case '$?' in \ 470 *config.status*) \ 471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 472 *) \ 473 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 474 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 475 esac; 476 477$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 479 480$(top_srcdir)/configure: $(am__configure_deps) 481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 482$(ACLOCAL_M4): $(am__aclocal_m4_deps) 483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 484$(am__aclocal_m4_deps): 485install-binPROGRAMS: $(bin_PROGRAMS) 486 @$(NORMAL_INSTALL) 487 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 488 if test -n "$$list"; then \ 489 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 490 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 491 fi; \ 492 for p in $$list; do echo "$$p $$p"; done | \ 493 sed 's/$(EXEEXT)$$//' | \ 494 while read p p1; do if test -f $$p \ 495 || test -f $$p1 \ 496 ; then echo "$$p"; echo "$$p"; else :; fi; \ 497 done | \ 498 sed -e 'p;s,.*/,,;n;h' \ 499 -e 's|.*|.|' \ 500 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 501 sed 'N;N;N;s,\n, ,g' | \ 502 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 503 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 504 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 505 else { print "f", $$3 "/" $$4, $$1; } } \ 506 END { for (d in files) print "f", d, files[d] }' | \ 507 while read type dir files; do \ 508 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 509 test -z "$$files" || { \ 510 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 511 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 512 } \ 513 ; done 514 515uninstall-binPROGRAMS: 516 @$(NORMAL_UNINSTALL) 517 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 518 files=`for p in $$list; do echo "$$p"; done | \ 519 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 520 -e 's/$$/$(EXEEXT)/' \ 521 `; \ 522 test -n "$$list" || exit 0; \ 523 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 524 cd "$(DESTDIR)$(bindir)" && rm -f $$files 525 526clean-binPROGRAMS: 527 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 528 echo " rm -f" $$list; \ 529 rm -f $$list || exit $$?; \ 530 test -n "$(EXEEXT)" || exit 0; \ 531 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 532 echo " rm -f" $$list; \ 533 rm -f $$list 534 535clean-noinstPROGRAMS: 536 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 537 echo " rm -f" $$list; \ 538 rm -f $$list || exit $$?; \ 539 test -n "$(EXEEXT)" || exit 0; \ 540 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 541 echo " rm -f" $$list; \ 542 rm -f $$list 543 544eglgears_wayland$(EXEEXT): $(eglgears_wayland_OBJECTS) $(eglgears_wayland_DEPENDENCIES) $(EXTRA_eglgears_wayland_DEPENDENCIES) 545 @rm -f eglgears_wayland$(EXEEXT) 546 $(AM_V_CCLD)$(LINK) $(eglgears_wayland_OBJECTS) $(eglgears_wayland_LDADD) $(LIBS) 547 548eglgears_x11$(EXEEXT): $(eglgears_x11_OBJECTS) $(eglgears_x11_DEPENDENCIES) $(EXTRA_eglgears_x11_DEPENDENCIES) 549 @rm -f eglgears_x11$(EXEEXT) 550 $(AM_V_CCLD)$(eglgears_x11_LINK) $(eglgears_x11_OBJECTS) $(eglgears_x11_LDADD) $(LIBS) 551 552eglinfo$(EXEEXT): $(eglinfo_OBJECTS) $(eglinfo_DEPENDENCIES) $(EXTRA_eglinfo_DEPENDENCIES) 553 @rm -f eglinfo$(EXEEXT) 554 $(AM_V_CCLD)$(LINK) $(eglinfo_OBJECTS) $(eglinfo_LDADD) $(LIBS) 555 556eglkms$(EXEEXT): $(eglkms_OBJECTS) $(eglkms_DEPENDENCIES) $(EXTRA_eglkms_DEPENDENCIES) 557 @rm -f eglkms$(EXEEXT) 558 $(AM_V_CCLD)$(eglkms_LINK) $(eglkms_OBJECTS) $(eglkms_LDADD) $(LIBS) 559 560egltri_wayland$(EXEEXT): $(egltri_wayland_OBJECTS) $(egltri_wayland_DEPENDENCIES) $(EXTRA_egltri_wayland_DEPENDENCIES) 561 @rm -f egltri_wayland$(EXEEXT) 562 $(AM_V_CCLD)$(LINK) $(egltri_wayland_OBJECTS) $(egltri_wayland_LDADD) $(LIBS) 563 564egltri_x11$(EXEEXT): $(egltri_x11_OBJECTS) $(egltri_x11_DEPENDENCIES) $(EXTRA_egltri_x11_DEPENDENCIES) 565 @rm -f egltri_x11$(EXEEXT) 566 $(AM_V_CCLD)$(egltri_x11_LINK) $(egltri_x11_OBJECTS) $(egltri_x11_LDADD) $(LIBS) 567 568peglgears$(EXEEXT): $(peglgears_OBJECTS) $(peglgears_DEPENDENCIES) $(EXTRA_peglgears_DEPENDENCIES) 569 @rm -f peglgears$(EXEEXT) 570 $(AM_V_CCLD)$(LINK) $(peglgears_OBJECTS) $(peglgears_LDADD) $(LIBS) 571 572xeglgears$(EXEEXT): $(xeglgears_OBJECTS) $(xeglgears_DEPENDENCIES) $(EXTRA_xeglgears_DEPENDENCIES) 573 @rm -f xeglgears$(EXEEXT) 574 $(AM_V_CCLD)$(xeglgears_LINK) $(xeglgears_OBJECTS) $(xeglgears_LDADD) $(LIBS) 575 576xeglthreads$(EXEEXT): $(xeglthreads_OBJECTS) $(xeglthreads_DEPENDENCIES) $(EXTRA_xeglthreads_DEPENDENCIES) 577 @rm -f xeglthreads$(EXEEXT) 578 $(AM_V_CCLD)$(xeglthreads_LINK) $(xeglthreads_OBJECTS) $(xeglthreads_LDADD) $(LIBS) 579 580mostlyclean-compile: 581 -rm -f *.$(OBJEXT) 582 583distclean-compile: 584 -rm -f *.tab.c 585 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglgears.Po@am__quote@ 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglinfo.Po@am__quote@ 588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglkms-eglkms.Po@am__quote@ 589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egltri.Po@am__quote@ 590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peglgears.Po@am__quote@ 591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xeglgears.Po@am__quote@ 592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xeglthreads.Po@am__quote@ 593 594.c.o: 595@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 596@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 597@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 598@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 599@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 600 601.c.obj: 602@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 603@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 604@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 605@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 606@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 607 608.c.lo: 609@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 610@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 611@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 612@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 613@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 614 615eglkms-eglkms.o: eglkms.c 616@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -MT eglkms-eglkms.o -MD -MP -MF $(DEPDIR)/eglkms-eglkms.Tpo -c -o eglkms-eglkms.o `test -f 'eglkms.c' || echo '$(srcdir)/'`eglkms.c 617@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/eglkms-eglkms.Tpo $(DEPDIR)/eglkms-eglkms.Po 618@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='eglkms.c' object='eglkms-eglkms.o' libtool=no @AMDEPBACKSLASH@ 619@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 620@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -c -o eglkms-eglkms.o `test -f 'eglkms.c' || echo '$(srcdir)/'`eglkms.c 621 622eglkms-eglkms.obj: eglkms.c 623@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -MT eglkms-eglkms.obj -MD -MP -MF $(DEPDIR)/eglkms-eglkms.Tpo -c -o eglkms-eglkms.obj `if test -f 'eglkms.c'; then $(CYGPATH_W) 'eglkms.c'; else $(CYGPATH_W) '$(srcdir)/eglkms.c'; fi` 624@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/eglkms-eglkms.Tpo $(DEPDIR)/eglkms-eglkms.Po 625@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='eglkms.c' object='eglkms-eglkms.obj' libtool=no @AMDEPBACKSLASH@ 626@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 627@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -c -o eglkms-eglkms.obj `if test -f 'eglkms.c'; then $(CYGPATH_W) 'eglkms.c'; else $(CYGPATH_W) '$(srcdir)/eglkms.c'; fi` 628 629mostlyclean-libtool: 630 -rm -f *.lo 631 632clean-libtool: 633 -rm -rf .libs _libs 634 635ID: $(am__tagged_files) 636 $(am__define_uniq_tagged_files); mkid -fID $$unique 637tags: tags-am 638TAGS: tags 639 640tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 641 set x; \ 642 here=`pwd`; \ 643 $(am__define_uniq_tagged_files); \ 644 shift; \ 645 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 646 test -n "$$unique" || unique=$$empty_fix; \ 647 if test $$# -gt 0; then \ 648 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 649 "$$@" $$unique; \ 650 else \ 651 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 652 $$unique; \ 653 fi; \ 654 fi 655ctags: ctags-am 656 657CTAGS: ctags 658ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 659 $(am__define_uniq_tagged_files); \ 660 test -z "$(CTAGS_ARGS)$$unique" \ 661 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 662 $$unique 663 664GTAGS: 665 here=`$(am__cd) $(top_builddir) && pwd` \ 666 && $(am__cd) $(top_srcdir) \ 667 && gtags -i $(GTAGS_ARGS) "$$here" 668cscopelist: cscopelist-am 669 670cscopelist-am: $(am__tagged_files) 671 list='$(am__tagged_files)'; \ 672 case "$(srcdir)" in \ 673 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 674 *) sdir=$(subdir)/$(srcdir) ;; \ 675 esac; \ 676 for i in $$list; do \ 677 if test -f "$$i"; then \ 678 echo "$(subdir)/$$i"; \ 679 else \ 680 echo "$$sdir/$$i"; \ 681 fi; \ 682 done >> $(top_builddir)/cscope.files 683 684distclean-tags: 685 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 686 687distdir: $(DISTFILES) 688 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 689 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 690 list='$(DISTFILES)'; \ 691 dist_files=`for file in $$list; do echo $$file; done | \ 692 sed -e "s|^$$srcdirstrip/||;t" \ 693 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 694 case $$dist_files in \ 695 */*) $(MKDIR_P) `echo "$$dist_files" | \ 696 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 697 sort -u` ;; \ 698 esac; \ 699 for file in $$dist_files; do \ 700 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 701 if test -d $$d/$$file; then \ 702 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 703 if test -d "$(distdir)/$$file"; then \ 704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 705 fi; \ 706 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 707 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 708 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 709 fi; \ 710 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 711 else \ 712 test -f "$(distdir)/$$file" \ 713 || cp -p $$d/$$file "$(distdir)/$$file" \ 714 || exit 1; \ 715 fi; \ 716 done 717check-am: all-am 718check: check-am 719all-am: Makefile $(PROGRAMS) 720installdirs: 721 for dir in "$(DESTDIR)$(bindir)"; do \ 722 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 723 done 724install: install-am 725install-exec: install-exec-am 726install-data: install-data-am 727uninstall: uninstall-am 728 729install-am: all-am 730 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 731 732installcheck: installcheck-am 733install-strip: 734 if test -z '$(STRIP)'; then \ 735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 737 install; \ 738 else \ 739 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 740 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 741 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 742 fi 743mostlyclean-generic: 744 745clean-generic: 746 747distclean-generic: 748 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 749 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 750 751maintainer-clean-generic: 752 @echo "This command is intended for maintainers to use" 753 @echo "it deletes files that may require special tools to rebuild." 754clean: clean-am 755 756clean-am: clean-binPROGRAMS clean-generic clean-libtool \ 757 clean-noinstPROGRAMS mostlyclean-am 758 759distclean: distclean-am 760 -rm -rf ./$(DEPDIR) 761 -rm -f Makefile 762distclean-am: clean-am distclean-compile distclean-generic \ 763 distclean-tags 764 765dvi: dvi-am 766 767dvi-am: 768 769html: html-am 770 771html-am: 772 773info: info-am 774 775info-am: 776 777install-data-am: 778 779install-dvi: install-dvi-am 780 781install-dvi-am: 782 783install-exec-am: install-binPROGRAMS 784 785install-html: install-html-am 786 787install-html-am: 788 789install-info: install-info-am 790 791install-info-am: 792 793install-man: 794 795install-pdf: install-pdf-am 796 797install-pdf-am: 798 799install-ps: install-ps-am 800 801install-ps-am: 802 803installcheck-am: 804 805maintainer-clean: maintainer-clean-am 806 -rm -rf ./$(DEPDIR) 807 -rm -f Makefile 808maintainer-clean-am: distclean-am maintainer-clean-generic 809 810mostlyclean: mostlyclean-am 811 812mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 813 mostlyclean-libtool 814 815pdf: pdf-am 816 817pdf-am: 818 819ps: ps-am 820 821ps-am: 822 823uninstall-am: uninstall-binPROGRAMS 824 825.MAKE: install-am install-strip 826 827.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 828 clean-binPROGRAMS clean-generic clean-libtool \ 829 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 830 distclean-compile distclean-generic distclean-libtool \ 831 distclean-tags distdir dvi dvi-am html html-am info info-am \ 832 install install-am install-binPROGRAMS install-data \ 833 install-data-am install-dvi install-dvi-am install-exec \ 834 install-exec-am install-html install-html-am install-info \ 835 install-info-am install-man install-pdf install-pdf-am \ 836 install-ps install-ps-am install-strip installcheck \ 837 installcheck-am installdirs maintainer-clean \ 838 maintainer-clean-generic mostlyclean mostlyclean-compile \ 839 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 840 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 841 842.PRECIOUS: Makefile 843 844 845# Tell versions [3.59,3.63) of GNU make to not export all variables. 846# Otherwise a system limit (for SysV at least) may be exceeded. 847.NOEXPORT: 848