Makefile.in revision 4a8d91dc
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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)$(i128_drv_ladir)" 149LTLIBRARIES = $(i128_drv_la_LTLIBRARIES) 150i128_drv_la_LIBADD = 151am_i128_drv_la_OBJECTS = i128accel.lo i128dga.lo i128exa.lo \ 152 i128_driver.lo i128IBMDAC.lo i128init.lo 153i128_drv_la_OBJECTS = $(am_i128_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 = 158i128_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 160 $(i128_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__depfiles_maybe = depfiles 176am__mv = mv -f 177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 180 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 181 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 182 $(AM_CFLAGS) $(CFLAGS) 183AM_V_CC = $(am__v_CC_@AM_V@) 184am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 185am__v_CC_0 = @echo " CC " $@; 186am__v_CC_1 = 187CCLD = $(CC) 188LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 190 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 191AM_V_CCLD = $(am__v_CCLD_@AM_V@) 192am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 193am__v_CCLD_0 = @echo " CCLD " $@; 194am__v_CCLD_1 = 195SOURCES = $(i128_drv_la_SOURCES) 196DIST_SOURCES = $(i128_drv_la_SOURCES) 197am__can_run_installinfo = \ 198 case $$AM_UPDATE_INFO_DIR in \ 199 n|no|NO) false;; \ 200 *) (install-info --version) >/dev/null 2>&1;; \ 201 esac 202am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 203# Read a list of newline-separated strings from the standard input, 204# and print each of them once, without duplicates. Input order is 205# *not* preserved. 206am__uniquify_input = $(AWK) '\ 207 BEGIN { nonempty = 0; } \ 208 { items[$$0] = 1; nonempty = 1; } \ 209 END { if (nonempty) { for (i in items) print i; }; } \ 210' 211# Make sure the list of sources is unique. This is necessary because, 212# e.g., the same source file might be shared among _SOURCES variables 213# for different programs/libraries. 214am__define_uniq_tagged_files = \ 215 list='$(am__tagged_files)'; \ 216 unique=`for i in $$list; do \ 217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 218 done | $(am__uniquify_input)` 219ETAGS = etags 220CTAGS = ctags 221am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 223ACLOCAL = @ACLOCAL@ 224ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 225ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 226AMTAR = @AMTAR@ 227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 228APP_MAN_DIR = @APP_MAN_DIR@ 229APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 230AR = @AR@ 231AUTOCONF = @AUTOCONF@ 232AUTOHEADER = @AUTOHEADER@ 233AUTOMAKE = @AUTOMAKE@ 234AWK = @AWK@ 235BASE_CFLAGS = @BASE_CFLAGS@ 236CC = @CC@ 237CCDEPMODE = @CCDEPMODE@ 238CFLAGS = @CFLAGS@ 239CHANGELOG_CMD = @CHANGELOG_CMD@ 240CPP = @CPP@ 241CPPFLAGS = @CPPFLAGS@ 242CWARNFLAGS = @CWARNFLAGS@ 243CYGPATH_W = @CYGPATH_W@ 244DEFS = @DEFS@ 245DEPDIR = @DEPDIR@ 246DLLTOOL = @DLLTOOL@ 247DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 248DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 249DRIVER_NAME = @DRIVER_NAME@ 250DSYMUTIL = @DSYMUTIL@ 251DUMPBIN = @DUMPBIN@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255EGREP = @EGREP@ 256EXEEXT = @EXEEXT@ 257FGREP = @FGREP@ 258FILE_MAN_DIR = @FILE_MAN_DIR@ 259FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 260GREP = @GREP@ 261INSTALL = @INSTALL@ 262INSTALL_CMD = @INSTALL_CMD@ 263INSTALL_DATA = @INSTALL_DATA@ 264INSTALL_PROGRAM = @INSTALL_PROGRAM@ 265INSTALL_SCRIPT = @INSTALL_SCRIPT@ 266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 267LD = @LD@ 268LDFLAGS = @LDFLAGS@ 269LIBOBJS = @LIBOBJS@ 270LIBS = @LIBS@ 271LIBTOOL = @LIBTOOL@ 272LIB_MAN_DIR = @LIB_MAN_DIR@ 273LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 274LIPO = @LIPO@ 275LN_S = @LN_S@ 276LTLIBOBJS = @LTLIBOBJS@ 277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 278MAINT = @MAINT@ 279MAKEINFO = @MAKEINFO@ 280MANIFEST_TOOL = @MANIFEST_TOOL@ 281MAN_SUBSTS = @MAN_SUBSTS@ 282MISC_MAN_DIR = @MISC_MAN_DIR@ 283MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 284MKDIR_P = @MKDIR_P@ 285NM = @NM@ 286NMEDIT = @NMEDIT@ 287OBJDUMP = @OBJDUMP@ 288OBJEXT = @OBJEXT@ 289OTOOL = @OTOOL@ 290OTOOL64 = @OTOOL64@ 291PACKAGE = @PACKAGE@ 292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 293PACKAGE_NAME = @PACKAGE_NAME@ 294PACKAGE_STRING = @PACKAGE_STRING@ 295PACKAGE_TARNAME = @PACKAGE_TARNAME@ 296PACKAGE_URL = @PACKAGE_URL@ 297PACKAGE_VERSION = @PACKAGE_VERSION@ 298PATH_SEPARATOR = @PATH_SEPARATOR@ 299PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 300PCIACCESS_LIBS = @PCIACCESS_LIBS@ 301PKG_CONFIG = @PKG_CONFIG@ 302PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 303PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 304RANLIB = @RANLIB@ 305SED = @SED@ 306SET_MAKE = @SET_MAKE@ 307SHELL = @SHELL@ 308STRICT_CFLAGS = @STRICT_CFLAGS@ 309STRIP = @STRIP@ 310VERSION = @VERSION@ 311XORG_CFLAGS = @XORG_CFLAGS@ 312XORG_LIBS = @XORG_LIBS@ 313XORG_MAN_PAGE = @XORG_MAN_PAGE@ 314abs_builddir = @abs_builddir@ 315abs_srcdir = @abs_srcdir@ 316abs_top_builddir = @abs_top_builddir@ 317abs_top_srcdir = @abs_top_srcdir@ 318ac_ct_AR = @ac_ct_AR@ 319ac_ct_CC = @ac_ct_CC@ 320ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 321am__include = @am__include@ 322am__leading_dot = @am__leading_dot@ 323am__quote = @am__quote@ 324am__tar = @am__tar@ 325am__untar = @am__untar@ 326bindir = @bindir@ 327build = @build@ 328build_alias = @build_alias@ 329build_cpu = @build_cpu@ 330build_os = @build_os@ 331build_vendor = @build_vendor@ 332builddir = @builddir@ 333datadir = @datadir@ 334datarootdir = @datarootdir@ 335docdir = @docdir@ 336dvidir = @dvidir@ 337exec_prefix = @exec_prefix@ 338host = @host@ 339host_alias = @host_alias@ 340host_cpu = @host_cpu@ 341host_os = @host_os@ 342host_vendor = @host_vendor@ 343htmldir = @htmldir@ 344includedir = @includedir@ 345infodir = @infodir@ 346install_sh = @install_sh@ 347libdir = @libdir@ 348libexecdir = @libexecdir@ 349localedir = @localedir@ 350localstatedir = @localstatedir@ 351mandir = @mandir@ 352mkdir_p = @mkdir_p@ 353moduledir = @moduledir@ 354oldincludedir = @oldincludedir@ 355pdfdir = @pdfdir@ 356prefix = @prefix@ 357program_transform_name = @program_transform_name@ 358psdir = @psdir@ 359runstatedir = @runstatedir@ 360sbindir = @sbindir@ 361sharedstatedir = @sharedstatedir@ 362srcdir = @srcdir@ 363sysconfdir = @sysconfdir@ 364target_alias = @target_alias@ 365top_build_prefix = @top_build_prefix@ 366top_builddir = @top_builddir@ 367top_srcdir = @top_srcdir@ 368 369# this is obnoxious: 370# -module lets us name the module exactly how we want 371# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 372# _ladir passes a dummy rpath to libtool so the thing will actually link 373# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 374AM_CFLAGS = @XORG_CFLAGS@ 375i128_drv_la_LTLIBRARIES = i128_drv.la 376i128_drv_la_LDFLAGS = -module -avoid-version 377i128_drv_ladir = @moduledir@/drivers 378i128_drv_la_SOURCES = \ 379 compat-api.h \ 380 i128accel.c \ 381 i128dga.c \ 382 i128exa.c \ 383 i128_driver.c \ 384 i128.h \ 385 i128IBMDAC.c \ 386 i128init.c \ 387 i128pcirename.h \ 388 i128reg.h \ 389 IBMRGB.h \ 390 Ti302X.h 391 392all: all-am 393 394.SUFFIXES: 395.SUFFIXES: .c .lo .o .obj 396$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 397 @for dep in $?; do \ 398 case '$(am__configure_deps)' in \ 399 *$$dep*) \ 400 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 401 && { if test -f $@; then exit 0; else break; fi; }; \ 402 exit 1;; \ 403 esac; \ 404 done; \ 405 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 406 $(am__cd) $(top_srcdir) && \ 407 $(AUTOMAKE) --foreign src/Makefile 408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 409 @case '$?' in \ 410 *config.status*) \ 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 412 *) \ 413 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 414 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 415 esac; 416 417$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 419 420$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 422$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 424$(am__aclocal_m4_deps): 425 426install-i128_drv_laLTLIBRARIES: $(i128_drv_la_LTLIBRARIES) 427 @$(NORMAL_INSTALL) 428 @list='$(i128_drv_la_LTLIBRARIES)'; test -n "$(i128_drv_ladir)" || list=; \ 429 list2=; for p in $$list; do \ 430 if test -f $$p; then \ 431 list2="$$list2 $$p"; \ 432 else :; fi; \ 433 done; \ 434 test -z "$$list2" || { \ 435 echo " $(MKDIR_P) '$(DESTDIR)$(i128_drv_ladir)'"; \ 436 $(MKDIR_P) "$(DESTDIR)$(i128_drv_ladir)" || exit 1; \ 437 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(i128_drv_ladir)'"; \ 438 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(i128_drv_ladir)"; \ 439 } 440 441uninstall-i128_drv_laLTLIBRARIES: 442 @$(NORMAL_UNINSTALL) 443 @list='$(i128_drv_la_LTLIBRARIES)'; test -n "$(i128_drv_ladir)" || list=; \ 444 for p in $$list; do \ 445 $(am__strip_dir) \ 446 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(i128_drv_ladir)/$$f'"; \ 447 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(i128_drv_ladir)/$$f"; \ 448 done 449 450clean-i128_drv_laLTLIBRARIES: 451 -test -z "$(i128_drv_la_LTLIBRARIES)" || rm -f $(i128_drv_la_LTLIBRARIES) 452 @list='$(i128_drv_la_LTLIBRARIES)'; \ 453 locs=`for p in $$list; do echo $$p; done | \ 454 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 455 sort -u`; \ 456 test -z "$$locs" || { \ 457 echo rm -f $${locs}; \ 458 rm -f $${locs}; \ 459 } 460 461i128_drv.la: $(i128_drv_la_OBJECTS) $(i128_drv_la_DEPENDENCIES) $(EXTRA_i128_drv_la_DEPENDENCIES) 462 $(AM_V_CCLD)$(i128_drv_la_LINK) -rpath $(i128_drv_ladir) $(i128_drv_la_OBJECTS) $(i128_drv_la_LIBADD) $(LIBS) 463 464mostlyclean-compile: 465 -rm -f *.$(OBJEXT) 466 467distclean-compile: 468 -rm -f *.tab.c 469 470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128IBMDAC.Plo@am__quote@ 471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128_driver.Plo@am__quote@ 472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128accel.Plo@am__quote@ 473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128dga.Plo@am__quote@ 474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128exa.Plo@am__quote@ 475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i128init.Plo@am__quote@ 476 477.c.o: 478@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 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 -o $@ $< 483 484.c.obj: 485@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 486@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 487@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 488@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 489@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 490 491.c.lo: 492@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 493@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 494@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 495@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 496@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 497 498mostlyclean-libtool: 499 -rm -f *.lo 500 501clean-libtool: 502 -rm -rf .libs _libs 503 504ID: $(am__tagged_files) 505 $(am__define_uniq_tagged_files); mkid -fID $$unique 506tags: tags-am 507TAGS: tags 508 509tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 510 set x; \ 511 here=`pwd`; \ 512 $(am__define_uniq_tagged_files); \ 513 shift; \ 514 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 515 test -n "$$unique" || unique=$$empty_fix; \ 516 if test $$# -gt 0; then \ 517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 518 "$$@" $$unique; \ 519 else \ 520 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 521 $$unique; \ 522 fi; \ 523 fi 524ctags: ctags-am 525 526CTAGS: ctags 527ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 528 $(am__define_uniq_tagged_files); \ 529 test -z "$(CTAGS_ARGS)$$unique" \ 530 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 531 $$unique 532 533GTAGS: 534 here=`$(am__cd) $(top_builddir) && pwd` \ 535 && $(am__cd) $(top_srcdir) \ 536 && gtags -i $(GTAGS_ARGS) "$$here" 537cscopelist: cscopelist-am 538 539cscopelist-am: $(am__tagged_files) 540 list='$(am__tagged_files)'; \ 541 case "$(srcdir)" in \ 542 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 543 *) sdir=$(subdir)/$(srcdir) ;; \ 544 esac; \ 545 for i in $$list; do \ 546 if test -f "$$i"; then \ 547 echo "$(subdir)/$$i"; \ 548 else \ 549 echo "$$sdir/$$i"; \ 550 fi; \ 551 done >> $(top_builddir)/cscope.files 552 553distclean-tags: 554 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 555 556distdir: $(DISTFILES) 557 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 558 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 559 list='$(DISTFILES)'; \ 560 dist_files=`for file in $$list; do echo $$file; done | \ 561 sed -e "s|^$$srcdirstrip/||;t" \ 562 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 563 case $$dist_files in \ 564 */*) $(MKDIR_P) `echo "$$dist_files" | \ 565 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 566 sort -u` ;; \ 567 esac; \ 568 for file in $$dist_files; do \ 569 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 570 if test -d $$d/$$file; then \ 571 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 572 if test -d "$(distdir)/$$file"; then \ 573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 574 fi; \ 575 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 576 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 577 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 578 fi; \ 579 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 580 else \ 581 test -f "$(distdir)/$$file" \ 582 || cp -p $$d/$$file "$(distdir)/$$file" \ 583 || exit 1; \ 584 fi; \ 585 done 586check-am: all-am 587check: check-am 588all-am: Makefile $(LTLIBRARIES) 589installdirs: 590 for dir in "$(DESTDIR)$(i128_drv_ladir)"; do \ 591 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 592 done 593install: install-am 594install-exec: install-exec-am 595install-data: install-data-am 596uninstall: uninstall-am 597 598install-am: all-am 599 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 600 601installcheck: installcheck-am 602install-strip: 603 if test -z '$(STRIP)'; then \ 604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 606 install; \ 607 else \ 608 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 609 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 610 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 611 fi 612mostlyclean-generic: 613 614clean-generic: 615 616distclean-generic: 617 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 618 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 619 620maintainer-clean-generic: 621 @echo "This command is intended for maintainers to use" 622 @echo "it deletes files that may require special tools to rebuild." 623clean: clean-am 624 625clean-am: clean-generic clean-i128_drv_laLTLIBRARIES clean-libtool \ 626 mostlyclean-am 627 628distclean: distclean-am 629 -rm -rf ./$(DEPDIR) 630 -rm -f Makefile 631distclean-am: clean-am distclean-compile distclean-generic \ 632 distclean-tags 633 634dvi: dvi-am 635 636dvi-am: 637 638html: html-am 639 640html-am: 641 642info: info-am 643 644info-am: 645 646install-data-am: install-i128_drv_laLTLIBRARIES 647 648install-dvi: install-dvi-am 649 650install-dvi-am: 651 652install-exec-am: 653 654install-html: install-html-am 655 656install-html-am: 657 658install-info: install-info-am 659 660install-info-am: 661 662install-man: 663 664install-pdf: install-pdf-am 665 666install-pdf-am: 667 668install-ps: install-ps-am 669 670install-ps-am: 671 672installcheck-am: 673 674maintainer-clean: maintainer-clean-am 675 -rm -rf ./$(DEPDIR) 676 -rm -f Makefile 677maintainer-clean-am: distclean-am maintainer-clean-generic 678 679mostlyclean: mostlyclean-am 680 681mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 682 mostlyclean-libtool 683 684pdf: pdf-am 685 686pdf-am: 687 688ps: ps-am 689 690ps-am: 691 692uninstall-am: uninstall-i128_drv_laLTLIBRARIES 693 694.MAKE: install-am install-strip 695 696.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 697 clean-i128_drv_laLTLIBRARIES clean-libtool cscopelist-am ctags \ 698 ctags-am distclean distclean-compile distclean-generic \ 699 distclean-libtool distclean-tags distdir dvi dvi-am html \ 700 html-am info info-am install install-am install-data \ 701 install-data-am install-dvi install-dvi-am install-exec \ 702 install-exec-am install-html install-html-am \ 703 install-i128_drv_laLTLIBRARIES install-info install-info-am \ 704 install-man install-pdf install-pdf-am install-ps \ 705 install-ps-am install-strip installcheck installcheck-am \ 706 installdirs maintainer-clean maintainer-clean-generic \ 707 mostlyclean mostlyclean-compile mostlyclean-generic \ 708 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 709 uninstall-am uninstall-i128_drv_laLTLIBRARIES 710 711.PRECIOUS: Makefile 712 713 714# Tell versions [3.59,3.63) of GNU make to not export all variables. 715# Otherwise a system limit (for SysV at least) may be exceeded. 716.NOEXPORT: 717