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_FREETYPE2_TRUE@@HAVE_X11_TRUE@am__append_1 = \ 119@HAVE_FREETYPE2_TRUE@@HAVE_X11_TRUE@ text 120 121@HAVE_EGL_TRUE@@HAVE_VG_TRUE@noinst_PROGRAMS = $(am__EXEEXT_2) 122subdir = src/egl/openvg 123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 124am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 125 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 126 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 127 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 129 $(ACLOCAL_M4) 130DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 131mkinstalldirs = $(install_sh) -d 132CONFIG_CLEAN_FILES = 133CONFIG_CLEAN_VPATH_FILES = 134@HAVE_FREETYPE2_TRUE@@HAVE_X11_TRUE@am__EXEEXT_1 = text$(EXEEXT) 135@HAVE_X11_TRUE@am__EXEEXT_2 = lion_x11$(EXEEXT) sp_x11$(EXEEXT) \ 136@HAVE_X11_TRUE@ $(am__EXEEXT_1) 137PROGRAMS = $(noinst_PROGRAMS) 138am_lion_x11_OBJECTS = lion.$(OBJEXT) lion-render.$(OBJEXT) 139lion_x11_OBJECTS = $(am_lion_x11_OBJECTS) 140lion_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 141AM_V_lt = $(am__v_lt_@AM_V@) 142am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 143am__v_lt_0 = --silent 144am__v_lt_1 = 145am_sp_x11_OBJECTS = sp.$(OBJEXT) 146sp_x11_OBJECTS = $(am_sp_x11_OBJECTS) 147sp_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 148am_text_OBJECTS = text-text.$(OBJEXT) 149text_OBJECTS = $(am_text_OBJECTS) 150text_DEPENDENCIES = ../eglut/libeglut_x11.la 151text_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 152 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(text_CFLAGS) $(CFLAGS) \ 153 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 154AM_V_P = $(am__v_P_@AM_V@) 155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156am__v_P_0 = false 157am__v_P_1 = : 158AM_V_GEN = $(am__v_GEN_@AM_V@) 159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160am__v_GEN_0 = @echo " GEN " $@; 161am__v_GEN_1 = 162AM_V_at = $(am__v_at_@AM_V@) 163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164am__v_at_0 = @ 165am__v_at_1 = 166DEFAULT_INCLUDES = -I.@am__isrc@ 167depcomp = $(SHELL) $(top_srcdir)/depcomp 168am__depfiles_maybe = depfiles 169am__mv = mv -f 170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 174 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 175 $(AM_CFLAGS) $(CFLAGS) 176AM_V_CC = $(am__v_CC_@AM_V@) 177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 178am__v_CC_0 = @echo " CC " $@; 179am__v_CC_1 = 180CCLD = $(CC) 181LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184AM_V_CCLD = $(am__v_CCLD_@AM_V@) 185am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 186am__v_CCLD_0 = @echo " CCLD " $@; 187am__v_CCLD_1 = 188SOURCES = $(lion_x11_SOURCES) $(sp_x11_SOURCES) $(text_SOURCES) 189DIST_SOURCES = $(lion_x11_SOURCES) $(sp_x11_SOURCES) $(text_SOURCES) 190RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 191 ctags-recursive dvi-recursive html-recursive info-recursive \ 192 install-data-recursive install-dvi-recursive \ 193 install-exec-recursive install-html-recursive \ 194 install-info-recursive install-pdf-recursive \ 195 install-ps-recursive install-recursive installcheck-recursive \ 196 installdirs-recursive pdf-recursive ps-recursive \ 197 tags-recursive uninstall-recursive 198am__can_run_installinfo = \ 199 case $$AM_UPDATE_INFO_DIR in \ 200 n|no|NO) false;; \ 201 *) (install-info --version) >/dev/null 2>&1;; \ 202 esac 203RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 204 distclean-recursive maintainer-clean-recursive 205am__recursive_targets = \ 206 $(RECURSIVE_TARGETS) \ 207 $(RECURSIVE_CLEAN_TARGETS) \ 208 $(am__extra_recursive_targets) 209AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 210 distdir 211am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 212# Read a list of newline-separated strings from the standard input, 213# and print each of them once, without duplicates. Input order is 214# *not* preserved. 215am__uniquify_input = $(AWK) '\ 216 BEGIN { nonempty = 0; } \ 217 { items[$$0] = 1; nonempty = 1; } \ 218 END { if (nonempty) { for (i in items) print i; }; } \ 219' 220# Make sure the list of sources is unique. This is necessary because, 221# e.g., the same source file might be shared among _SOURCES variables 222# for different programs/libraries. 223am__define_uniq_tagged_files = \ 224 list='$(am__tagged_files)'; \ 225 unique=`for i in $$list; do \ 226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 227 done | $(am__uniquify_input)` 228ETAGS = etags 229CTAGS = ctags 230DIST_SUBDIRS = $(SUBDIRS) 231am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 232DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 233am__relativize = \ 234 dir0=`pwd`; \ 235 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 236 sed_rest='s,^[^/]*/*,,'; \ 237 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 238 sed_butlast='s,/*[^/]*$$,,'; \ 239 while test -n "$$dir1"; do \ 240 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 241 if test "$$first" != "."; then \ 242 if test "$$first" = ".."; then \ 243 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 244 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 245 else \ 246 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 247 if test "$$first2" = "$$first"; then \ 248 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 249 else \ 250 dir2="../$$dir2"; \ 251 fi; \ 252 dir0="$$dir0"/"$$first"; \ 253 fi; \ 254 fi; \ 255 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 256 done; \ 257 reldir="$$dir2" 258ACLOCAL = @ACLOCAL@ 259AMTAR = @AMTAR@ 260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 261AR = @AR@ 262AUTOCONF = @AUTOCONF@ 263AUTOHEADER = @AUTOHEADER@ 264AUTOMAKE = @AUTOMAKE@ 265AWK = @AWK@ 266CC = @CC@ 267CCDEPMODE = @CCDEPMODE@ 268CFLAGS = @CFLAGS@ 269CPP = @CPP@ 270CPPFLAGS = @CPPFLAGS@ 271CXX = @CXX@ 272CXXCPP = @CXXCPP@ 273CXXDEPMODE = @CXXDEPMODE@ 274CXXFLAGS = @CXXFLAGS@ 275CYGPATH_W = @CYGPATH_W@ 276DEFS = @DEFS@ 277DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 278DEMO_CFLAGS = @DEMO_CFLAGS@ 279DEMO_LIBS = @DEMO_LIBS@ 280DEPDIR = @DEPDIR@ 281DLLTOOL = @DLLTOOL@ 282DRM_CFLAGS = @DRM_CFLAGS@ 283DRM_LIBS = @DRM_LIBS@ 284DSYMUTIL = @DSYMUTIL@ 285DUMPBIN = @DUMPBIN@ 286ECHO_C = @ECHO_C@ 287ECHO_N = @ECHO_N@ 288ECHO_T = @ECHO_T@ 289EGL_CFLAGS = @EGL_CFLAGS@ 290EGL_LIBS = @EGL_LIBS@ 291EGREP = @EGREP@ 292EXEEXT = @EXEEXT@ 293FGREP = @FGREP@ 294FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 295FREETYPE2_LIBS = @FREETYPE2_LIBS@ 296GBM_CFLAGS = @GBM_CFLAGS@ 297GBM_LIBS = @GBM_LIBS@ 298GLESV1_CFLAGS = @GLESV1_CFLAGS@ 299GLESV1_LIBS = @GLESV1_LIBS@ 300GLESV2_CFLAGS = @GLESV2_CFLAGS@ 301GLESV2_LIBS = @GLESV2_LIBS@ 302GLEW_CFLAGS = @GLEW_CFLAGS@ 303GLEW_LIBS = @GLEW_LIBS@ 304GLUT_CFLAGS = @GLUT_CFLAGS@ 305GLUT_LIBS = @GLUT_LIBS@ 306GLU_CFLAGS = @GLU_CFLAGS@ 307GLU_LIBS = @GLU_LIBS@ 308GL_CFLAGS = @GL_CFLAGS@ 309GL_LIBS = @GL_LIBS@ 310GREP = @GREP@ 311INSTALL = @INSTALL@ 312INSTALL_DATA = @INSTALL_DATA@ 313INSTALL_PROGRAM = @INSTALL_PROGRAM@ 314INSTALL_SCRIPT = @INSTALL_SCRIPT@ 315INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 316LD = @LD@ 317LDFLAGS = @LDFLAGS@ 318LIBOBJS = @LIBOBJS@ 319LIBS = @LIBS@ 320LIBTOOL = @LIBTOOL@ 321LIPO = @LIPO@ 322LN_S = @LN_S@ 323LTLIBOBJS = @LTLIBOBJS@ 324LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 325MAKEINFO = @MAKEINFO@ 326MANIFEST_TOOL = @MANIFEST_TOOL@ 327MESA_GLAPI = @MESA_GLAPI@ 328MKDIR_P = @MKDIR_P@ 329NM = @NM@ 330NMEDIT = @NMEDIT@ 331OBJDUMP = @OBJDUMP@ 332OBJEXT = @OBJEXT@ 333OSMESA16_LIBS = @OSMESA16_LIBS@ 334OSMESA32_LIBS = @OSMESA32_LIBS@ 335OSMESA_CFLAGS = @OSMESA_CFLAGS@ 336OSMESA_LIBS = @OSMESA_LIBS@ 337OTOOL = @OTOOL@ 338OTOOL64 = @OTOOL64@ 339PACKAGE = @PACKAGE@ 340PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 341PACKAGE_NAME = @PACKAGE_NAME@ 342PACKAGE_STRING = @PACKAGE_STRING@ 343PACKAGE_TARNAME = @PACKAGE_TARNAME@ 344PACKAGE_URL = @PACKAGE_URL@ 345PACKAGE_VERSION = @PACKAGE_VERSION@ 346PATH_SEPARATOR = @PATH_SEPARATOR@ 347PKG_CONFIG = @PKG_CONFIG@ 348PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 349PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 350RANLIB = @RANLIB@ 351SED = @SED@ 352SET_MAKE = @SET_MAKE@ 353SHELL = @SHELL@ 354STRIP = @STRIP@ 355VERSION = @VERSION@ 356VG_CFLAGS = @VG_CFLAGS@ 357VG_LIBS = @VG_LIBS@ 358WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 359WAYLAND_LIBS = @WAYLAND_LIBS@ 360X11_CFLAGS = @X11_CFLAGS@ 361X11_LIBS = @X11_LIBS@ 362abs_builddir = @abs_builddir@ 363abs_srcdir = @abs_srcdir@ 364abs_top_builddir = @abs_top_builddir@ 365abs_top_srcdir = @abs_top_srcdir@ 366ac_ct_AR = @ac_ct_AR@ 367ac_ct_CC = @ac_ct_CC@ 368ac_ct_CXX = @ac_ct_CXX@ 369ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 370am__include = @am__include@ 371am__leading_dot = @am__leading_dot@ 372am__quote = @am__quote@ 373am__tar = @am__tar@ 374am__untar = @am__untar@ 375bindir = @bindir@ 376build = @build@ 377build_alias = @build_alias@ 378build_cpu = @build_cpu@ 379build_os = @build_os@ 380build_vendor = @build_vendor@ 381builddir = @builddir@ 382datadir = @datadir@ 383datarootdir = @datarootdir@ 384docdir = @docdir@ 385dvidir = @dvidir@ 386exec_prefix = @exec_prefix@ 387host = @host@ 388host_alias = @host_alias@ 389host_cpu = @host_cpu@ 390host_os = @host_os@ 391host_vendor = @host_vendor@ 392htmldir = @htmldir@ 393includedir = @includedir@ 394infodir = @infodir@ 395install_sh = @install_sh@ 396libdir = @libdir@ 397libexecdir = @libexecdir@ 398localedir = @localedir@ 399localstatedir = @localstatedir@ 400mandir = @mandir@ 401mkdir_p = @mkdir_p@ 402oldincludedir = @oldincludedir@ 403pdfdir = @pdfdir@ 404prefix = @prefix@ 405program_transform_name = @program_transform_name@ 406psdir = @psdir@ 407runstatedir = @runstatedir@ 408sbindir = @sbindir@ 409sharedstatedir = @sharedstatedir@ 410srcdir = @srcdir@ 411sysconfdir = @sysconfdir@ 412target_alias = @target_alias@ 413top_build_prefix = @top_build_prefix@ 414top_builddir = @top_builddir@ 415top_srcdir = @top_srcdir@ 416AM_CFLAGS = \ 417 $(VG_CFLAGS) \ 418 $(EGL_CFLAGS) \ 419 $(X11_CFLAGS) \ 420 -I$(top_srcdir)/src/egl/eglut 421 422AM_LDFLAGS = \ 423 $(VG_LIBS) \ 424 $(EGL_LIBS) \ 425 -lm 426 427@HAVE_X11_TRUE@EGL_X11_DEMOS = lion_x11 sp_x11 $(am__append_1) 428lion_x11_SOURCES = lion.c lion-render.c lion-render.h 429sp_x11_SOURCES = sp.c 430lion_x11_LDADD = ../eglut/libeglut_x11.la 431sp_x11_LDADD = ../eglut/libeglut_x11.la 432text_SOURCES = text.c 433text_CFLAGS = $(AM_CFLAGS) @FREETYPE2_CFLAGS@ 434text_LDADD = @FREETYPE2_LIBS@ ../eglut/libeglut_x11.la 435SUBDIRS = \ 436 trivial 437 438all: all-recursive 439 440.SUFFIXES: 441.SUFFIXES: .c .lo .o .obj 442$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 443 @for dep in $?; do \ 444 case '$(am__configure_deps)' in \ 445 *$$dep*) \ 446 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 447 && { if test -f $@; then exit 0; else break; fi; }; \ 448 exit 1;; \ 449 esac; \ 450 done; \ 451 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/egl/openvg/Makefile'; \ 452 $(am__cd) $(top_srcdir) && \ 453 $(AUTOMAKE) --gnu src/egl/openvg/Makefile 454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 455 @case '$?' in \ 456 *config.status*) \ 457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 458 *) \ 459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 461 esac; 462 463$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 465 466$(top_srcdir)/configure: $(am__configure_deps) 467 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 468$(ACLOCAL_M4): $(am__aclocal_m4_deps) 469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 470$(am__aclocal_m4_deps): 471 472clean-noinstPROGRAMS: 473 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 474 echo " rm -f" $$list; \ 475 rm -f $$list || exit $$?; \ 476 test -n "$(EXEEXT)" || exit 0; \ 477 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 478 echo " rm -f" $$list; \ 479 rm -f $$list 480 481lion_x11$(EXEEXT): $(lion_x11_OBJECTS) $(lion_x11_DEPENDENCIES) $(EXTRA_lion_x11_DEPENDENCIES) 482 @rm -f lion_x11$(EXEEXT) 483 $(AM_V_CCLD)$(LINK) $(lion_x11_OBJECTS) $(lion_x11_LDADD) $(LIBS) 484 485sp_x11$(EXEEXT): $(sp_x11_OBJECTS) $(sp_x11_DEPENDENCIES) $(EXTRA_sp_x11_DEPENDENCIES) 486 @rm -f sp_x11$(EXEEXT) 487 $(AM_V_CCLD)$(LINK) $(sp_x11_OBJECTS) $(sp_x11_LDADD) $(LIBS) 488 489text$(EXEEXT): $(text_OBJECTS) $(text_DEPENDENCIES) $(EXTRA_text_DEPENDENCIES) 490 @rm -f text$(EXEEXT) 491 $(AM_V_CCLD)$(text_LINK) $(text_OBJECTS) $(text_LDADD) $(LIBS) 492 493mostlyclean-compile: 494 -rm -f *.$(OBJEXT) 495 496distclean-compile: 497 -rm -f *.tab.c 498 499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lion-render.Po@am__quote@ 500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lion.Po@am__quote@ 501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sp.Po@am__quote@ 502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-text.Po@am__quote@ 503 504.c.o: 505@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 506@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 507@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 508@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 509@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 510 511.c.obj: 512@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 513@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 514@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 515@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 516@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 517 518.c.lo: 519@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 520@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 521@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 522@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 523@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 524 525text-text.o: text.c 526@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_CFLAGS) $(CFLAGS) -MT text-text.o -MD -MP -MF $(DEPDIR)/text-text.Tpo -c -o text-text.o `test -f 'text.c' || echo '$(srcdir)/'`text.c 527@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text-text.Tpo $(DEPDIR)/text-text.Po 528@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text.c' object='text-text.o' libtool=no @AMDEPBACKSLASH@ 529@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 530@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_CFLAGS) $(CFLAGS) -c -o text-text.o `test -f 'text.c' || echo '$(srcdir)/'`text.c 531 532text-text.obj: text.c 533@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_CFLAGS) $(CFLAGS) -MT text-text.obj -MD -MP -MF $(DEPDIR)/text-text.Tpo -c -o text-text.obj `if test -f 'text.c'; then $(CYGPATH_W) 'text.c'; else $(CYGPATH_W) '$(srcdir)/text.c'; fi` 534@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text-text.Tpo $(DEPDIR)/text-text.Po 535@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text.c' object='text-text.obj' libtool=no @AMDEPBACKSLASH@ 536@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 537@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_CFLAGS) $(CFLAGS) -c -o text-text.obj `if test -f 'text.c'; then $(CYGPATH_W) 'text.c'; else $(CYGPATH_W) '$(srcdir)/text.c'; fi` 538 539mostlyclean-libtool: 540 -rm -f *.lo 541 542clean-libtool: 543 -rm -rf .libs _libs 544 545# This directory's subdirectories are mostly independent; you can cd 546# into them and run 'make' without going through this Makefile. 547# To change the values of 'make' variables: instead of editing Makefiles, 548# (1) if the variable is set in 'config.status', edit 'config.status' 549# (which will cause the Makefiles to be regenerated when you run 'make'); 550# (2) otherwise, pass the desired values on the 'make' command line. 551$(am__recursive_targets): 552 @fail=; \ 553 if $(am__make_keepgoing); then \ 554 failcom='fail=yes'; \ 555 else \ 556 failcom='exit 1'; \ 557 fi; \ 558 dot_seen=no; \ 559 target=`echo $@ | sed s/-recursive//`; \ 560 case "$@" in \ 561 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 562 *) list='$(SUBDIRS)' ;; \ 563 esac; \ 564 for subdir in $$list; do \ 565 echo "Making $$target in $$subdir"; \ 566 if test "$$subdir" = "."; then \ 567 dot_seen=yes; \ 568 local_target="$$target-am"; \ 569 else \ 570 local_target="$$target"; \ 571 fi; \ 572 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 573 || eval $$failcom; \ 574 done; \ 575 if test "$$dot_seen" = "no"; then \ 576 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 577 fi; test -z "$$fail" 578 579ID: $(am__tagged_files) 580 $(am__define_uniq_tagged_files); mkid -fID $$unique 581tags: tags-recursive 582TAGS: tags 583 584tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 585 set x; \ 586 here=`pwd`; \ 587 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 588 include_option=--etags-include; \ 589 empty_fix=.; \ 590 else \ 591 include_option=--include; \ 592 empty_fix=; \ 593 fi; \ 594 list='$(SUBDIRS)'; for subdir in $$list; do \ 595 if test "$$subdir" = .; then :; else \ 596 test ! -f $$subdir/TAGS || \ 597 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 598 fi; \ 599 done; \ 600 $(am__define_uniq_tagged_files); \ 601 shift; \ 602 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 603 test -n "$$unique" || unique=$$empty_fix; \ 604 if test $$# -gt 0; then \ 605 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 606 "$$@" $$unique; \ 607 else \ 608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 609 $$unique; \ 610 fi; \ 611 fi 612ctags: ctags-recursive 613 614CTAGS: ctags 615ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 616 $(am__define_uniq_tagged_files); \ 617 test -z "$(CTAGS_ARGS)$$unique" \ 618 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 619 $$unique 620 621GTAGS: 622 here=`$(am__cd) $(top_builddir) && pwd` \ 623 && $(am__cd) $(top_srcdir) \ 624 && gtags -i $(GTAGS_ARGS) "$$here" 625cscopelist: cscopelist-recursive 626 627cscopelist-am: $(am__tagged_files) 628 list='$(am__tagged_files)'; \ 629 case "$(srcdir)" in \ 630 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 631 *) sdir=$(subdir)/$(srcdir) ;; \ 632 esac; \ 633 for i in $$list; do \ 634 if test -f "$$i"; then \ 635 echo "$(subdir)/$$i"; \ 636 else \ 637 echo "$$sdir/$$i"; \ 638 fi; \ 639 done >> $(top_builddir)/cscope.files 640 641distclean-tags: 642 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 643 644distdir: $(DISTFILES) 645 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 646 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 647 list='$(DISTFILES)'; \ 648 dist_files=`for file in $$list; do echo $$file; done | \ 649 sed -e "s|^$$srcdirstrip/||;t" \ 650 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 651 case $$dist_files in \ 652 */*) $(MKDIR_P) `echo "$$dist_files" | \ 653 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 654 sort -u` ;; \ 655 esac; \ 656 for file in $$dist_files; do \ 657 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 658 if test -d $$d/$$file; then \ 659 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 660 if test -d "$(distdir)/$$file"; then \ 661 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 662 fi; \ 663 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 664 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 665 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 666 fi; \ 667 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 668 else \ 669 test -f "$(distdir)/$$file" \ 670 || cp -p $$d/$$file "$(distdir)/$$file" \ 671 || exit 1; \ 672 fi; \ 673 done 674 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 675 if test "$$subdir" = .; then :; else \ 676 $(am__make_dryrun) \ 677 || test -d "$(distdir)/$$subdir" \ 678 || $(MKDIR_P) "$(distdir)/$$subdir" \ 679 || exit 1; \ 680 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 681 $(am__relativize); \ 682 new_distdir=$$reldir; \ 683 dir1=$$subdir; dir2="$(top_distdir)"; \ 684 $(am__relativize); \ 685 new_top_distdir=$$reldir; \ 686 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 687 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 688 ($(am__cd) $$subdir && \ 689 $(MAKE) $(AM_MAKEFLAGS) \ 690 top_distdir="$$new_top_distdir" \ 691 distdir="$$new_distdir" \ 692 am__remove_distdir=: \ 693 am__skip_length_check=: \ 694 am__skip_mode_fix=: \ 695 distdir) \ 696 || exit 1; \ 697 fi; \ 698 done 699check-am: all-am 700check: check-recursive 701all-am: Makefile $(PROGRAMS) 702installdirs: installdirs-recursive 703installdirs-am: 704install: install-recursive 705install-exec: install-exec-recursive 706install-data: install-data-recursive 707uninstall: uninstall-recursive 708 709install-am: all-am 710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 711 712installcheck: installcheck-recursive 713install-strip: 714 if test -z '$(STRIP)'; then \ 715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 717 install; \ 718 else \ 719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 721 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 722 fi 723mostlyclean-generic: 724 725clean-generic: 726 727distclean-generic: 728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 730 731maintainer-clean-generic: 732 @echo "This command is intended for maintainers to use" 733 @echo "it deletes files that may require special tools to rebuild." 734clean: clean-recursive 735 736clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 737 mostlyclean-am 738 739distclean: distclean-recursive 740 -rm -rf ./$(DEPDIR) 741 -rm -f Makefile 742distclean-am: clean-am distclean-compile distclean-generic \ 743 distclean-tags 744 745dvi: dvi-recursive 746 747dvi-am: 748 749html: html-recursive 750 751html-am: 752 753info: info-recursive 754 755info-am: 756 757install-data-am: 758 759install-dvi: install-dvi-recursive 760 761install-dvi-am: 762 763install-exec-am: 764 765install-html: install-html-recursive 766 767install-html-am: 768 769install-info: install-info-recursive 770 771install-info-am: 772 773install-man: 774 775install-pdf: install-pdf-recursive 776 777install-pdf-am: 778 779install-ps: install-ps-recursive 780 781install-ps-am: 782 783installcheck-am: 784 785maintainer-clean: maintainer-clean-recursive 786 -rm -rf ./$(DEPDIR) 787 -rm -f Makefile 788maintainer-clean-am: distclean-am maintainer-clean-generic 789 790mostlyclean: mostlyclean-recursive 791 792mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 793 mostlyclean-libtool 794 795pdf: pdf-recursive 796 797pdf-am: 798 799ps: ps-recursive 800 801ps-am: 802 803uninstall-am: 804 805.MAKE: $(am__recursive_targets) install-am install-strip 806 807.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 808 check-am clean clean-generic clean-libtool \ 809 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 810 distclean-compile distclean-generic distclean-libtool \ 811 distclean-tags distdir dvi dvi-am html html-am info info-am \ 812 install install-am install-data install-data-am install-dvi \ 813 install-dvi-am install-exec install-exec-am install-html \ 814 install-html-am install-info install-info-am install-man \ 815 install-pdf install-pdf-am install-ps install-ps-am \ 816 install-strip installcheck installcheck-am installdirs \ 817 installdirs-am maintainer-clean maintainer-clean-generic \ 818 mostlyclean mostlyclean-compile mostlyclean-generic \ 819 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 820 uninstall-am 821 822.PRECIOUS: Makefile 823 824 825# Tell versions [3.59,3.63) of GNU make to not export all variables. 826# Otherwise a system limit (for SysV at least) may be exceeded. 827.NOEXPORT: 828