1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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 2005 Adam Jackson. 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# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the 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 NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = src 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 117mkinstalldirs = $(install_sh) -d 118CONFIG_HEADER = $(top_builddir)/config.h 119CONFIG_CLEAN_FILES = 120CONFIG_CLEAN_VPATH_FILES = 121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 122am__vpath_adj = case $$p in \ 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 124 *) f=$$p;; \ 125 esac; 126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 127am__install_max = 40 128am__nobase_strip_setup = \ 129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 130am__nobase_strip = \ 131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132am__nobase_list = $(am__nobase_strip_setup); \ 133 for p in $$list; do echo "$$p $$p"; done | \ 134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 136 if (++n[$$2] == $(am__install_max)) \ 137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 138 END { for (dir in files) print dir, files[dir] }' 139am__base_list = \ 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142am__uninstall_files_from_dir = { \ 143 test -z "$$files" \ 144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 146 $(am__cd) "$$dir" && rm -f $$files; }; \ 147 } 148am__installdirs = "$(DESTDIR)$(ast_drv_ladir)" 149LTLIBRARIES = $(ast_drv_la_LTLIBRARIES) 150ast_drv_la_LIBADD = 151am_ast_drv_la_OBJECTS = ast_2dtool.lo ast_accel.lo ast_cursor.lo \ 152 ast_driver.lo ast_mode.lo ast_tool.lo ast_vgatool.lo 153ast_drv_la_OBJECTS = $(am_ast_drv_la_OBJECTS) 154AM_V_lt = $(am__v_lt_@AM_V@) 155am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 156am__v_lt_0 = --silent 157am__v_lt_1 = 158ast_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 160 $(ast_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 161AM_V_P = $(am__v_P_@AM_V@) 162am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 163am__v_P_0 = false 164am__v_P_1 = : 165AM_V_GEN = $(am__v_GEN_@AM_V@) 166am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 167am__v_GEN_0 = @echo " GEN " $@; 168am__v_GEN_1 = 169AM_V_at = $(am__v_at_@AM_V@) 170am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 171am__v_at_0 = @ 172am__v_at_1 = 173DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 174depcomp = $(SHELL) $(top_srcdir)/depcomp 175am__maybe_remake_depfiles = depfiles 176am__depfiles_remade = ./$(DEPDIR)/ast_2dtool.Plo \ 177 ./$(DEPDIR)/ast_accel.Plo ./$(DEPDIR)/ast_cursor.Plo \ 178 ./$(DEPDIR)/ast_driver.Plo ./$(DEPDIR)/ast_mode.Plo \ 179 ./$(DEPDIR)/ast_tool.Plo ./$(DEPDIR)/ast_vgatool.Plo 180am__mv = mv -f 181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 184 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 185 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 186 $(AM_CFLAGS) $(CFLAGS) 187AM_V_CC = $(am__v_CC_@AM_V@) 188am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 189am__v_CC_0 = @echo " CC " $@; 190am__v_CC_1 = 191CCLD = $(CC) 192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 194 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 195AM_V_CCLD = $(am__v_CCLD_@AM_V@) 196am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 197am__v_CCLD_0 = @echo " CCLD " $@; 198am__v_CCLD_1 = 199SOURCES = $(ast_drv_la_SOURCES) 200DIST_SOURCES = $(ast_drv_la_SOURCES) 201am__can_run_installinfo = \ 202 case $$AM_UPDATE_INFO_DIR in \ 203 n|no|NO) false;; \ 204 *) (install-info --version) >/dev/null 2>&1;; \ 205 esac 206am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 207# Read a list of newline-separated strings from the standard input, 208# and print each of them once, without duplicates. Input order is 209# *not* preserved. 210am__uniquify_input = $(AWK) '\ 211 BEGIN { nonempty = 0; } \ 212 { items[$$0] = 1; nonempty = 1; } \ 213 END { if (nonempty) { for (i in items) print i; }; } \ 214' 215# Make sure the list of sources is unique. This is necessary because, 216# e.g., the same source file might be shared among _SOURCES variables 217# for different programs/libraries. 218am__define_uniq_tagged_files = \ 219 list='$(am__tagged_files)'; \ 220 unique=`for i in $$list; do \ 221 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 222 done | $(am__uniquify_input)` 223am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 225ACLOCAL = @ACLOCAL@ 226ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 227ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 228AMTAR = @AMTAR@ 229AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 230APP_MAN_DIR = @APP_MAN_DIR@ 231APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 232AR = @AR@ 233AUTOCONF = @AUTOCONF@ 234AUTOHEADER = @AUTOHEADER@ 235AUTOMAKE = @AUTOMAKE@ 236AWK = @AWK@ 237BASE_CFLAGS = @BASE_CFLAGS@ 238CC = @CC@ 239CCDEPMODE = @CCDEPMODE@ 240CFLAGS = @CFLAGS@ 241CHANGELOG_CMD = @CHANGELOG_CMD@ 242CPPFLAGS = @CPPFLAGS@ 243CSCOPE = @CSCOPE@ 244CTAGS = @CTAGS@ 245CWARNFLAGS = @CWARNFLAGS@ 246CYGPATH_W = @CYGPATH_W@ 247DEFS = @DEFS@ 248DEPDIR = @DEPDIR@ 249DLLTOOL = @DLLTOOL@ 250DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 251DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 252DRIVER_NAME = @DRIVER_NAME@ 253DSYMUTIL = @DSYMUTIL@ 254DUMPBIN = @DUMPBIN@ 255ECHO_C = @ECHO_C@ 256ECHO_N = @ECHO_N@ 257ECHO_T = @ECHO_T@ 258EGREP = @EGREP@ 259ETAGS = @ETAGS@ 260EXEEXT = @EXEEXT@ 261FGREP = @FGREP@ 262FILECMD = @FILECMD@ 263FILE_MAN_DIR = @FILE_MAN_DIR@ 264FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 265GREP = @GREP@ 266INSTALL = @INSTALL@ 267INSTALL_CMD = @INSTALL_CMD@ 268INSTALL_DATA = @INSTALL_DATA@ 269INSTALL_PROGRAM = @INSTALL_PROGRAM@ 270INSTALL_SCRIPT = @INSTALL_SCRIPT@ 271INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 272LD = @LD@ 273LDFLAGS = @LDFLAGS@ 274LIBOBJS = @LIBOBJS@ 275LIBS = @LIBS@ 276LIBTOOL = @LIBTOOL@ 277LIB_MAN_DIR = @LIB_MAN_DIR@ 278LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 279LIPO = @LIPO@ 280LN_S = @LN_S@ 281LTLIBOBJS = @LTLIBOBJS@ 282LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 283MAKEINFO = @MAKEINFO@ 284MANIFEST_TOOL = @MANIFEST_TOOL@ 285MAN_SUBSTS = @MAN_SUBSTS@ 286MISC_MAN_DIR = @MISC_MAN_DIR@ 287MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 288MKDIR_P = @MKDIR_P@ 289NM = @NM@ 290NMEDIT = @NMEDIT@ 291OBJDUMP = @OBJDUMP@ 292OBJEXT = @OBJEXT@ 293OTOOL = @OTOOL@ 294OTOOL64 = @OTOOL64@ 295PACKAGE = @PACKAGE@ 296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 297PACKAGE_NAME = @PACKAGE_NAME@ 298PACKAGE_STRING = @PACKAGE_STRING@ 299PACKAGE_TARNAME = @PACKAGE_TARNAME@ 300PACKAGE_URL = @PACKAGE_URL@ 301PACKAGE_VERSION = @PACKAGE_VERSION@ 302PATH_SEPARATOR = @PATH_SEPARATOR@ 303PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 304PCIACCESS_LIBS = @PCIACCESS_LIBS@ 305PKG_CONFIG = @PKG_CONFIG@ 306PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 307PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 308RANLIB = @RANLIB@ 309SED = @SED@ 310SET_MAKE = @SET_MAKE@ 311SHELL = @SHELL@ 312STRICT_CFLAGS = @STRICT_CFLAGS@ 313STRIP = @STRIP@ 314VERSION = @VERSION@ 315XORG_CFLAGS = @XORG_CFLAGS@ 316XORG_LIBS = @XORG_LIBS@ 317XORG_MAN_PAGE = @XORG_MAN_PAGE@ 318abs_builddir = @abs_builddir@ 319abs_srcdir = @abs_srcdir@ 320abs_top_builddir = @abs_top_builddir@ 321abs_top_srcdir = @abs_top_srcdir@ 322ac_ct_AR = @ac_ct_AR@ 323ac_ct_CC = @ac_ct_CC@ 324ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 325am__include = @am__include@ 326am__leading_dot = @am__leading_dot@ 327am__quote = @am__quote@ 328am__tar = @am__tar@ 329am__untar = @am__untar@ 330bindir = @bindir@ 331build = @build@ 332build_alias = @build_alias@ 333build_cpu = @build_cpu@ 334build_os = @build_os@ 335build_vendor = @build_vendor@ 336builddir = @builddir@ 337datadir = @datadir@ 338datarootdir = @datarootdir@ 339docdir = @docdir@ 340dvidir = @dvidir@ 341exec_prefix = @exec_prefix@ 342host = @host@ 343host_alias = @host_alias@ 344host_cpu = @host_cpu@ 345host_os = @host_os@ 346host_vendor = @host_vendor@ 347htmldir = @htmldir@ 348includedir = @includedir@ 349infodir = @infodir@ 350install_sh = @install_sh@ 351libdir = @libdir@ 352libexecdir = @libexecdir@ 353localedir = @localedir@ 354localstatedir = @localstatedir@ 355mandir = @mandir@ 356mkdir_p = @mkdir_p@ 357moduledir = @moduledir@ 358oldincludedir = @oldincludedir@ 359pdfdir = @pdfdir@ 360prefix = @prefix@ 361program_transform_name = @program_transform_name@ 362psdir = @psdir@ 363runstatedir = @runstatedir@ 364sbindir = @sbindir@ 365sharedstatedir = @sharedstatedir@ 366srcdir = @srcdir@ 367sysconfdir = @sysconfdir@ 368target_alias = @target_alias@ 369top_build_prefix = @top_build_prefix@ 370top_builddir = @top_builddir@ 371top_srcdir = @top_srcdir@ 372 373# this is obnoxious: 374# -module lets us name the module exactly how we want 375# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 376# _ladir passes a dummy rpath to libtool so the thing will actually link 377# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 378AM_CFLAGS = @XORG_CFLAGS@ 379ast_drv_la_LTLIBRARIES = ast_drv.la 380ast_drv_la_LDFLAGS = -module -avoid-version 381ast_drv_ladir = @moduledir@/drivers 382ast_drv_la_SOURCES = \ 383 ast.h \ 384 ast_2dtool.c \ 385 ast_2dtool.h \ 386 ast_accel.c \ 387 ast_cursor.c \ 388 ast_cursor.h \ 389 ast_driver.c \ 390 ast_mode.c \ 391 ast_mode.h \ 392 ast_pcirename.h \ 393 ast_tool.c \ 394 ast_vgatool.c \ 395 ast_vgatool.h \ 396 ast_dp501fw.h \ 397 compat-api.h 398 399all: all-am 400 401.SUFFIXES: 402.SUFFIXES: .c .lo .o .obj 403$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 404 @for dep in $?; do \ 405 case '$(am__configure_deps)' in \ 406 *$$dep*) \ 407 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 408 && { if test -f $@; then exit 0; else break; fi; }; \ 409 exit 1;; \ 410 esac; \ 411 done; \ 412 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 413 $(am__cd) $(top_srcdir) && \ 414 $(AUTOMAKE) --foreign src/Makefile 415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 416 @case '$?' in \ 417 *config.status*) \ 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 419 *) \ 420 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 421 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 422 esac; 423 424$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 426 427$(top_srcdir)/configure: $(am__configure_deps) 428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 429$(ACLOCAL_M4): $(am__aclocal_m4_deps) 430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 431$(am__aclocal_m4_deps): 432 433install-ast_drv_laLTLIBRARIES: $(ast_drv_la_LTLIBRARIES) 434 @$(NORMAL_INSTALL) 435 @list='$(ast_drv_la_LTLIBRARIES)'; test -n "$(ast_drv_ladir)" || list=; \ 436 list2=; for p in $$list; do \ 437 if test -f $$p; then \ 438 list2="$$list2 $$p"; \ 439 else :; fi; \ 440 done; \ 441 test -z "$$list2" || { \ 442 echo " $(MKDIR_P) '$(DESTDIR)$(ast_drv_ladir)'"; \ 443 $(MKDIR_P) "$(DESTDIR)$(ast_drv_ladir)" || exit 1; \ 444 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ast_drv_ladir)'"; \ 445 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ast_drv_ladir)"; \ 446 } 447 448uninstall-ast_drv_laLTLIBRARIES: 449 @$(NORMAL_UNINSTALL) 450 @list='$(ast_drv_la_LTLIBRARIES)'; test -n "$(ast_drv_ladir)" || list=; \ 451 for p in $$list; do \ 452 $(am__strip_dir) \ 453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ast_drv_ladir)/$$f'"; \ 454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ast_drv_ladir)/$$f"; \ 455 done 456 457clean-ast_drv_laLTLIBRARIES: 458 -test -z "$(ast_drv_la_LTLIBRARIES)" || rm -f $(ast_drv_la_LTLIBRARIES) 459 @list='$(ast_drv_la_LTLIBRARIES)'; \ 460 locs=`for p in $$list; do echo $$p; done | \ 461 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 462 sort -u`; \ 463 test -z "$$locs" || { \ 464 echo rm -f $${locs}; \ 465 rm -f $${locs}; \ 466 } 467 468ast_drv.la: $(ast_drv_la_OBJECTS) $(ast_drv_la_DEPENDENCIES) $(EXTRA_ast_drv_la_DEPENDENCIES) 469 $(AM_V_CCLD)$(ast_drv_la_LINK) -rpath $(ast_drv_ladir) $(ast_drv_la_OBJECTS) $(ast_drv_la_LIBADD) $(LIBS) 470 471mostlyclean-compile: 472 -rm -f *.$(OBJEXT) 473 474distclean-compile: 475 -rm -f *.tab.c 476 477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_2dtool.Plo@am__quote@ # am--include-marker 478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_accel.Plo@am__quote@ # am--include-marker 479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_cursor.Plo@am__quote@ # am--include-marker 480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_driver.Plo@am__quote@ # am--include-marker 481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_mode.Plo@am__quote@ # am--include-marker 482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_tool.Plo@am__quote@ # am--include-marker 483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ast_vgatool.Plo@am__quote@ # am--include-marker 484 485$(am__depfiles_remade): 486 @$(MKDIR_P) $(@D) 487 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 488 489am--depfiles: $(am__depfiles_remade) 490 491.c.o: 492@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 493@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 494@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 495@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 496@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 497 498.c.obj: 499@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 500@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 501@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 502@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 503@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 504 505.c.lo: 506@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 507@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 508@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 509@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 510@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 511 512mostlyclean-libtool: 513 -rm -f *.lo 514 515clean-libtool: 516 -rm -rf .libs _libs 517 518ID: $(am__tagged_files) 519 $(am__define_uniq_tagged_files); mkid -fID $$unique 520tags: tags-am 521TAGS: tags 522 523tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 524 set x; \ 525 here=`pwd`; \ 526 $(am__define_uniq_tagged_files); \ 527 shift; \ 528 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 529 test -n "$$unique" || unique=$$empty_fix; \ 530 if test $$# -gt 0; then \ 531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 532 "$$@" $$unique; \ 533 else \ 534 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 535 $$unique; \ 536 fi; \ 537 fi 538ctags: ctags-am 539 540CTAGS: ctags 541ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 542 $(am__define_uniq_tagged_files); \ 543 test -z "$(CTAGS_ARGS)$$unique" \ 544 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 545 $$unique 546 547GTAGS: 548 here=`$(am__cd) $(top_builddir) && pwd` \ 549 && $(am__cd) $(top_srcdir) \ 550 && gtags -i $(GTAGS_ARGS) "$$here" 551cscopelist: cscopelist-am 552 553cscopelist-am: $(am__tagged_files) 554 list='$(am__tagged_files)'; \ 555 case "$(srcdir)" in \ 556 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 557 *) sdir=$(subdir)/$(srcdir) ;; \ 558 esac; \ 559 for i in $$list; do \ 560 if test -f "$$i"; then \ 561 echo "$(subdir)/$$i"; \ 562 else \ 563 echo "$$sdir/$$i"; \ 564 fi; \ 565 done >> $(top_builddir)/cscope.files 566 567distclean-tags: 568 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 569distdir: $(BUILT_SOURCES) 570 $(MAKE) $(AM_MAKEFLAGS) distdir-am 571 572distdir-am: $(DISTFILES) 573 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 575 list='$(DISTFILES)'; \ 576 dist_files=`for file in $$list; do echo $$file; done | \ 577 sed -e "s|^$$srcdirstrip/||;t" \ 578 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 579 case $$dist_files in \ 580 */*) $(MKDIR_P) `echo "$$dist_files" | \ 581 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 582 sort -u` ;; \ 583 esac; \ 584 for file in $$dist_files; do \ 585 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 586 if test -d $$d/$$file; then \ 587 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 588 if test -d "$(distdir)/$$file"; then \ 589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 590 fi; \ 591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 592 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 594 fi; \ 595 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 596 else \ 597 test -f "$(distdir)/$$file" \ 598 || cp -p $$d/$$file "$(distdir)/$$file" \ 599 || exit 1; \ 600 fi; \ 601 done 602check-am: all-am 603check: check-am 604all-am: Makefile $(LTLIBRARIES) 605installdirs: 606 for dir in "$(DESTDIR)$(ast_drv_ladir)"; do \ 607 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 608 done 609install: install-am 610install-exec: install-exec-am 611install-data: install-data-am 612uninstall: uninstall-am 613 614install-am: all-am 615 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 616 617installcheck: installcheck-am 618install-strip: 619 if test -z '$(STRIP)'; then \ 620 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 621 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 622 install; \ 623 else \ 624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 626 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 627 fi 628mostlyclean-generic: 629 630clean-generic: 631 632distclean-generic: 633 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 634 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 635 636maintainer-clean-generic: 637 @echo "This command is intended for maintainers to use" 638 @echo "it deletes files that may require special tools to rebuild." 639clean: clean-am 640 641clean-am: clean-ast_drv_laLTLIBRARIES clean-generic clean-libtool \ 642 mostlyclean-am 643 644distclean: distclean-am 645 -rm -f ./$(DEPDIR)/ast_2dtool.Plo 646 -rm -f ./$(DEPDIR)/ast_accel.Plo 647 -rm -f ./$(DEPDIR)/ast_cursor.Plo 648 -rm -f ./$(DEPDIR)/ast_driver.Plo 649 -rm -f ./$(DEPDIR)/ast_mode.Plo 650 -rm -f ./$(DEPDIR)/ast_tool.Plo 651 -rm -f ./$(DEPDIR)/ast_vgatool.Plo 652 -rm -f Makefile 653distclean-am: clean-am distclean-compile distclean-generic \ 654 distclean-tags 655 656dvi: dvi-am 657 658dvi-am: 659 660html: html-am 661 662html-am: 663 664info: info-am 665 666info-am: 667 668install-data-am: install-ast_drv_laLTLIBRARIES 669 670install-dvi: install-dvi-am 671 672install-dvi-am: 673 674install-exec-am: 675 676install-html: install-html-am 677 678install-html-am: 679 680install-info: install-info-am 681 682install-info-am: 683 684install-man: 685 686install-pdf: install-pdf-am 687 688install-pdf-am: 689 690install-ps: install-ps-am 691 692install-ps-am: 693 694installcheck-am: 695 696maintainer-clean: maintainer-clean-am 697 -rm -f ./$(DEPDIR)/ast_2dtool.Plo 698 -rm -f ./$(DEPDIR)/ast_accel.Plo 699 -rm -f ./$(DEPDIR)/ast_cursor.Plo 700 -rm -f ./$(DEPDIR)/ast_driver.Plo 701 -rm -f ./$(DEPDIR)/ast_mode.Plo 702 -rm -f ./$(DEPDIR)/ast_tool.Plo 703 -rm -f ./$(DEPDIR)/ast_vgatool.Plo 704 -rm -f Makefile 705maintainer-clean-am: distclean-am maintainer-clean-generic 706 707mostlyclean: mostlyclean-am 708 709mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 710 mostlyclean-libtool 711 712pdf: pdf-am 713 714pdf-am: 715 716ps: ps-am 717 718ps-am: 719 720uninstall-am: uninstall-ast_drv_laLTLIBRARIES 721 722.MAKE: install-am install-strip 723 724.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 725 clean-ast_drv_laLTLIBRARIES clean-generic clean-libtool \ 726 cscopelist-am ctags ctags-am distclean distclean-compile \ 727 distclean-generic distclean-libtool distclean-tags distdir dvi \ 728 dvi-am html html-am info info-am install install-am \ 729 install-ast_drv_laLTLIBRARIES install-data install-data-am \ 730 install-dvi install-dvi-am install-exec install-exec-am \ 731 install-html install-html-am install-info install-info-am \ 732 install-man install-pdf install-pdf-am install-ps \ 733 install-ps-am install-strip installcheck installcheck-am \ 734 installdirs maintainer-clean maintainer-clean-generic \ 735 mostlyclean mostlyclean-compile mostlyclean-generic \ 736 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 737 uninstall-am uninstall-ast_drv_laLTLIBRARIES 738 739.PRECIOUS: Makefile 740 741 742# Tell versions [3.59,3.63) of GNU make to not export all variables. 743# Otherwise a system limit (for SysV at least) may be exceeded. 744.NOEXPORT: 745