Makefile.in revision 86dafe34
1# Makefile.in generated by automake 1.10.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 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@ 38pkgdatadir = $(datadir)/@PACKAGE@ 39pkglibdir = $(libdir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 42install_sh_DATA = $(install_sh) -c -m 644 43install_sh_PROGRAM = $(install_sh) -c 44install_sh_SCRIPT = $(install_sh) -c 45INSTALL_HEADER = $(INSTALL_DATA) 46transform = $(program_transform_name) 47NORMAL_INSTALL = : 48PRE_INSTALL = : 49POST_INSTALL = : 50NORMAL_UNINSTALL = : 51PRE_UNINSTALL = : 52POST_UNINSTALL = : 53build_triplet = @build@ 54host_triplet = @host@ 55subdir = src 56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 58am__aclocal_m4_deps = $(top_srcdir)/configure.ac 59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 60 $(ACLOCAL_M4) 61mkinstalldirs = $(install_sh) -d 62CONFIG_HEADER = $(top_builddir)/config.h 63CONFIG_CLEAN_FILES = 64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 65am__vpath_adj = case $$p in \ 66 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 67 *) f=$$p;; \ 68 esac; 69am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 70am__installdirs = "$(DESTDIR)$(cirrus_alpine_ladir)" \ 71 "$(DESTDIR)$(cirrus_drv_ladir)" \ 72 "$(DESTDIR)$(cirrus_laguna_ladir)" 73cirrus_alpine_laLTLIBRARIES_INSTALL = $(INSTALL) 74cirrus_drv_laLTLIBRARIES_INSTALL = $(INSTALL) 75cirrus_laguna_laLTLIBRARIES_INSTALL = $(INSTALL) 76LTLIBRARIES = $(cirrus_alpine_la_LTLIBRARIES) \ 77 $(cirrus_drv_la_LTLIBRARIES) $(cirrus_laguna_la_LTLIBRARIES) 78cirrus_alpine_la_LIBADD = 79am_cirrus_alpine_la_OBJECTS = alp_driver.lo alp_hwcurs.lo alp_i2c.lo \ 80 alp_xaa.lo alp_xaam.lo 81cirrus_alpine_la_OBJECTS = $(am_cirrus_alpine_la_OBJECTS) 82cirrus_alpine_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 83 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 84 $(cirrus_alpine_la_LDFLAGS) $(LDFLAGS) -o $@ 85cirrus_drv_la_LIBADD = 86am_cirrus_drv_la_OBJECTS = cir_dga.lo cir_driver.lo CirrusClk.lo \ 87 cir_shadow.lo 88cirrus_drv_la_OBJECTS = $(am_cirrus_drv_la_OBJECTS) 89cirrus_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 90 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 91 $(cirrus_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 92cirrus_laguna_la_LIBADD = 93am_cirrus_laguna_la_OBJECTS = lg_driver.lo lg_hwcurs.lo lg_i2c.lo \ 94 lg_xaa.lo 95cirrus_laguna_la_OBJECTS = $(am_cirrus_laguna_la_OBJECTS) 96cirrus_laguna_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 97 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 98 $(cirrus_laguna_la_LDFLAGS) $(LDFLAGS) -o $@ 99DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 100depcomp = $(SHELL) $(top_srcdir)/depcomp 101am__depfiles_maybe = depfiles 102COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 103 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 104LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 107CCLD = $(CC) 108LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 110 $(LDFLAGS) -o $@ 111SOURCES = $(cirrus_alpine_la_SOURCES) $(cirrus_drv_la_SOURCES) \ 112 $(cirrus_laguna_la_SOURCES) 113DIST_SOURCES = $(cirrus_alpine_la_SOURCES) $(cirrus_drv_la_SOURCES) \ 114 $(cirrus_laguna_la_SOURCES) 115ETAGS = etags 116CTAGS = ctags 117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 118ACLOCAL = @ACLOCAL@ 119ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 120ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 121AMTAR = @AMTAR@ 122APP_MAN_DIR = @APP_MAN_DIR@ 123APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 124AR = @AR@ 125AUTOCONF = @AUTOCONF@ 126AUTOHEADER = @AUTOHEADER@ 127AUTOMAKE = @AUTOMAKE@ 128AWK = @AWK@ 129CC = @CC@ 130CCDEPMODE = @CCDEPMODE@ 131CFLAGS = @CFLAGS@ 132CHANGELOG_CMD = @CHANGELOG_CMD@ 133CPP = @CPP@ 134CPPFLAGS = @CPPFLAGS@ 135CWARNFLAGS = @CWARNFLAGS@ 136CYGPATH_W = @CYGPATH_W@ 137DEFS = @DEFS@ 138DEPDIR = @DEPDIR@ 139DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 140DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 141DRIVER_NAME = @DRIVER_NAME@ 142DSYMUTIL = @DSYMUTIL@ 143DUMPBIN = @DUMPBIN@ 144ECHO_C = @ECHO_C@ 145ECHO_N = @ECHO_N@ 146ECHO_T = @ECHO_T@ 147EGREP = @EGREP@ 148EXEEXT = @EXEEXT@ 149FGREP = @FGREP@ 150FILE_MAN_DIR = @FILE_MAN_DIR@ 151FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 152GREP = @GREP@ 153INSTALL = @INSTALL@ 154INSTALL_DATA = @INSTALL_DATA@ 155INSTALL_PROGRAM = @INSTALL_PROGRAM@ 156INSTALL_SCRIPT = @INSTALL_SCRIPT@ 157INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 158LD = @LD@ 159LDFLAGS = @LDFLAGS@ 160LIBOBJS = @LIBOBJS@ 161LIBS = @LIBS@ 162LIBTOOL = @LIBTOOL@ 163LIB_MAN_DIR = @LIB_MAN_DIR@ 164LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 165LIPO = @LIPO@ 166LN_S = @LN_S@ 167LTLIBOBJS = @LTLIBOBJS@ 168MAINT = @MAINT@ 169MAKEINFO = @MAKEINFO@ 170MISC_MAN_DIR = @MISC_MAN_DIR@ 171MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 172MKDIR_P = @MKDIR_P@ 173NM = @NM@ 174NMEDIT = @NMEDIT@ 175OBJDUMP = @OBJDUMP@ 176OBJEXT = @OBJEXT@ 177OTOOL = @OTOOL@ 178OTOOL64 = @OTOOL64@ 179PACKAGE = @PACKAGE@ 180PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 181PACKAGE_NAME = @PACKAGE_NAME@ 182PACKAGE_STRING = @PACKAGE_STRING@ 183PACKAGE_TARNAME = @PACKAGE_TARNAME@ 184PACKAGE_VERSION = @PACKAGE_VERSION@ 185PATH_SEPARATOR = @PATH_SEPARATOR@ 186PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 187PCIACCESS_LIBS = @PCIACCESS_LIBS@ 188PKG_CONFIG = @PKG_CONFIG@ 189RANLIB = @RANLIB@ 190SED = @SED@ 191SET_MAKE = @SET_MAKE@ 192SHELL = @SHELL@ 193STRIP = @STRIP@ 194VERSION = @VERSION@ 195XORG_CFLAGS = @XORG_CFLAGS@ 196XORG_LIBS = @XORG_LIBS@ 197abs_builddir = @abs_builddir@ 198abs_srcdir = @abs_srcdir@ 199abs_top_builddir = @abs_top_builddir@ 200abs_top_srcdir = @abs_top_srcdir@ 201ac_ct_CC = @ac_ct_CC@ 202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 203am__include = @am__include@ 204am__leading_dot = @am__leading_dot@ 205am__quote = @am__quote@ 206am__tar = @am__tar@ 207am__untar = @am__untar@ 208bindir = @bindir@ 209build = @build@ 210build_alias = @build_alias@ 211build_cpu = @build_cpu@ 212build_os = @build_os@ 213build_vendor = @build_vendor@ 214builddir = @builddir@ 215datadir = @datadir@ 216datarootdir = @datarootdir@ 217distcleancheck_listfiles = @distcleancheck_listfiles@ 218docdir = @docdir@ 219dvidir = @dvidir@ 220exec_prefix = @exec_prefix@ 221host = @host@ 222host_alias = @host_alias@ 223host_cpu = @host_cpu@ 224host_os = @host_os@ 225host_vendor = @host_vendor@ 226htmldir = @htmldir@ 227includedir = @includedir@ 228infodir = @infodir@ 229install_sh = @install_sh@ 230libdir = @libdir@ 231libexecdir = @libexecdir@ 232localedir = @localedir@ 233localstatedir = @localstatedir@ 234lt_ECHO = @lt_ECHO@ 235mandir = @mandir@ 236mkdir_p = @mkdir_p@ 237moduledir = @moduledir@ 238oldincludedir = @oldincludedir@ 239pdfdir = @pdfdir@ 240prefix = @prefix@ 241program_transform_name = @program_transform_name@ 242psdir = @psdir@ 243sbindir = @sbindir@ 244sharedstatedir = @sharedstatedir@ 245srcdir = @srcdir@ 246sysconfdir = @sysconfdir@ 247target_alias = @target_alias@ 248top_build_prefix = @top_build_prefix@ 249top_builddir = @top_builddir@ 250top_srcdir = @top_srcdir@ 251 252# this is obnoxious: 253# -module lets us name the module exactly how we want 254# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 255# _ladir passes a dummy rpath to libtool so the thing will actually link 256# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 257AM_CFLAGS = @XORG_CFLAGS@ $(CWARNFLAGS) 258cirrus_drv_la_LTLIBRARIES = cirrus_drv.la 259cirrus_drv_la_LDFLAGS = -module -avoid-version 260cirrus_drv_ladir = @moduledir@/drivers 261cirrus_drv_la_SOURCES = \ 262 cir_dga.c \ 263 cir_driver.c \ 264 cir.h \ 265 CirrusClk.c \ 266 cir_shadow.c \ 267 cir_pcirename.h 268 269cirrus_alpine_la_LTLIBRARIES = cirrus_alpine.la 270cirrus_alpine_la_LDFLAGS = -module -avoid-version 271cirrus_alpine_ladir = @moduledir@/drivers 272cirrus_alpine_la_SOURCES = \ 273 alp_driver.c \ 274 alp.h \ 275 alp_hwcurs.c \ 276 alp_i2c.c \ 277 alp_xaa.c \ 278 alp_xaam.c 279 280cirrus_laguna_la_LTLIBRARIES = cirrus_laguna.la 281cirrus_laguna_la_LDFLAGS = -module -avoid-version 282cirrus_laguna_ladir = @moduledir@/drivers 283cirrus_laguna_la_SOURCES = \ 284 lg_driver.c \ 285 lg.h \ 286 lg_hwcurs.c \ 287 lg_i2c.c \ 288 lg_xaa.c \ 289 lg_xaa.h 290 291all: all-am 292 293.SUFFIXES: 294.SUFFIXES: .c .lo .o .obj 295$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 296 @for dep in $?; do \ 297 case '$(am__configure_deps)' in \ 298 *$$dep*) \ 299 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 300 && { if test -f $@; then exit 0; else break; fi; }; \ 301 exit 1;; \ 302 esac; \ 303 done; \ 304 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 305 cd $(top_srcdir) && \ 306 $(AUTOMAKE) --gnu src/Makefile 307.PRECIOUS: Makefile 308Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 309 @case '$?' in \ 310 *config.status*) \ 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 312 *) \ 313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 314 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 315 esac; 316 317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 319 320$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 322$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 324install-cirrus_alpine_laLTLIBRARIES: $(cirrus_alpine_la_LTLIBRARIES) 325 @$(NORMAL_INSTALL) 326 test -z "$(cirrus_alpine_ladir)" || $(MKDIR_P) "$(DESTDIR)$(cirrus_alpine_ladir)" 327 @list='$(cirrus_alpine_la_LTLIBRARIES)'; for p in $$list; do \ 328 if test -f $$p; then \ 329 f=$(am__strip_dir) \ 330 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_alpine_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(cirrus_alpine_ladir)/$$f'"; \ 331 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_alpine_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(cirrus_alpine_ladir)/$$f"; \ 332 else :; fi; \ 333 done 334 335uninstall-cirrus_alpine_laLTLIBRARIES: 336 @$(NORMAL_UNINSTALL) 337 @list='$(cirrus_alpine_la_LTLIBRARIES)'; for p in $$list; do \ 338 p=$(am__strip_dir) \ 339 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_alpine_ladir)/$$p'"; \ 340 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_alpine_ladir)/$$p"; \ 341 done 342 343clean-cirrus_alpine_laLTLIBRARIES: 344 -test -z "$(cirrus_alpine_la_LTLIBRARIES)" || rm -f $(cirrus_alpine_la_LTLIBRARIES) 345 @list='$(cirrus_alpine_la_LTLIBRARIES)'; for p in $$list; do \ 346 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 347 test "$$dir" != "$$p" || dir=.; \ 348 echo "rm -f \"$${dir}/so_locations\""; \ 349 rm -f "$${dir}/so_locations"; \ 350 done 351install-cirrus_drv_laLTLIBRARIES: $(cirrus_drv_la_LTLIBRARIES) 352 @$(NORMAL_INSTALL) 353 test -z "$(cirrus_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(cirrus_drv_ladir)" 354 @list='$(cirrus_drv_la_LTLIBRARIES)'; for p in $$list; do \ 355 if test -f $$p; then \ 356 f=$(am__strip_dir) \ 357 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(cirrus_drv_ladir)/$$f'"; \ 358 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(cirrus_drv_ladir)/$$f"; \ 359 else :; fi; \ 360 done 361 362uninstall-cirrus_drv_laLTLIBRARIES: 363 @$(NORMAL_UNINSTALL) 364 @list='$(cirrus_drv_la_LTLIBRARIES)'; for p in $$list; do \ 365 p=$(am__strip_dir) \ 366 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_drv_ladir)/$$p'"; \ 367 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_drv_ladir)/$$p"; \ 368 done 369 370clean-cirrus_drv_laLTLIBRARIES: 371 -test -z "$(cirrus_drv_la_LTLIBRARIES)" || rm -f $(cirrus_drv_la_LTLIBRARIES) 372 @list='$(cirrus_drv_la_LTLIBRARIES)'; for p in $$list; do \ 373 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 374 test "$$dir" != "$$p" || dir=.; \ 375 echo "rm -f \"$${dir}/so_locations\""; \ 376 rm -f "$${dir}/so_locations"; \ 377 done 378install-cirrus_laguna_laLTLIBRARIES: $(cirrus_laguna_la_LTLIBRARIES) 379 @$(NORMAL_INSTALL) 380 test -z "$(cirrus_laguna_ladir)" || $(MKDIR_P) "$(DESTDIR)$(cirrus_laguna_ladir)" 381 @list='$(cirrus_laguna_la_LTLIBRARIES)'; for p in $$list; do \ 382 if test -f $$p; then \ 383 f=$(am__strip_dir) \ 384 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_laguna_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(cirrus_laguna_ladir)/$$f'"; \ 385 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cirrus_laguna_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(cirrus_laguna_ladir)/$$f"; \ 386 else :; fi; \ 387 done 388 389uninstall-cirrus_laguna_laLTLIBRARIES: 390 @$(NORMAL_UNINSTALL) 391 @list='$(cirrus_laguna_la_LTLIBRARIES)'; for p in $$list; do \ 392 p=$(am__strip_dir) \ 393 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cirrus_laguna_ladir)/$$p'"; \ 394 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cirrus_laguna_ladir)/$$p"; \ 395 done 396 397clean-cirrus_laguna_laLTLIBRARIES: 398 -test -z "$(cirrus_laguna_la_LTLIBRARIES)" || rm -f $(cirrus_laguna_la_LTLIBRARIES) 399 @list='$(cirrus_laguna_la_LTLIBRARIES)'; for p in $$list; do \ 400 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 401 test "$$dir" != "$$p" || dir=.; \ 402 echo "rm -f \"$${dir}/so_locations\""; \ 403 rm -f "$${dir}/so_locations"; \ 404 done 405cirrus_alpine.la: $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_DEPENDENCIES) 406 $(cirrus_alpine_la_LINK) -rpath $(cirrus_alpine_ladir) $(cirrus_alpine_la_OBJECTS) $(cirrus_alpine_la_LIBADD) $(LIBS) 407cirrus_drv.la: $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_DEPENDENCIES) 408 $(cirrus_drv_la_LINK) -rpath $(cirrus_drv_ladir) $(cirrus_drv_la_OBJECTS) $(cirrus_drv_la_LIBADD) $(LIBS) 409cirrus_laguna.la: $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_DEPENDENCIES) 410 $(cirrus_laguna_la_LINK) -rpath $(cirrus_laguna_ladir) $(cirrus_laguna_la_OBJECTS) $(cirrus_laguna_la_LIBADD) $(LIBS) 411 412mostlyclean-compile: 413 -rm -f *.$(OBJEXT) 414 415distclean-compile: 416 -rm -f *.tab.c 417 418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CirrusClk.Plo@am__quote@ 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_driver.Plo@am__quote@ 420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_hwcurs.Plo@am__quote@ 421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_i2c.Plo@am__quote@ 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_xaa.Plo@am__quote@ 423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alp_xaam.Plo@am__quote@ 424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_dga.Plo@am__quote@ 425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_driver.Plo@am__quote@ 426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cir_shadow.Plo@am__quote@ 427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_driver.Plo@am__quote@ 428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_hwcurs.Plo@am__quote@ 429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_i2c.Plo@am__quote@ 430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lg_xaa.Plo@am__quote@ 431 432.c.o: 433@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 434@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 435@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 437@am__fastdepCC_FALSE@ $(COMPILE) -c $< 438 439.c.obj: 440@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 441@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 442@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 443@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 444@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 445 446.c.lo: 447@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 448@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 449@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 451@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 452 453mostlyclean-libtool: 454 -rm -f *.lo 455 456clean-libtool: 457 -rm -rf .libs _libs 458 459ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 461 unique=`for i in $$list; do \ 462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 463 done | \ 464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 465 END { if (nonempty) { for (i in files) print i; }; }'`; \ 466 mkid -fID $$unique 467tags: TAGS 468 469TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 470 $(TAGS_FILES) $(LISP) 471 tags=; \ 472 here=`pwd`; \ 473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 474 unique=`for i in $$list; do \ 475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 476 done | \ 477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 478 END { if (nonempty) { for (i in files) print i; }; }'`; \ 479 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 480 test -n "$$unique" || unique=$$empty_fix; \ 481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 482 $$tags $$unique; \ 483 fi 484ctags: CTAGS 485CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 486 $(TAGS_FILES) $(LISP) 487 tags=; \ 488 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 489 unique=`for i in $$list; do \ 490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 491 done | \ 492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 493 END { if (nonempty) { for (i in files) print i; }; }'`; \ 494 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 495 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 496 $$tags $$unique 497 498GTAGS: 499 here=`$(am__cd) $(top_builddir) && pwd` \ 500 && cd $(top_srcdir) \ 501 && gtags -i $(GTAGS_ARGS) $$here 502 503distclean-tags: 504 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 505 506distdir: $(DISTFILES) 507 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 508 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 509 list='$(DISTFILES)'; \ 510 dist_files=`for file in $$list; do echo $$file; done | \ 511 sed -e "s|^$$srcdirstrip/||;t" \ 512 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 513 case $$dist_files in \ 514 */*) $(MKDIR_P) `echo "$$dist_files" | \ 515 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 516 sort -u` ;; \ 517 esac; \ 518 for file in $$dist_files; do \ 519 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 520 if test -d $$d/$$file; then \ 521 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 522 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 523 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 524 fi; \ 525 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 526 else \ 527 test -f $(distdir)/$$file \ 528 || cp -p $$d/$$file $(distdir)/$$file \ 529 || exit 1; \ 530 fi; \ 531 done 532check-am: all-am 533check: check-am 534all-am: Makefile $(LTLIBRARIES) 535installdirs: 536 for dir in "$(DESTDIR)$(cirrus_alpine_ladir)" "$(DESTDIR)$(cirrus_drv_ladir)" "$(DESTDIR)$(cirrus_laguna_ladir)"; do \ 537 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 538 done 539install: install-am 540install-exec: install-exec-am 541install-data: install-data-am 542uninstall: uninstall-am 543 544install-am: all-am 545 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 546 547installcheck: installcheck-am 548install-strip: 549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 551 `test -z '$(STRIP)' || \ 552 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 553mostlyclean-generic: 554 555clean-generic: 556 557distclean-generic: 558 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 559 560maintainer-clean-generic: 561 @echo "This command is intended for maintainers to use" 562 @echo "it deletes files that may require special tools to rebuild." 563clean: clean-am 564 565clean-am: clean-cirrus_alpine_laLTLIBRARIES \ 566 clean-cirrus_drv_laLTLIBRARIES \ 567 clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \ 568 mostlyclean-am 569 570distclean: distclean-am 571 -rm -rf ./$(DEPDIR) 572 -rm -f Makefile 573distclean-am: clean-am distclean-compile distclean-generic \ 574 distclean-tags 575 576dvi: dvi-am 577 578dvi-am: 579 580html: html-am 581 582info: info-am 583 584info-am: 585 586install-data-am: install-cirrus_alpine_laLTLIBRARIES \ 587 install-cirrus_drv_laLTLIBRARIES \ 588 install-cirrus_laguna_laLTLIBRARIES 589 590install-dvi: install-dvi-am 591 592install-exec-am: 593 594install-html: install-html-am 595 596install-info: install-info-am 597 598install-man: 599 600install-pdf: install-pdf-am 601 602install-ps: install-ps-am 603 604installcheck-am: 605 606maintainer-clean: maintainer-clean-am 607 -rm -rf ./$(DEPDIR) 608 -rm -f Makefile 609maintainer-clean-am: distclean-am maintainer-clean-generic 610 611mostlyclean: mostlyclean-am 612 613mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 614 mostlyclean-libtool 615 616pdf: pdf-am 617 618pdf-am: 619 620ps: ps-am 621 622ps-am: 623 624uninstall-am: uninstall-cirrus_alpine_laLTLIBRARIES \ 625 uninstall-cirrus_drv_laLTLIBRARIES \ 626 uninstall-cirrus_laguna_laLTLIBRARIES 627 628.MAKE: install-am install-strip 629 630.PHONY: CTAGS GTAGS all all-am check check-am clean \ 631 clean-cirrus_alpine_laLTLIBRARIES \ 632 clean-cirrus_drv_laLTLIBRARIES \ 633 clean-cirrus_laguna_laLTLIBRARIES clean-generic clean-libtool \ 634 ctags distclean distclean-compile distclean-generic \ 635 distclean-libtool distclean-tags distdir dvi dvi-am html \ 636 html-am info info-am install install-am \ 637 install-cirrus_alpine_laLTLIBRARIES \ 638 install-cirrus_drv_laLTLIBRARIES \ 639 install-cirrus_laguna_laLTLIBRARIES install-data \ 640 install-data-am install-dvi install-dvi-am install-exec \ 641 install-exec-am install-html install-html-am install-info \ 642 install-info-am install-man install-pdf install-pdf-am \ 643 install-ps install-ps-am install-strip installcheck \ 644 installcheck-am installdirs maintainer-clean \ 645 maintainer-clean-generic mostlyclean mostlyclean-compile \ 646 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 647 tags uninstall uninstall-am \ 648 uninstall-cirrus_alpine_laLTLIBRARIES \ 649 uninstall-cirrus_drv_laLTLIBRARIES \ 650 uninstall-cirrus_laguna_laLTLIBRARIES 651 652# Tell versions [3.59,3.63) of GNU make to not export all variables. 653# Otherwise a system limit (for SysV at least) may be exceeded. 654.NOEXPORT: 655