Makefile.in revision 659607e0
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 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@ 55subdir = src 56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 58am__aclocal_m4_deps = $(top_srcdir)/configure.ac 59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 60 $(ACLOCAL_M4) 61mkinstalldirs = $(install_sh) -d 62CONFIG_HEADER = $(top_builddir)/config.h 63CONFIG_CLEAN_FILES = 64am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 65am__vpath_adj = case $$p in \ 66 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 67 *) f=$$p;; \ 68 esac; 69am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 70am__installdirs = "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)" 71@DRIVER_NAME@_drv_laLTLIBRARIES_INSTALL = $(INSTALL) 72LTLIBRARIES = $(@DRIVER_NAME@_drv_la_LTLIBRARIES) 73@DRIVER_NAME@_drv_la_LIBADD = 74am_@DRIVER_NAME@_drv_la_OBJECTS = @DRIVER_NAME@.lo pnp.lo 75@DRIVER_NAME@_drv_la_OBJECTS = $(am_@DRIVER_NAME@_drv_la_OBJECTS) 76@DRIVER_NAME@_drv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 77 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 78 $(@DRIVER_NAME@_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 79DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 80depcomp = $(SHELL) $(top_srcdir)/depcomp 81am__depfiles_maybe = depfiles 82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 84LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 85 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 86 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 87CCLD = $(CC) 88LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 89 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 90 $(LDFLAGS) -o $@ 91SOURCES = $(@DRIVER_NAME@_drv_la_SOURCES) 92DIST_SOURCES = $(@DRIVER_NAME@_drv_la_SOURCES) 93ETAGS = etags 94CTAGS = ctags 95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 96ACLOCAL = @ACLOCAL@ 97ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 98ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 99AMTAR = @AMTAR@ 100APP_MAN_DIR = @APP_MAN_DIR@ 101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 102AR = @AR@ 103AUTOCONF = @AUTOCONF@ 104AUTOHEADER = @AUTOHEADER@ 105AUTOMAKE = @AUTOMAKE@ 106AWK = @AWK@ 107CC = @CC@ 108CCDEPMODE = @CCDEPMODE@ 109CFLAGS = @CFLAGS@ 110CPP = @CPP@ 111CPPFLAGS = @CPPFLAGS@ 112CXX = @CXX@ 113CXXCPP = @CXXCPP@ 114CXXDEPMODE = @CXXDEPMODE@ 115CXXFLAGS = @CXXFLAGS@ 116CYGPATH_W = @CYGPATH_W@ 117DEFS = @DEFS@ 118DEPDIR = @DEPDIR@ 119DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 120DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 121DRIVER_NAME = @DRIVER_NAME@ 122ECHO = @ECHO@ 123ECHO_C = @ECHO_C@ 124ECHO_N = @ECHO_N@ 125ECHO_T = @ECHO_T@ 126EGREP = @EGREP@ 127EXEEXT = @EXEEXT@ 128F77 = @F77@ 129FFLAGS = @FFLAGS@ 130FILE_MAN_DIR = @FILE_MAN_DIR@ 131FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 132GREP = @GREP@ 133INSTALL = @INSTALL@ 134INSTALL_DATA = @INSTALL_DATA@ 135INSTALL_PROGRAM = @INSTALL_PROGRAM@ 136INSTALL_SCRIPT = @INSTALL_SCRIPT@ 137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 138LDFLAGS = @LDFLAGS@ 139LIBOBJS = @LIBOBJS@ 140LIBS = @LIBS@ 141LIBTOOL = @LIBTOOL@ 142LIB_MAN_DIR = @LIB_MAN_DIR@ 143LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 144LINUXDOC = @LINUXDOC@ 145LN_S = @LN_S@ 146LTLIBOBJS = @LTLIBOBJS@ 147MAINT = @MAINT@ 148MAKEINFO = @MAKEINFO@ 149MAKE_HTML = @MAKE_HTML@ 150MAKE_PDF = @MAKE_PDF@ 151MAKE_PS = @MAKE_PS@ 152MAKE_TEXT = @MAKE_TEXT@ 153MISC_MAN_DIR = @MISC_MAN_DIR@ 154MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 155MKDIR_P = @MKDIR_P@ 156OBJEXT = @OBJEXT@ 157PACKAGE = @PACKAGE@ 158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 159PACKAGE_NAME = @PACKAGE_NAME@ 160PACKAGE_STRING = @PACKAGE_STRING@ 161PACKAGE_TARNAME = @PACKAGE_TARNAME@ 162PACKAGE_VERSION = @PACKAGE_VERSION@ 163PATH_SEPARATOR = @PATH_SEPARATOR@ 164PKG_CONFIG = @PKG_CONFIG@ 165PS2PDF = @PS2PDF@ 166RANLIB = @RANLIB@ 167SED = @SED@ 168SET_MAKE = @SET_MAKE@ 169SHELL = @SHELL@ 170STRIP = @STRIP@ 171VERSION = @VERSION@ 172XORG_CFLAGS = @XORG_CFLAGS@ 173XORG_LIBS = @XORG_LIBS@ 174abs_builddir = @abs_builddir@ 175abs_srcdir = @abs_srcdir@ 176abs_top_builddir = @abs_top_builddir@ 177abs_top_srcdir = @abs_top_srcdir@ 178ac_ct_CC = @ac_ct_CC@ 179ac_ct_CXX = @ac_ct_CXX@ 180ac_ct_F77 = @ac_ct_F77@ 181am__include = @am__include@ 182am__leading_dot = @am__leading_dot@ 183am__quote = @am__quote@ 184am__tar = @am__tar@ 185am__untar = @am__untar@ 186bindir = @bindir@ 187build = @build@ 188build_alias = @build_alias@ 189build_cpu = @build_cpu@ 190build_os = @build_os@ 191build_vendor = @build_vendor@ 192builddir = @builddir@ 193datadir = @datadir@ 194datarootdir = @datarootdir@ 195docdir = @docdir@ 196dvidir = @dvidir@ 197exec_prefix = @exec_prefix@ 198host = @host@ 199host_alias = @host_alias@ 200host_cpu = @host_cpu@ 201host_os = @host_os@ 202host_vendor = @host_vendor@ 203htmldir = @htmldir@ 204includedir = @includedir@ 205infodir = @infodir@ 206inputdir = @inputdir@ 207install_sh = @install_sh@ 208libdir = @libdir@ 209libexecdir = @libexecdir@ 210localedir = @localedir@ 211localstatedir = @localstatedir@ 212mandir = @mandir@ 213mkdir_p = @mkdir_p@ 214oldincludedir = @oldincludedir@ 215pdfdir = @pdfdir@ 216prefix = @prefix@ 217program_transform_name = @program_transform_name@ 218psdir = @psdir@ 219sbindir = @sbindir@ 220sharedstatedir = @sharedstatedir@ 221srcdir = @srcdir@ 222sysconfdir = @sysconfdir@ 223target_alias = @target_alias@ 224top_builddir = @top_builddir@ 225top_srcdir = @top_srcdir@ 226 227# this is obnoxious: 228# -module lets us name the module exactly how we want 229# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 230# _ladir passes a dummy rpath to libtool so the thing will actually link 231# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 232@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la 233@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version 234@DRIVER_NAME@_drv_ladir = @inputdir@ 235@DRIVER_NAME@_drv_la_SOURCES = @DRIVER_NAME@.c @DRIVER_NAME@.h pnp.c mousePriv.h 236all: all-am 237 238.SUFFIXES: 239.SUFFIXES: .c .lo .o .obj 240$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 241 @for dep in $?; do \ 242 case '$(am__configure_deps)' in \ 243 *$$dep*) \ 244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 245 && exit 0; \ 246 exit 1;; \ 247 esac; \ 248 done; \ 249 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 250 cd $(top_srcdir) && \ 251 $(AUTOMAKE) --gnu src/Makefile 252.PRECIOUS: Makefile 253Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 254 @case '$?' in \ 255 *config.status*) \ 256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 257 *) \ 258 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 259 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 260 esac; 261 262$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 264 265$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 267$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 269install-@DRIVER_NAME@_drv_laLTLIBRARIES: $(@DRIVER_NAME@_drv_la_LTLIBRARIES) 270 @$(NORMAL_INSTALL) 271 test -z "$(@DRIVER_NAME@_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)" 272 @list='$(@DRIVER_NAME@_drv_la_LTLIBRARIES)'; for p in $$list; do \ 273 if test -f $$p; then \ 274 f=$(am__strip_dir) \ 275 echo " $(LIBTOOL) --mode=install $(@DRIVER_NAME@_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)/$$f'"; \ 276 $(LIBTOOL) --mode=install $(@DRIVER_NAME@_drv_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)/$$f"; \ 277 else :; fi; \ 278 done 279 280uninstall-@DRIVER_NAME@_drv_laLTLIBRARIES: 281 @$(NORMAL_UNINSTALL) 282 @list='$(@DRIVER_NAME@_drv_la_LTLIBRARIES)'; for p in $$list; do \ 283 p=$(am__strip_dir) \ 284 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)/$$p'"; \ 285 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)/$$p"; \ 286 done 287 288clean-@DRIVER_NAME@_drv_laLTLIBRARIES: 289 -test -z "$(@DRIVER_NAME@_drv_la_LTLIBRARIES)" || rm -f $(@DRIVER_NAME@_drv_la_LTLIBRARIES) 290 @list='$(@DRIVER_NAME@_drv_la_LTLIBRARIES)'; for p in $$list; do \ 291 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 292 test "$$dir" != "$$p" || dir=.; \ 293 echo "rm -f \"$${dir}/so_locations\""; \ 294 rm -f "$${dir}/so_locations"; \ 295 done 296@DRIVER_NAME@_drv.la: $(@DRIVER_NAME@_drv_la_OBJECTS) $(@DRIVER_NAME@_drv_la_DEPENDENCIES) 297 $(@DRIVER_NAME@_drv_la_LINK) -rpath $(@DRIVER_NAME@_drv_ladir) $(@DRIVER_NAME@_drv_la_OBJECTS) $(@DRIVER_NAME@_drv_la_LIBADD) $(LIBS) 298 299mostlyclean-compile: 300 -rm -f *.$(OBJEXT) 301 302distclean-compile: 303 -rm -f *.tab.c 304 305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/@DRIVER_NAME@.Plo@am__quote@ 306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pnp.Plo@am__quote@ 307 308.c.o: 309@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 310@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 311@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 312@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 313@am__fastdepCC_FALSE@ $(COMPILE) -c $< 314 315.c.obj: 316@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 317@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 318@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 319@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 320@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 321 322.c.lo: 323@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 324@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 325@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 326@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 327@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 328 329mostlyclean-libtool: 330 -rm -f *.lo 331 332clean-libtool: 333 -rm -rf .libs _libs 334 335ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 337 unique=`for i in $$list; do \ 338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 339 done | \ 340 $(AWK) ' { files[$$0] = 1; } \ 341 END { for (i in files) print i; }'`; \ 342 mkid -fID $$unique 343tags: TAGS 344 345TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 346 $(TAGS_FILES) $(LISP) 347 tags=; \ 348 here=`pwd`; \ 349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 350 unique=`for i in $$list; do \ 351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 352 done | \ 353 $(AWK) ' { files[$$0] = 1; } \ 354 END { for (i in files) print i; }'`; \ 355 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 356 test -n "$$unique" || unique=$$empty_fix; \ 357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 358 $$tags $$unique; \ 359 fi 360ctags: CTAGS 361CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 362 $(TAGS_FILES) $(LISP) 363 tags=; \ 364 here=`pwd`; \ 365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 366 unique=`for i in $$list; do \ 367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 368 done | \ 369 $(AWK) ' { files[$$0] = 1; } \ 370 END { for (i in files) print i; }'`; \ 371 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 372 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 373 $$tags $$unique 374 375GTAGS: 376 here=`$(am__cd) $(top_builddir) && pwd` \ 377 && cd $(top_srcdir) \ 378 && gtags -i $(GTAGS_ARGS) $$here 379 380distclean-tags: 381 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 382 383distdir: $(DISTFILES) 384 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 385 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 386 list='$(DISTFILES)'; \ 387 dist_files=`for file in $$list; do echo $$file; done | \ 388 sed -e "s|^$$srcdirstrip/||;t" \ 389 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 390 case $$dist_files in \ 391 */*) $(MKDIR_P) `echo "$$dist_files" | \ 392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 393 sort -u` ;; \ 394 esac; \ 395 for file in $$dist_files; do \ 396 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 397 if test -d $$d/$$file; then \ 398 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 399 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 400 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 401 fi; \ 402 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 403 else \ 404 test -f $(distdir)/$$file \ 405 || cp -p $$d/$$file $(distdir)/$$file \ 406 || exit 1; \ 407 fi; \ 408 done 409check-am: all-am 410check: check-am 411all-am: Makefile $(LTLIBRARIES) 412installdirs: 413 for dir in "$(DESTDIR)$(@DRIVER_NAME@_drv_ladir)"; do \ 414 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 415 done 416install: install-am 417install-exec: install-exec-am 418install-data: install-data-am 419uninstall: uninstall-am 420 421install-am: all-am 422 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 423 424installcheck: installcheck-am 425install-strip: 426 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 427 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 428 `test -z '$(STRIP)' || \ 429 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 430mostlyclean-generic: 431 432clean-generic: 433 434distclean-generic: 435 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 436 437maintainer-clean-generic: 438 @echo "This command is intended for maintainers to use" 439 @echo "it deletes files that may require special tools to rebuild." 440clean: clean-am 441 442clean-am: clean-@DRIVER_NAME@_drv_laLTLIBRARIES clean-generic \ 443 clean-libtool mostlyclean-am 444 445distclean: distclean-am 446 -rm -rf ./$(DEPDIR) 447 -rm -f Makefile 448distclean-am: clean-am distclean-compile distclean-generic \ 449 distclean-tags 450 451dvi: dvi-am 452 453dvi-am: 454 455html: html-am 456 457info: info-am 458 459info-am: 460 461install-data-am: install-@DRIVER_NAME@_drv_laLTLIBRARIES 462 463install-dvi: install-dvi-am 464 465install-exec-am: 466 467install-html: install-html-am 468 469install-info: install-info-am 470 471install-man: 472 473install-pdf: install-pdf-am 474 475install-ps: install-ps-am 476 477installcheck-am: 478 479maintainer-clean: maintainer-clean-am 480 -rm -rf ./$(DEPDIR) 481 -rm -f Makefile 482maintainer-clean-am: distclean-am maintainer-clean-generic 483 484mostlyclean: mostlyclean-am 485 486mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 487 mostlyclean-libtool 488 489pdf: pdf-am 490 491pdf-am: 492 493ps: ps-am 494 495ps-am: 496 497uninstall-am: uninstall-@DRIVER_NAME@_drv_laLTLIBRARIES 498 499.MAKE: install-am install-strip 500 501.PHONY: CTAGS GTAGS all all-am check check-am clean \ 502 clean-@DRIVER_NAME@_drv_laLTLIBRARIES clean-generic \ 503 clean-libtool ctags distclean distclean-compile \ 504 distclean-generic distclean-libtool distclean-tags distdir dvi \ 505 dvi-am html html-am info info-am install \ 506 install-@DRIVER_NAME@_drv_laLTLIBRARIES install-am \ 507 install-data install-data-am install-dvi install-dvi-am \ 508 install-exec install-exec-am install-html install-html-am \ 509 install-info install-info-am install-man install-pdf \ 510 install-pdf-am install-ps install-ps-am install-strip \ 511 installcheck installcheck-am installdirs maintainer-clean \ 512 maintainer-clean-generic mostlyclean mostlyclean-compile \ 513 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 514 tags uninstall uninstall-@DRIVER_NAME@_drv_laLTLIBRARIES \ 515 uninstall-am 516 517# Tell versions [3.59,3.63) of GNU make to not export all variables. 518# Otherwise a system limit (for SysV at least) may be exceeded. 519.NOEXPORT: 520