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