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