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