Makefile.in revision 96ce994a
1# Makefile.in generated by automake 1.11 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 Free Software Foundation, 6# 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__installdirs = "$(DESTDIR)$(rendition_drv_ladir)" \ 91 "$(DESTDIR)$(driverdir)" 92LTLIBRARIES = $(rendition_drv_la_LTLIBRARIES) 93rendition_drv_la_LIBADD = 94am_rendition_drv_la_OBJECTS = accelX.lo hwcursor.lo rendition.lo \ 95 rendition_shadow.lo v1krisc.lo vboard.lo vloaduc.lo vmisc.lo \ 96 vmodes.lo vramdac.lo 97rendition_drv_la_OBJECTS = $(am_rendition_drv_la_OBJECTS) 98rendition_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 99 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 100 $(rendition_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 101DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 102depcomp = $(SHELL) $(top_srcdir)/depcomp 103am__depfiles_maybe = depfiles 104am__mv = mv -f 105COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 106 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 107LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 108 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 109 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 110CCLD = $(CC) 111LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 112 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 113 $(LDFLAGS) -o $@ 114SOURCES = $(rendition_drv_la_SOURCES) 115DIST_SOURCES = $(rendition_drv_la_SOURCES) 116DATA = $(dist_driver_DATA) 117ETAGS = etags 118CTAGS = ctags 119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 120ACLOCAL = @ACLOCAL@ 121ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 122ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 123AMTAR = @AMTAR@ 124APP_MAN_DIR = @APP_MAN_DIR@ 125APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 126AR = @AR@ 127AUTOCONF = @AUTOCONF@ 128AUTOHEADER = @AUTOHEADER@ 129AUTOMAKE = @AUTOMAKE@ 130AWK = @AWK@ 131CC = @CC@ 132CCDEPMODE = @CCDEPMODE@ 133CFLAGS = @CFLAGS@ 134CHANGELOG_CMD = @CHANGELOG_CMD@ 135CPP = @CPP@ 136CPPFLAGS = @CPPFLAGS@ 137CXX = @CXX@ 138CXXCPP = @CXXCPP@ 139CXXDEPMODE = @CXXDEPMODE@ 140CXXFLAGS = @CXXFLAGS@ 141CYGPATH_W = @CYGPATH_W@ 142DEFS = @DEFS@ 143DEPDIR = @DEPDIR@ 144DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 145DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 146DRIVER_NAME = @DRIVER_NAME@ 147DSYMUTIL = @DSYMUTIL@ 148ECHO = @ECHO@ 149ECHO_C = @ECHO_C@ 150ECHO_N = @ECHO_N@ 151ECHO_T = @ECHO_T@ 152EGREP = @EGREP@ 153EXEEXT = @EXEEXT@ 154F77 = @F77@ 155FFLAGS = @FFLAGS@ 156FILE_MAN_DIR = @FILE_MAN_DIR@ 157FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 158GREP = @GREP@ 159INSTALL = @INSTALL@ 160INSTALL_DATA = @INSTALL_DATA@ 161INSTALL_PROGRAM = @INSTALL_PROGRAM@ 162INSTALL_SCRIPT = @INSTALL_SCRIPT@ 163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 164LDFLAGS = @LDFLAGS@ 165LIBOBJS = @LIBOBJS@ 166LIBS = @LIBS@ 167LIBTOOL = @LIBTOOL@ 168LIB_MAN_DIR = @LIB_MAN_DIR@ 169LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 170LINUXDOC = @LINUXDOC@ 171LN_S = @LN_S@ 172LTLIBOBJS = @LTLIBOBJS@ 173MAINT = @MAINT@ 174MAKEINFO = @MAKEINFO@ 175MAKE_HTML = @MAKE_HTML@ 176MAKE_PDF = @MAKE_PDF@ 177MAKE_PS = @MAKE_PS@ 178MAKE_TEXT = @MAKE_TEXT@ 179MISC_MAN_DIR = @MISC_MAN_DIR@ 180MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 181MKDIR_P = @MKDIR_P@ 182NMEDIT = @NMEDIT@ 183OBJEXT = @OBJEXT@ 184PACKAGE = @PACKAGE@ 185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 186PACKAGE_NAME = @PACKAGE_NAME@ 187PACKAGE_STRING = @PACKAGE_STRING@ 188PACKAGE_TARNAME = @PACKAGE_TARNAME@ 189PACKAGE_VERSION = @PACKAGE_VERSION@ 190PATH_SEPARATOR = @PATH_SEPARATOR@ 191PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 192PCIACCESS_LIBS = @PCIACCESS_LIBS@ 193PKG_CONFIG = @PKG_CONFIG@ 194PS2PDF = @PS2PDF@ 195RANLIB = @RANLIB@ 196SED = @SED@ 197SET_MAKE = @SET_MAKE@ 198SHELL = @SHELL@ 199STRIP = @STRIP@ 200VERSION = @VERSION@ 201XORG_CFLAGS = @XORG_CFLAGS@ 202XORG_LIBS = @XORG_LIBS@ 203abs_builddir = @abs_builddir@ 204abs_srcdir = @abs_srcdir@ 205abs_top_builddir = @abs_top_builddir@ 206abs_top_srcdir = @abs_top_srcdir@ 207ac_ct_CC = @ac_ct_CC@ 208ac_ct_CXX = @ac_ct_CXX@ 209ac_ct_F77 = @ac_ct_F77@ 210am__include = @am__include@ 211am__leading_dot = @am__leading_dot@ 212am__quote = @am__quote@ 213am__tar = @am__tar@ 214am__untar = @am__untar@ 215bindir = @bindir@ 216build = @build@ 217build_alias = @build_alias@ 218build_cpu = @build_cpu@ 219build_os = @build_os@ 220build_vendor = @build_vendor@ 221builddir = @builddir@ 222datadir = @datadir@ 223datarootdir = @datarootdir@ 224distcleancheck_listfiles = @distcleancheck_listfiles@ 225docdir = @docdir@ 226dvidir = @dvidir@ 227exec_prefix = @exec_prefix@ 228host = @host@ 229host_alias = @host_alias@ 230host_cpu = @host_cpu@ 231host_os = @host_os@ 232host_vendor = @host_vendor@ 233htmldir = @htmldir@ 234includedir = @includedir@ 235infodir = @infodir@ 236install_sh = @install_sh@ 237libdir = @libdir@ 238libexecdir = @libexecdir@ 239localedir = @localedir@ 240localstatedir = @localstatedir@ 241mandir = @mandir@ 242mkdir_p = @mkdir_p@ 243moduledir = @moduledir@ 244oldincludedir = @oldincludedir@ 245pdfdir = @pdfdir@ 246prefix = @prefix@ 247program_transform_name = @program_transform_name@ 248psdir = @psdir@ 249sbindir = @sbindir@ 250sharedstatedir = @sharedstatedir@ 251srcdir = @srcdir@ 252sysconfdir = @sysconfdir@ 253target_alias = @target_alias@ 254top_build_prefix = @top_build_prefix@ 255top_builddir = @top_builddir@ 256top_srcdir = @top_srcdir@ 257 258# this is obnoxious: 259# -module lets us name the module exactly how we want 260# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 261# _ladir passes a dummy rpath to libtool so the thing will actually link 262# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 263AM_CFLAGS = @XORG_CFLAGS@ -DMODULEDIR=\"@moduledir@\" 264rendition_drv_la_LTLIBRARIES = rendition_drv.la 265rendition_drv_la_LDFLAGS = -module -avoid-version 266rendition_drv_ladir = @moduledir@/drivers 267rendition_drv_la_SOURCES = \ 268 accel.h \ 269 accelX.c \ 270 cmd2d.h \ 271 commonregs.h \ 272 cscode.h \ 273 hwcursor.c \ 274 hwcursor.h \ 275 rendition.c \ 276 rendition.h \ 277 rendition_options.h \ 278 rendition_shadow.c \ 279 rendition_shadow.h \ 280 v1kregs.h \ 281 v1krisc.c \ 282 v1krisc.h \ 283 v2kregs.h \ 284 vboard.c \ 285 vboard.h \ 286 vloaduc.c \ 287 vloaduc.h \ 288 vmisc.c \ 289 vmisc.h \ 290 vmodes.c \ 291 vmodes.h \ 292 vos.h \ 293 vramdac.c \ 294 vramdac.h \ 295 vtypes.h 296 297driverdir = @moduledir@ 298dist_driver_DATA = \ 299 v10002d.uc \ 300 v20002d.uc 301 302EXTRA_DIST = \ 303 README.uc \ 304 vgafont-std.data \ 305 vgafont-vrx.data \ 306 vgapalette.data 307 308all: all-am 309 310.SUFFIXES: 311.SUFFIXES: .c .lo .o .obj 312$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 313 @for dep in $?; do \ 314 case '$(am__configure_deps)' in \ 315 *$$dep*) \ 316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 317 && { if test -f $@; then exit 0; else break; fi; }; \ 318 exit 1;; \ 319 esac; \ 320 done; \ 321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 322 $(am__cd) $(top_srcdir) && \ 323 $(AUTOMAKE) --foreign src/Makefile 324.PRECIOUS: Makefile 325Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 326 @case '$?' in \ 327 *config.status*) \ 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 329 *) \ 330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 332 esac; 333 334$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336 337$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 339$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 341$(am__aclocal_m4_deps): 342install-rendition_drv_laLTLIBRARIES: $(rendition_drv_la_LTLIBRARIES) 343 @$(NORMAL_INSTALL) 344 test -z "$(rendition_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(rendition_drv_ladir)" 345 @list='$(rendition_drv_la_LTLIBRARIES)'; test -n "$(rendition_drv_ladir)" || list=; \ 346 list2=; for p in $$list; do \ 347 if test -f $$p; then \ 348 list2="$$list2 $$p"; \ 349 else :; fi; \ 350 done; \ 351 test -z "$$list2" || { \ 352 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(rendition_drv_ladir)'"; \ 353 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(rendition_drv_ladir)"; \ 354 } 355 356uninstall-rendition_drv_laLTLIBRARIES: 357 @$(NORMAL_UNINSTALL) 358 @list='$(rendition_drv_la_LTLIBRARIES)'; test -n "$(rendition_drv_ladir)" || list=; \ 359 for p in $$list; do \ 360 $(am__strip_dir) \ 361 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(rendition_drv_ladir)/$$f'"; \ 362 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(rendition_drv_ladir)/$$f"; \ 363 done 364 365clean-rendition_drv_laLTLIBRARIES: 366 -test -z "$(rendition_drv_la_LTLIBRARIES)" || rm -f $(rendition_drv_la_LTLIBRARIES) 367 @list='$(rendition_drv_la_LTLIBRARIES)'; for p in $$list; do \ 368 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 369 test "$$dir" != "$$p" || dir=.; \ 370 echo "rm -f \"$${dir}/so_locations\""; \ 371 rm -f "$${dir}/so_locations"; \ 372 done 373rendition_drv.la: $(rendition_drv_la_OBJECTS) $(rendition_drv_la_DEPENDENCIES) 374 $(rendition_drv_la_LINK) -rpath $(rendition_drv_ladir) $(rendition_drv_la_OBJECTS) $(rendition_drv_la_LIBADD) $(LIBS) 375 376mostlyclean-compile: 377 -rm -f *.$(OBJEXT) 378 379distclean-compile: 380 -rm -f *.tab.c 381 382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accelX.Plo@am__quote@ 383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwcursor.Plo@am__quote@ 384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rendition.Plo@am__quote@ 385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rendition_shadow.Plo@am__quote@ 386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v1krisc.Plo@am__quote@ 387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vboard.Plo@am__quote@ 388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vloaduc.Plo@am__quote@ 389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmisc.Plo@am__quote@ 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmodes.Plo@am__quote@ 391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vramdac.Plo@am__quote@ 392 393.c.o: 394@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 395@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 396@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 397@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 398@am__fastdepCC_FALSE@ $(COMPILE) -c $< 399 400.c.obj: 401@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 402@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 403@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 404@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 405@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 406 407.c.lo: 408@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 409@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 410@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 411@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 412@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 413 414mostlyclean-libtool: 415 -rm -f *.lo 416 417clean-libtool: 418 -rm -rf .libs _libs 419install-dist_driverDATA: $(dist_driver_DATA) 420 @$(NORMAL_INSTALL) 421 test -z "$(driverdir)" || $(MKDIR_P) "$(DESTDIR)$(driverdir)" 422 @list='$(dist_driver_DATA)'; test -n "$(driverdir)" || list=; \ 423 for p in $$list; do \ 424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 425 echo "$$d$$p"; \ 426 done | $(am__base_list) | \ 427 while read files; do \ 428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(driverdir)'"; \ 429 $(INSTALL_DATA) $$files "$(DESTDIR)$(driverdir)" || exit $$?; \ 430 done 431 432uninstall-dist_driverDATA: 433 @$(NORMAL_UNINSTALL) 434 @list='$(dist_driver_DATA)'; test -n "$(driverdir)" || list=; \ 435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 436 test -n "$$files" || exit 0; \ 437 echo " ( cd '$(DESTDIR)$(driverdir)' && rm -f" $$files ")"; \ 438 cd "$(DESTDIR)$(driverdir)" && rm -f $$files 439 440ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 442 unique=`for i in $$list; do \ 443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 444 done | \ 445 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 446 END { if (nonempty) { for (i in files) print i; }; }'`; \ 447 mkid -fID $$unique 448tags: TAGS 449 450TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 451 $(TAGS_FILES) $(LISP) 452 set x; \ 453 here=`pwd`; \ 454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 unique=`for i in $$list; do \ 456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 done | \ 458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 459 END { if (nonempty) { for (i in files) print i; }; }'`; \ 460 shift; \ 461 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 462 test -n "$$unique" || unique=$$empty_fix; \ 463 if test $$# -gt 0; then \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 "$$@" $$unique; \ 466 else \ 467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 468 $$unique; \ 469 fi; \ 470 fi 471ctags: CTAGS 472CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 473 $(TAGS_FILES) $(LISP) 474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 475 unique=`for i in $$list; do \ 476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 477 done | \ 478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 479 END { if (nonempty) { for (i in files) print i; }; }'`; \ 480 test -z "$(CTAGS_ARGS)$$unique" \ 481 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 482 $$unique 483 484GTAGS: 485 here=`$(am__cd) $(top_builddir) && pwd` \ 486 && $(am__cd) $(top_srcdir) \ 487 && gtags -i $(GTAGS_ARGS) "$$here" 488 489distclean-tags: 490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 491 492distdir: $(DISTFILES) 493 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 list='$(DISTFILES)'; \ 496 dist_files=`for file in $$list; do echo $$file; done | \ 497 sed -e "s|^$$srcdirstrip/||;t" \ 498 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 499 case $$dist_files in \ 500 */*) $(MKDIR_P) `echo "$$dist_files" | \ 501 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 502 sort -u` ;; \ 503 esac; \ 504 for file in $$dist_files; do \ 505 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 506 if test -d $$d/$$file; then \ 507 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 508 if test -d "$(distdir)/$$file"; then \ 509 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 510 fi; \ 511 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 512 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 514 fi; \ 515 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 516 else \ 517 test -f "$(distdir)/$$file" \ 518 || cp -p $$d/$$file "$(distdir)/$$file" \ 519 || exit 1; \ 520 fi; \ 521 done 522check-am: all-am 523check: check-am 524all-am: Makefile $(LTLIBRARIES) $(DATA) 525installdirs: 526 for dir in "$(DESTDIR)$(rendition_drv_ladir)" "$(DESTDIR)$(driverdir)"; do \ 527 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 528 done 529install: install-am 530install-exec: install-exec-am 531install-data: install-data-am 532uninstall: uninstall-am 533 534install-am: all-am 535 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 536 537installcheck: installcheck-am 538install-strip: 539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 541 `test -z '$(STRIP)' || \ 542 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 543mostlyclean-generic: 544 545clean-generic: 546 547distclean-generic: 548 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 549 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 550 551maintainer-clean-generic: 552 @echo "This command is intended for maintainers to use" 553 @echo "it deletes files that may require special tools to rebuild." 554clean: clean-am 555 556clean-am: clean-generic clean-libtool \ 557 clean-rendition_drv_laLTLIBRARIES mostlyclean-am 558 559distclean: distclean-am 560 -rm -rf ./$(DEPDIR) 561 -rm -f Makefile 562distclean-am: clean-am distclean-compile distclean-generic \ 563 distclean-tags 564 565dvi: dvi-am 566 567dvi-am: 568 569html: html-am 570 571html-am: 572 573info: info-am 574 575info-am: 576 577install-data-am: install-dist_driverDATA \ 578 install-rendition_drv_laLTLIBRARIES 579 580install-dvi: install-dvi-am 581 582install-dvi-am: 583 584install-exec-am: 585 586install-html: install-html-am 587 588install-html-am: 589 590install-info: install-info-am 591 592install-info-am: 593 594install-man: 595 596install-pdf: install-pdf-am 597 598install-pdf-am: 599 600install-ps: install-ps-am 601 602install-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-dist_driverDATA \ 625 uninstall-rendition_drv_laLTLIBRARIES 626 627.MAKE: install-am install-strip 628 629.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 630 clean-libtool clean-rendition_drv_laLTLIBRARIES ctags \ 631 distclean distclean-compile distclean-generic \ 632 distclean-libtool distclean-tags distdir dvi dvi-am html \ 633 html-am info info-am install install-am install-data \ 634 install-data-am install-dist_driverDATA install-dvi \ 635 install-dvi-am install-exec install-exec-am install-html \ 636 install-html-am install-info install-info-am install-man \ 637 install-pdf install-pdf-am install-ps install-ps-am \ 638 install-rendition_drv_laLTLIBRARIES install-strip installcheck \ 639 installcheck-am installdirs maintainer-clean \ 640 maintainer-clean-generic mostlyclean mostlyclean-compile \ 641 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 642 tags uninstall uninstall-am uninstall-dist_driverDATA \ 643 uninstall-rendition_drv_laLTLIBRARIES 644 645 646# Tell versions [3.59,3.63) of GNU make to not export all variables. 647# Otherwise a system limit (for SysV at least) may be exceeded. 648.NOEXPORT: 649