Makefile.in revision f5990ea7
1# Makefile.in generated by automake 1.11.1 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 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57subdir = src 58DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in 59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60am__aclocal_m4_deps = $(top_srcdir)/configure.ac 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62 $(ACLOCAL_M4) 63mkinstalldirs = $(install_sh) -d 64CONFIG_HEADER = $(top_builddir)/config.h 65CONFIG_CLEAN_FILES = 66CONFIG_CLEAN_VPATH_FILES = 67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 68am__vpath_adj = case $$p in \ 69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 70 *) f=$$p;; \ 71 esac; 72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 73am__install_max = 40 74am__nobase_strip_setup = \ 75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 76am__nobase_strip = \ 77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 78am__nobase_list = $(am__nobase_strip_setup); \ 79 for p in $$list; do echo "$$p $$p"; done | \ 80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 82 if (++n[$$2] == $(am__install_max)) \ 83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 84 END { for (dir in files) print dir, files[dir] }' 85am__base_list = \ 86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 88am__installdirs = "$(DESTDIR)$(tseng_drv_ladir)" 89LTLIBRARIES = $(tseng_drv_la_LTLIBRARIES) 90tseng_drv_la_LIBADD = 91am_tseng_drv_la_OBJECTS = tseng_accel.lo tseng_cursor.lo tseng_dga.lo \ 92 tseng_driver.lo tseng_mode.lo 93tseng_drv_la_OBJECTS = $(am_tseng_drv_la_OBJECTS) 94AM_V_lt = $(am__v_lt_$(V)) 95am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 96am__v_lt_0 = --silent 97tseng_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 98 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 99 $(tseng_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 100DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 101depcomp = $(SHELL) $(top_srcdir)/depcomp 102am__depfiles_maybe = depfiles 103am__mv = mv -f 104COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 106LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 107 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 108 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 109 $(AM_CFLAGS) $(CFLAGS) 110AM_V_CC = $(am__v_CC_$(V)) 111am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 112am__v_CC_0 = @echo " CC " $@; 113AM_V_at = $(am__v_at_$(V)) 114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 115am__v_at_0 = @ 116CCLD = $(CC) 117LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 118 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 119 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 120AM_V_CCLD = $(am__v_CCLD_$(V)) 121am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 122am__v_CCLD_0 = @echo " CCLD " $@; 123AM_V_GEN = $(am__v_GEN_$(V)) 124am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 125am__v_GEN_0 = @echo " GEN " $@; 126SOURCES = $(tseng_drv_la_SOURCES) 127DIST_SOURCES = $(tseng_drv_la_SOURCES) 128ETAGS = etags 129CTAGS = ctags 130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 131ACLOCAL = @ACLOCAL@ 132ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 133ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 134AMTAR = @AMTAR@ 135AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 136APP_MAN_DIR = @APP_MAN_DIR@ 137APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 138AR = @AR@ 139AUTOCONF = @AUTOCONF@ 140AUTOHEADER = @AUTOHEADER@ 141AUTOMAKE = @AUTOMAKE@ 142AWK = @AWK@ 143CC = @CC@ 144CCDEPMODE = @CCDEPMODE@ 145CFLAGS = @CFLAGS@ 146CHANGELOG_CMD = @CHANGELOG_CMD@ 147CPP = @CPP@ 148CPPFLAGS = @CPPFLAGS@ 149CWARNFLAGS = @CWARNFLAGS@ 150CYGPATH_W = @CYGPATH_W@ 151DEFS = @DEFS@ 152DEPDIR = @DEPDIR@ 153DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 154DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 155DRIVER_NAME = @DRIVER_NAME@ 156DSYMUTIL = @DSYMUTIL@ 157DUMPBIN = @DUMPBIN@ 158ECHO_C = @ECHO_C@ 159ECHO_N = @ECHO_N@ 160ECHO_T = @ECHO_T@ 161EGREP = @EGREP@ 162EXEEXT = @EXEEXT@ 163FGREP = @FGREP@ 164FILE_MAN_DIR = @FILE_MAN_DIR@ 165FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 166GREP = @GREP@ 167INSTALL = @INSTALL@ 168INSTALL_CMD = @INSTALL_CMD@ 169INSTALL_DATA = @INSTALL_DATA@ 170INSTALL_PROGRAM = @INSTALL_PROGRAM@ 171INSTALL_SCRIPT = @INSTALL_SCRIPT@ 172INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 173LD = @LD@ 174LDFLAGS = @LDFLAGS@ 175LIBOBJS = @LIBOBJS@ 176LIBS = @LIBS@ 177LIBTOOL = @LIBTOOL@ 178LIB_MAN_DIR = @LIB_MAN_DIR@ 179LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 180LIPO = @LIPO@ 181LN_S = @LN_S@ 182LTLIBOBJS = @LTLIBOBJS@ 183MAINT = @MAINT@ 184MAKEINFO = @MAKEINFO@ 185MAN_SUBSTS = @MAN_SUBSTS@ 186MISC_MAN_DIR = @MISC_MAN_DIR@ 187MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 188MKDIR_P = @MKDIR_P@ 189NM = @NM@ 190NMEDIT = @NMEDIT@ 191OBJDUMP = @OBJDUMP@ 192OBJEXT = @OBJEXT@ 193OTOOL = @OTOOL@ 194OTOOL64 = @OTOOL64@ 195PACKAGE = @PACKAGE@ 196PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 197PACKAGE_NAME = @PACKAGE_NAME@ 198PACKAGE_STRING = @PACKAGE_STRING@ 199PACKAGE_TARNAME = @PACKAGE_TARNAME@ 200PACKAGE_VERSION = @PACKAGE_VERSION@ 201PATH_SEPARATOR = @PATH_SEPARATOR@ 202PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 203PCIACCESS_LIBS = @PCIACCESS_LIBS@ 204PKG_CONFIG = @PKG_CONFIG@ 205RANLIB = @RANLIB@ 206SED = @SED@ 207SET_MAKE = @SET_MAKE@ 208SHELL = @SHELL@ 209STRIP = @STRIP@ 210VERSION = @VERSION@ 211XORG_CFLAGS = @XORG_CFLAGS@ 212XORG_LIBS = @XORG_LIBS@ 213XORG_MAN_PAGE = @XORG_MAN_PAGE@ 214abs_builddir = @abs_builddir@ 215abs_srcdir = @abs_srcdir@ 216abs_top_builddir = @abs_top_builddir@ 217abs_top_srcdir = @abs_top_srcdir@ 218ac_ct_CC = @ac_ct_CC@ 219ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 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@ 234docdir = @docdir@ 235dvidir = @dvidir@ 236exec_prefix = @exec_prefix@ 237host = @host@ 238host_alias = @host_alias@ 239host_cpu = @host_cpu@ 240host_os = @host_os@ 241host_vendor = @host_vendor@ 242htmldir = @htmldir@ 243includedir = @includedir@ 244infodir = @infodir@ 245install_sh = @install_sh@ 246libdir = @libdir@ 247libexecdir = @libexecdir@ 248localedir = @localedir@ 249localstatedir = @localstatedir@ 250lt_ECHO = @lt_ECHO@ 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 268# this is obnoxious: 269# -module lets us name the module exactly how we want 270# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 271# _ladir passes a dummy rpath to libtool so the thing will actually link 272# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 273AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) 274tseng_drv_la_LTLIBRARIES = tseng_drv.la 275tseng_drv_la_LDFLAGS = -module -avoid-version 276tseng_drv_ladir = @moduledir@/drivers 277tseng_drv_la_SOURCES = \ 278 tseng_accel.c \ 279 tseng_accel.h \ 280 tseng_cursor.c \ 281 tseng_dga.c \ 282 tseng_driver.c \ 283 tseng.h \ 284 tseng_mode.c \ 285 tseng_pcirename.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-tseng_drv_laLTLIBRARIES: $(tseng_drv_la_LTLIBRARIES) 322 @$(NORMAL_INSTALL) 323 test -z "$(tseng_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(tseng_drv_ladir)" 324 @list='$(tseng_drv_la_LTLIBRARIES)'; test -n "$(tseng_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)$(tseng_drv_ladir)'"; \ 332 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(tseng_drv_ladir)"; \ 333 } 334 335uninstall-tseng_drv_laLTLIBRARIES: 336 @$(NORMAL_UNINSTALL) 337 @list='$(tseng_drv_la_LTLIBRARIES)'; test -n "$(tseng_drv_ladir)" || list=; \ 338 for p in $$list; do \ 339 $(am__strip_dir) \ 340 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(tseng_drv_ladir)/$$f'"; \ 341 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(tseng_drv_ladir)/$$f"; \ 342 done 343 344clean-tseng_drv_laLTLIBRARIES: 345 -test -z "$(tseng_drv_la_LTLIBRARIES)" || rm -f $(tseng_drv_la_LTLIBRARIES) 346 @list='$(tseng_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 352tseng_drv.la: $(tseng_drv_la_OBJECTS) $(tseng_drv_la_DEPENDENCIES) 353 $(AM_V_CCLD)$(tseng_drv_la_LINK) -rpath $(tseng_drv_ladir) $(tseng_drv_la_OBJECTS) $(tseng_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)/tseng_accel.Plo@am__quote@ 362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tseng_cursor.Plo@am__quote@ 363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tseng_dga.Plo@am__quote@ 364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tseng_driver.Plo@am__quote@ 365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tseng_mode.Plo@am__quote@ 366 367.c.o: 368@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 369@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 370@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 371@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 372@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 373@am__fastdepCC_FALSE@ $(COMPILE) -c $< 374 375.c.obj: 376@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 377@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 378@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 379@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 380@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 381@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 382 383.c.lo: 384@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 385@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 386@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 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)$(tseng_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-tseng_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-tseng_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-tseng_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-tseng_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-strip install-tseng_drv_laLTLIBRARIES 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-tseng_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