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