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