Makefile.in revision 9586ba5a
1# Makefile.in generated by automake 1.14.1 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@ 101@XAA_TRUE@am__append_1 = \ 102@XAA_TRUE@ alp_xaa.c \ 103@XAA_TRUE@ alp_xaam.c 104 105@XAA_TRUE@am__append_2 = \ 106@XAA_TRUE@ lg_xaa.c \ 107@XAA_TRUE@ lg_xaa.h 108 109subdir = src 110DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 111 $(top_srcdir)/depcomp 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) 116mkinstalldirs = $(install_sh) -d 117CONFIG_HEADER = $(top_builddir)/config.h 118CONFIG_CLEAN_FILES = 119CONFIG_CLEAN_VPATH_FILES = 120am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 121am__vpath_adj = case $$p in \ 122 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 123 *) f=$$p;; \ 124 esac; 125am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 126am__install_max = 40 127am__nobase_strip_setup = \ 128 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 129am__nobase_strip = \ 130 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 131am__nobase_list = $(am__nobase_strip_setup); \ 132 for p in $$list; do echo "$$p $$p"; done | \ 133 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 134 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 135 if (++n[$$2] == $(am__install_max)) \ 136 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 137 END { for (dir in files) print dir, files[dir] }' 138am__base_list = \ 139 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 140 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 141am__uninstall_files_from_dir = { \ 142 test -z "$$files" \ 143 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 144 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 145 $(am__cd) "$$dir" && rm -f $$files; }; \ 146 } 147am__installdirs = "$(DESTDIR)$(cirrus_alpine_ladir)" \ 148 "$(DESTDIR)$(cirrus_drv_ladir)" \ 149 "$(DESTDIR)$(cirrus_laguna_ladir)" 150LTLIBRARIES = $(cirrus_alpine_la_LTLIBRARIES) \ 151 $(cirrus_drv_la_LTLIBRARIES) $(cirrus_laguna_la_LTLIBRARIES) 152cirrus_alpine_la_LIBADD = 153am__cirrus_alpine_la_SOURCES_DIST = alp_driver.c alp.h alp_hwcurs.c \ 154 alp_i2c.c alp_xaa.c alp_xaam.c 155@XAA_TRUE@am__objects_1 = alp_xaa.lo alp_xaam.lo 156am_cirrus_alpine_la_OBJECTS = alp_driver.lo alp_hwcurs.lo alp_i2c.lo \ 157 $(am__objects_1) 158cirrus_alpine_la_OBJECTS = $(am_cirrus_alpine_la_OBJECTS) 159AM_V_lt = $(am__v_lt_@AM_V@) 160am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 161am__v_lt_0 = --silent 162am__v_lt_1 = 163cirrus_alpine_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 164 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 165 $(AM_CFLAGS) $(CFLAGS) $(cirrus_alpine_la_LDFLAGS) $(LDFLAGS) \ 166 -o $@ 167cirrus_drv_la_LIBADD = 168am_cirrus_drv_la_OBJECTS = cir_dga.lo cir_driver.lo CirrusClk.lo \ 169 cir_shadow.lo 170cirrus_drv_la_OBJECTS = $(am_cirrus_drv_la_OBJECTS) 171cirrus_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 173 $(cirrus_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 174cirrus_laguna_la_LIBADD = 175am__cirrus_laguna_la_SOURCES_DIST = lg_driver.c lg.h lg_hwcurs.c \ 176 lg_i2c.c lg_xaa.c lg_xaa.h 177@XAA_TRUE@am__objects_2 = lg_xaa.lo 178am_cirrus_laguna_la_OBJECTS = lg_driver.lo lg_hwcurs.lo lg_i2c.lo \ 179 $(am__objects_2) 180cirrus_laguna_la_OBJECTS = $(am_cirrus_laguna_la_OBJECTS) 181cirrus_laguna_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 182 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 183 $(AM_CFLAGS) $(CFLAGS) $(cirrus_laguna_la_LDFLAGS) $(LDFLAGS) \ 184 -o $@ 185AM_V_P = $(am__v_P_@AM_V@) 186am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 187am__v_P_0 = false 188am__v_P_1 = : 189AM_V_GEN = $(am__v_GEN_@AM_V@) 190am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 191am__v_GEN_0 = @echo " GEN " $@; 192am__v_GEN_1 = 193AM_V_at = $(am__v_at_@AM_V@) 194am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 195am__v_at_0 = @ 196am__v_at_1 = 197DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 198depcomp = $(SHELL) $(top_srcdir)/depcomp 199am__depfiles_maybe = depfiles 200am__mv = mv -f 201COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 202 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 203LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 204 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 205 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 206 $(AM_CFLAGS) $(CFLAGS) 207AM_V_CC = $(am__v_CC_@AM_V@) 208am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 209am__v_CC_0 = @echo " CC " $@; 210am__v_CC_1 = 211CCLD = $(CC) 212LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 213 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 214 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 215AM_V_CCLD = $(am__v_CCLD_@AM_V@) 216am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 217am__v_CCLD_0 = @echo " CCLD " $@; 218am__v_CCLD_1 = 219SOURCES = $(cirrus_alpine_la_SOURCES) $(cirrus_drv_la_SOURCES) \ 220 $(cirrus_laguna_la_SOURCES) 221DIST_SOURCES = $(am__cirrus_alpine_la_SOURCES_DIST) \ 222 $(cirrus_drv_la_SOURCES) $(am__cirrus_laguna_la_SOURCES_DIST) 223am__can_run_installinfo = \ 224 case $$AM_UPDATE_INFO_DIR in \ 225 n|no|NO) false;; \ 226 *) (install-info --version) >/dev/null 2>&1;; \ 227 esac 228am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 229# Read a list of newline-separated strings from the standard input, 230# and print each of them once, without duplicates. Input order is 231# *not* preserved. 232am__uniquify_input = $(AWK) '\ 233 BEGIN { nonempty = 0; } \ 234 { items[$$0] = 1; nonempty = 1; } \ 235 END { if (nonempty) { for (i in items) print i; }; } \ 236' 237# Make sure the list of sources is unique. This is necessary because, 238# e.g., the same source file might be shared among _SOURCES variables 239# for different programs/libraries. 240am__define_uniq_tagged_files = \ 241 list='$(am__tagged_files)'; \ 242 unique=`for i in $$list; do \ 243 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 244 done | $(am__uniquify_input)` 245ETAGS = etags 246CTAGS = ctags 247DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 248ACLOCAL = @ACLOCAL@ 249ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 250ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 251AMTAR = @AMTAR@ 252AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 253APP_MAN_DIR = @APP_MAN_DIR@ 254APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 255AR = @AR@ 256AUTOCONF = @AUTOCONF@ 257AUTOHEADER = @AUTOHEADER@ 258AUTOMAKE = @AUTOMAKE@ 259AWK = @AWK@ 260BASE_CFLAGS = @BASE_CFLAGS@ 261CC = @CC@ 262CCDEPMODE = @CCDEPMODE@ 263CFLAGS = @CFLAGS@ 264CHANGELOG_CMD = @CHANGELOG_CMD@ 265CPP = @CPP@ 266CPPFLAGS = @CPPFLAGS@ 267CWARNFLAGS = @CWARNFLAGS@ 268CYGPATH_W = @CYGPATH_W@ 269DEFS = @DEFS@ 270DEPDIR = @DEPDIR@ 271DLLTOOL = @DLLTOOL@ 272DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 273DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 274DRIVER_NAME = @DRIVER_NAME@ 275DSYMUTIL = @DSYMUTIL@ 276DUMPBIN = @DUMPBIN@ 277ECHO_C = @ECHO_C@ 278ECHO_N = @ECHO_N@ 279ECHO_T = @ECHO_T@ 280EGREP = @EGREP@ 281EXEEXT = @EXEEXT@ 282FGREP = @FGREP@ 283FILE_MAN_DIR = @FILE_MAN_DIR@ 284FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 285GREP = @GREP@ 286INSTALL = @INSTALL@ 287INSTALL_CMD = @INSTALL_CMD@ 288INSTALL_DATA = @INSTALL_DATA@ 289INSTALL_PROGRAM = @INSTALL_PROGRAM@ 290INSTALL_SCRIPT = @INSTALL_SCRIPT@ 291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 292LD = @LD@ 293LDFLAGS = @LDFLAGS@ 294LIBOBJS = @LIBOBJS@ 295LIBS = @LIBS@ 296LIBTOOL = @LIBTOOL@ 297LIB_MAN_DIR = @LIB_MAN_DIR@ 298LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 299LIPO = @LIPO@ 300LN_S = @LN_S@ 301LTLIBOBJS = @LTLIBOBJS@ 302MAKEINFO = @MAKEINFO@ 303MANIFEST_TOOL = @MANIFEST_TOOL@ 304MAN_SUBSTS = @MAN_SUBSTS@ 305MISC_MAN_DIR = @MISC_MAN_DIR@ 306MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 307MKDIR_P = @MKDIR_P@ 308NM = @NM@ 309NMEDIT = @NMEDIT@ 310OBJDUMP = @OBJDUMP@ 311OBJEXT = @OBJEXT@ 312OTOOL = @OTOOL@ 313OTOOL64 = @OTOOL64@ 314PACKAGE = @PACKAGE@ 315PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 316PACKAGE_NAME = @PACKAGE_NAME@ 317PACKAGE_STRING = @PACKAGE_STRING@ 318PACKAGE_TARNAME = @PACKAGE_TARNAME@ 319PACKAGE_URL = @PACKAGE_URL@ 320PACKAGE_VERSION = @PACKAGE_VERSION@ 321PATH_SEPARATOR = @PATH_SEPARATOR@ 322PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 323PCIACCESS_LIBS = @PCIACCESS_LIBS@ 324PKG_CONFIG = @PKG_CONFIG@ 325PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 326PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 327RANLIB = @RANLIB@ 328SED = @SED@ 329SET_MAKE = @SET_MAKE@ 330SHELL = @SHELL@ 331STRICT_CFLAGS = @STRICT_CFLAGS@ 332STRIP = @STRIP@ 333VERSION = @VERSION@ 334XORG_CFLAGS = @XORG_CFLAGS@ 335XORG_LIBS = @XORG_LIBS@ 336XORG_MAN_PAGE = @XORG_MAN_PAGE@ 337abs_builddir = @abs_builddir@ 338abs_srcdir = @abs_srcdir@ 339abs_top_builddir = @abs_top_builddir@ 340abs_top_srcdir = @abs_top_srcdir@ 341ac_ct_AR = @ac_ct_AR@ 342ac_ct_CC = @ac_ct_CC@ 343ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 344am__include = @am__include@ 345am__leading_dot = @am__leading_dot@ 346am__quote = @am__quote@ 347am__tar = @am__tar@ 348am__untar = @am__untar@ 349bindir = @bindir@ 350build = @build@ 351build_alias = @build_alias@ 352build_cpu = @build_cpu@ 353build_os = @build_os@ 354build_vendor = @build_vendor@ 355builddir = @builddir@ 356datadir = @datadir@ 357datarootdir = @datarootdir@ 358docdir = @docdir@ 359dvidir = @dvidir@ 360exec_prefix = @exec_prefix@ 361host = @host@ 362host_alias = @host_alias@ 363host_cpu = @host_cpu@ 364host_os = @host_os@ 365host_vendor = @host_vendor@ 366htmldir = @htmldir@ 367includedir = @includedir@ 368infodir = @infodir@ 369install_sh = @install_sh@ 370libdir = @libdir@ 371libexecdir = @libexecdir@ 372localedir = @localedir@ 373localstatedir = @localstatedir@ 374mandir = @mandir@ 375mkdir_p = @mkdir_p@ 376moduledir = @moduledir@ 377oldincludedir = @oldincludedir@ 378pdfdir = @pdfdir@ 379prefix = @prefix@ 380program_transform_name = @program_transform_name@ 381psdir = @psdir@ 382sbindir = @sbindir@ 383sharedstatedir = @sharedstatedir@ 384srcdir = @srcdir@ 385sysconfdir = @sysconfdir@ 386target_alias = @target_alias@ 387top_build_prefix = @top_build_prefix@ 388top_builddir = @top_builddir@ 389top_srcdir = @top_srcdir@ 390 391# this is obnoxious: 392# -module lets us name the module exactly how we want 393# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 394# _ladir passes a dummy rpath to libtool so the thing will actually link 395# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 396AM_CFLAGS = @XORG_CFLAGS@ $(CWARNFLAGS) 397cirrus_drv_la_LTLIBRARIES = cirrus_drv.la 398cirrus_drv_la_LDFLAGS = -module -avoid-version 399cirrus_drv_ladir = @moduledir@/drivers 400cirrus_drv_la_SOURCES = \ 401 cir_dga.c \ 402 cir_driver.c \ 403 cir.h \ 404 CirrusClk.c \ 405 cir_shadow.c \ 406 cir_pcirename.h \ 407 compat-api.h 408 409cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la 410cirrus_alpine_la_LDFLAGS = -module -avoid-version 411cirrus_alpine_ladir = @moduledir@/drivers 412cirrus_alpine_la_SOURCES = alp_driver.c alp.h alp_hwcurs.c alp_i2c.c \ 413 $(am__append_1) 414cirrus_laguna_la_LTLIBRARIES = cirrus_laguna.la 415cirrus_laguna_la_LDFLAGS = -module -avoid-version 416cirrus_laguna_ladir = @moduledir@/drivers 417cirrus_laguna_la_SOURCES = lg_driver.c lg.h lg_hwcurs.c lg_i2c.c \ 418 $(am__append_2) 419all: all-am 420 421.SUFFIXES: 422.SUFFIXES: .c .lo .o .obj 423$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 424 @for dep in $?; do \ 425 case '$(am__configure_deps)' in \ 426 *$$dep*) \ 427 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 428 && { if test -f $@; then exit 0; else break; fi; }; \ 429 exit 1;; \ 430 esac; \ 431 done; \ 432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 433 $(am__cd) $(top_srcdir) && \ 434 $(AUTOMAKE) --foreign src/Makefile 435.PRECIOUS: Makefile 436Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 437 @case '$?' in \ 438 *config.status*) \ 439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 440 *) \ 441 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 442 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 443 esac; 444 445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 446 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 447 448$(top_srcdir)/configure: $(am__configure_deps) 449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 450$(ACLOCAL_M4): $(am__aclocal_m4_deps) 451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 452$(am__aclocal_m4_deps): 453 454install-cirrus_alpine_laLTLIBRARIES: $(cirrus_alpine_la_LTLIBRARIES) 455 @$(NORMAL_INSTALL) 456 @list='$(cirrus_alpine_la_LTLIBRARIES)'; test -n "$(cirrus_alpine_ladir)" || list=; \ 457 list2=; for p in $$list; do \ 458 if test -f $$p; then \ 459 list2="$$list2 $$p"; \ 460 else :; fi; \ 461 done; \ 462 test -z "$$list2" || { \ 463 echo " $(MKDIR_P) '$(DESTDIR)$(cirrus_alpine_ladir)'"; \ 464 $(MKDIR_P) "$(DESTDIR)$(cirrus_alpine_ladir)" || exit 1; \ 465 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cirrus_alpine_ladir)'"; \ 466 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cirrus_alpine_ladir)"; \ 467 } 468 469uninstall-cirrus_alpine_laLTLIBRARIES: 470 @$(NORMAL_UNINSTALL) 471 @list='$(cirrus_alpine_la_LTLIBRARIES)'; test -n "$(cirrus_alpine_ladir)" || list=; \ 472 for p in $$list; do \ 473 $(am__strip_dir) \ 474 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_alpine_ladir)/$$f'"; \ 475 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_alpine_ladir)/$$f"; \ 476 done 477 478clean-cirrus_alpine_laLTLIBRARIES: 479 -test -z "$(cirrus_alpine_la_LTLIBRARIES)" || rm -f $(cirrus_alpine_la_LTLIBRARIES) 480 @list='$(cirrus_alpine_la_LTLIBRARIES)'; \ 481 locs=`for p in $$list; do echo $$p; done | \ 482 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 483 sort -u`; \ 484 test -z "$$locs" || { \ 485 echo rm -f $${locs}; \ 486 rm -f $${locs}; \ 487 } 488 489install-cirrus_drv_laLTLIBRARIES: $(cirrus_drv_la_LTLIBRARIES) 490 @$(NORMAL_INSTALL) 491 @list='$(cirrus_drv_la_LTLIBRARIES)'; test -n "$(cirrus_drv_ladir)" || list=; \ 492 list2=; for p in $$list; do \ 493 if test -f $$p; then \ 494 list2="$$list2 $$p"; \ 495 else :; fi; \ 496 done; \ 497 test -z "$$list2" || { \ 498 echo " $(MKDIR_P) '$(DESTDIR)$(cirrus_drv_ladir)'"; \ 499 $(MKDIR_P) "$(DESTDIR)$(cirrus_drv_ladir)" || exit 1; \ 500 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cirrus_drv_ladir)'"; \ 501 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cirrus_drv_ladir)"; \ 502 } 503 504uninstall-cirrus_drv_laLTLIBRARIES: 505 @$(NORMAL_UNINSTALL) 506 @list='$(cirrus_drv_la_LTLIBRARIES)'; test -n "$(cirrus_drv_ladir)" || list=; \ 507 for p in $$list; do \ 508 $(am__strip_dir) \ 509 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_drv_ladir)/$$f'"; \ 510 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_drv_ladir)/$$f"; \ 511 done 512 513clean-cirrus_drv_laLTLIBRARIES: 514 -test -z "$(cirrus_drv_la_LTLIBRARIES)" || rm -f $(cirrus_drv_la_LTLIBRARIES) 515 @list='$(cirrus_drv_la_LTLIBRARIES)'; \ 516 locs=`for p in $$list; do echo $$p; done | \ 517 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 518 sort -u`; \ 519 test -z "$$locs" || { \ 520 echo rm -f $${locs}; \ 521 rm -f $${locs}; \ 522 } 523 524install-cirrus_laguna_laLTLIBRARIES: $(cirrus_laguna_la_LTLIBRARIES) 525 @$(NORMAL_INSTALL) 526 @list='$(cirrus_laguna_la_LTLIBRARIES)'; test -n "$(cirrus_laguna_ladir)" || list=; \ 527 list2=; for p in $$list; do \ 528 if test -f $$p; then \ 529 list2="$$list2 $$p"; \ 530 else :; fi; \ 531 done; \ 532 test -z "$$list2" || { \ 533 echo " $(MKDIR_P) '$(DESTDIR)$(cirrus_laguna_ladir)'"; \ 534 $(MKDIR_P) "$(DESTDIR)$(cirrus_laguna_ladir)" || exit 1; \ 535 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cirrus_laguna_ladir)'"; \ 536 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cirrus_laguna_ladir)"; \ 537 } 538 539uninstall-cirrus_laguna_laLTLIBRARIES: 540 @$(NORMAL_UNINSTALL) 541 @list='$(cirrus_laguna_la_LTLIBRARIES)'; test -n "$(cirrus_laguna_ladir)" || list=; \ 542 for p in $$list; do \ 543 $(am__strip_dir) \ 544 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_laguna_ladir)/$$f'"; \ 545 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_laguna_ladir)/$$f"; \ 546 done 547 548clean-cirrus_laguna_laLTLIBRARIES: 549 -test -z "$(cirrus_laguna_la_LTLIBRARIES)" || rm -f $(cirrus_laguna_la_LTLIBRARIES) 550 @list='$(cirrus_laguna_la_LTLIBRARIES)'; \ 551 locs=`for p in $$list; do echo $$p; done | \ 552 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 553 sort -u`; \ 554 test -z "$$locs" || { \ 555 echo rm -f $${locs}; \ 556 rm -f $${locs}; \ 557 } 558 559cirrus_alpine.la: $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_DEPENDENCIES) $(EXTRA_cirrus_alpine_la_DEPENDENCIES) 560 $(AM_V_CCLD)$(cirrus_alpine_la_LINK) -rpath $(cirrus_alpine_ladir) $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_LIBADD) $(LIBS) 561 562cirrus_drv.la: $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_DEPENDENCIES) $(EXTRA_cirrus_drv_la_DEPENDENCIES) 563 $(AM_V_CCLD)$(cirrus_drv_la_LINK) -rpath $(cirrus_drv_ladir) $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_LIBADD) $(LIBS) 564 565cirrus_laguna.la: $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_DEPENDENCIES) $(EXTRA_cirrus_laguna_la_DEPENDENCIES) 566 $(AM_V_CCLD)$(cirrus_laguna_la_LINK) -rpath $(cirrus_laguna_ladir) $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_LIBADD) $(LIBS) 567 568mostlyclean-compile: 569 -rm -f *.$(OBJEXT) 570 571distclean-compile: 572 -rm -f *.tab.c 573 574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CirrusClk.Plo@am__quote@ 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_driver.Plo@am__quote@ 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_hwcurs.Plo@am__quote@ 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_i2c.Plo@am__quote@ 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_xaa.Plo@am__quote@ 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_xaam.Plo@am__quote@ 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_dga.Plo@am__quote@ 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_driver.Plo@am__quote@ 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_shadow.Plo@am__quote@ 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_driver.Plo@am__quote@ 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_hwcurs.Plo@am__quote@ 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_i2c.Plo@am__quote@ 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_xaa.Plo@am__quote@ 587 588.c.o: 589@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 590@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 591@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 592@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 593@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 594 595.c.obj: 596@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 597@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 598@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 599@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 600@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 601 602.c.lo: 603@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 604@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 605@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 606@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 607@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 608 609mostlyclean-libtool: 610 -rm -f *.lo 611 612clean-libtool: 613 -rm -rf .libs _libs 614 615ID: $(am__tagged_files) 616 $(am__define_uniq_tagged_files); mkid -fID $$unique 617tags: tags-am 618TAGS: tags 619 620tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 621 set x; \ 622 here=`pwd`; \ 623 $(am__define_uniq_tagged_files); \ 624 shift; \ 625 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 626 test -n "$$unique" || unique=$$empty_fix; \ 627 if test $$# -gt 0; then \ 628 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 629 "$$@" $$unique; \ 630 else \ 631 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 632 $$unique; \ 633 fi; \ 634 fi 635ctags: ctags-am 636 637CTAGS: ctags 638ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 639 $(am__define_uniq_tagged_files); \ 640 test -z "$(CTAGS_ARGS)$$unique" \ 641 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 642 $$unique 643 644GTAGS: 645 here=`$(am__cd) $(top_builddir) && pwd` \ 646 && $(am__cd) $(top_srcdir) \ 647 && gtags -i $(GTAGS_ARGS) "$$here" 648cscopelist: cscopelist-am 649 650cscopelist-am: $(am__tagged_files) 651 list='$(am__tagged_files)'; \ 652 case "$(srcdir)" in \ 653 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 654 *) sdir=$(subdir)/$(srcdir) ;; \ 655 esac; \ 656 for i in $$list; do \ 657 if test -f "$$i"; then \ 658 echo "$(subdir)/$$i"; \ 659 else \ 660 echo "$$sdir/$$i"; \ 661 fi; \ 662 done >> $(top_builddir)/cscope.files 663 664distclean-tags: 665 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 666 667distdir: $(DISTFILES) 668 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 669 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 670 list='$(DISTFILES)'; \ 671 dist_files=`for file in $$list; do echo $$file; done | \ 672 sed -e "s|^$$srcdirstrip/||;t" \ 673 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 674 case $$dist_files in \ 675 */*) $(MKDIR_P) `echo "$$dist_files" | \ 676 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 677 sort -u` ;; \ 678 esac; \ 679 for file in $$dist_files; do \ 680 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 681 if test -d $$d/$$file; then \ 682 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 683 if test -d "$(distdir)/$$file"; then \ 684 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 685 fi; \ 686 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 687 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 689 fi; \ 690 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 691 else \ 692 test -f "$(distdir)/$$file" \ 693 || cp -p $$d/$$file "$(distdir)/$$file" \ 694 || exit 1; \ 695 fi; \ 696 done 697check-am: all-am 698check: check-am 699all-am: Makefile $(LTLIBRARIES) 700installdirs: 701 for dir in "$(DESTDIR)$(cirrus_alpine_ladir)" "$(DESTDIR)$(cirrus_drv_ladir)" "$(DESTDIR)$(cirrus_laguna_ladir)"; do \ 702 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 703 done 704install: install-am 705install-exec: install-exec-am 706install-data: install-data-am 707uninstall: uninstall-am 708 709install-am: all-am 710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 711 712installcheck: installcheck-am 713install-strip: 714 if test -z '$(STRIP)'; then \ 715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 717 install; \ 718 else \ 719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 721 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 722 fi 723mostlyclean-generic: 724 725clean-generic: 726 727distclean-generic: 728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 730 731maintainer-clean-generic: 732 @echo "This command is intended for maintainers to use" 733 @echo "it deletes files that may require special tools to rebuild." 734clean: clean-am 735 736clean-am: clean-cirrus_alpine_laLTLIBRARIES \ 737 clean-cirrus_drv_laLTLIBRARIES \ 738 clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \ 739 mostlyclean-am 740 741distclean: distclean-am 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744distclean-am: clean-am distclean-compile distclean-generic \ 745 distclean-tags 746 747dvi: dvi-am 748 749dvi-am: 750 751html: html-am 752 753html-am: 754 755info: info-am 756 757info-am: 758 759install-data-am: install-cirrus_alpine_laLTLIBRARIES \ 760 install-cirrus_drv_laLTLIBRARIES \ 761 install-cirrus_laguna_laLTLIBRARIES 762 763install-dvi: install-dvi-am 764 765install-dvi-am: 766 767install-exec-am: 768 769install-html: install-html-am 770 771install-html-am: 772 773install-info: install-info-am 774 775install-info-am: 776 777install-man: 778 779install-pdf: install-pdf-am 780 781install-pdf-am: 782 783install-ps: install-ps-am 784 785install-ps-am: 786 787installcheck-am: 788 789maintainer-clean: maintainer-clean-am 790 -rm -rf ./$(DEPDIR) 791 -rm -f Makefile 792maintainer-clean-am: distclean-am maintainer-clean-generic 793 794mostlyclean: mostlyclean-am 795 796mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 797 mostlyclean-libtool 798 799pdf: pdf-am 800 801pdf-am: 802 803ps: ps-am 804 805ps-am: 806 807uninstall-am: uninstall-cirrus_alpine_laLTLIBRARIES \ 808 uninstall-cirrus_drv_laLTLIBRARIES \ 809 uninstall-cirrus_laguna_laLTLIBRARIES 810 811.MAKE: install-am install-strip 812 813.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 814 clean-cirrus_alpine_laLTLIBRARIES \ 815 clean-cirrus_drv_laLTLIBRARIES \ 816 clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \ 817 cscopelist-am ctags ctags-am distclean distclean-compile \ 818 distclean-generic distclean-libtool distclean-tags distdir dvi \ 819 dvi-am html html-am info info-am install install-am \ 820 install-cirrus_alpine_laLTLIBRARIES \ 821 install-cirrus_drv_laLTLIBRARIES \ 822 install-cirrus_laguna_laLTLIBRARIES install-data \ 823 install-data-am install-dvi install-dvi-am install-exec \ 824 install-exec-am install-html install-html-am install-info \ 825 install-info-am install-man install-pdf install-pdf-am \ 826 install-ps install-ps-am install-strip installcheck \ 827 installcheck-am installdirs maintainer-clean \ 828 maintainer-clean-generic mostlyclean mostlyclean-compile \ 829 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 830 tags tags-am uninstall uninstall-am \ 831 uninstall-cirrus_alpine_laLTLIBRARIES \ 832 uninstall-cirrus_drv_laLTLIBRARIES \ 833 uninstall-cirrus_laguna_laLTLIBRARIES 834 835 836# Tell versions [3.59,3.63) of GNU make to not export all variables. 837# Otherwise a system limit (for SysV at least) may be exceeded. 838.NOEXPORT: 839