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