Makefile.in revision 0a392d7e
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 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@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = src 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 117mkinstalldirs = $(install_sh) -d 118CONFIG_HEADER = $(top_builddir)/config.h 119CONFIG_CLEAN_FILES = 120CONFIG_CLEAN_VPATH_FILES = 121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 122am__vpath_adj = case $$p in \ 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 124 *) f=$$p;; \ 125 esac; 126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 127am__install_max = 40 128am__nobase_strip_setup = \ 129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 130am__nobase_strip = \ 131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132am__nobase_list = $(am__nobase_strip_setup); \ 133 for p in $$list; do echo "$$p $$p"; done | \ 134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 136 if (++n[$$2] == $(am__install_max)) \ 137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 138 END { for (dir in files) print dir, files[dir] }' 139am__base_list = \ 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142am__uninstall_files_from_dir = { \ 143 test -z "$$files" \ 144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 146 $(am__cd) "$$dir" && rm -f $$files; }; \ 147 } 148am__installdirs = "$(DESTDIR)$(sunleo_drv_ladir)" 149LTLIBRARIES = $(sunleo_drv_la_LTLIBRARIES) 150sunleo_drv_la_LIBADD = 151am_sunleo_drv_la_OBJECTS = leo_accel.lo leo_cursor.lo leo_driver.lo 152sunleo_drv_la_OBJECTS = $(am_sunleo_drv_la_OBJECTS) 153AM_V_lt = $(am__v_lt_@AM_V@) 154am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 155am__v_lt_0 = --silent 156am__v_lt_1 = 157sunleo_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 159 $(sunleo_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 160AM_V_P = $(am__v_P_@AM_V@) 161am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 162am__v_P_0 = false 163am__v_P_1 = : 164AM_V_GEN = $(am__v_GEN_@AM_V@) 165am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 166am__v_GEN_0 = @echo " GEN " $@; 167am__v_GEN_1 = 168AM_V_at = $(am__v_at_@AM_V@) 169am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 170am__v_at_0 = @ 171am__v_at_1 = 172DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 173depcomp = $(SHELL) $(top_srcdir)/depcomp 174am__depfiles_maybe = depfiles 175am__mv = mv -f 176COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 177 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 178LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 179 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 180 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 181 $(AM_CFLAGS) $(CFLAGS) 182AM_V_CC = $(am__v_CC_@AM_V@) 183am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 184am__v_CC_0 = @echo " CC " $@; 185am__v_CC_1 = 186CCLD = $(CC) 187LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 188 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 189 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 190AM_V_CCLD = $(am__v_CCLD_@AM_V@) 191am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 192am__v_CCLD_0 = @echo " CCLD " $@; 193am__v_CCLD_1 = 194SOURCES = $(sunleo_drv_la_SOURCES) 195DIST_SOURCES = $(sunleo_drv_la_SOURCES) 196am__can_run_installinfo = \ 197 case $$AM_UPDATE_INFO_DIR in \ 198 n|no|NO) false;; \ 199 *) (install-info --version) >/dev/null 2>&1;; \ 200 esac 201am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 202# Read a list of newline-separated strings from the standard input, 203# and print each of them once, without duplicates. Input order is 204# *not* preserved. 205am__uniquify_input = $(AWK) '\ 206 BEGIN { nonempty = 0; } \ 207 { items[$$0] = 1; nonempty = 1; } \ 208 END { if (nonempty) { for (i in items) print i; }; } \ 209' 210# Make sure the list of sources is unique. This is necessary because, 211# e.g., the same source file might be shared among _SOURCES variables 212# for different programs/libraries. 213am__define_uniq_tagged_files = \ 214 list='$(am__tagged_files)'; \ 215 unique=`for i in $$list; do \ 216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 217 done | $(am__uniquify_input)` 218ETAGS = etags 219CTAGS = ctags 220am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 221DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 222ACLOCAL = @ACLOCAL@ 223ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 224ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 225AMTAR = @AMTAR@ 226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 227APP_MAN_DIR = @APP_MAN_DIR@ 228APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 229AR = @AR@ 230AUTOCONF = @AUTOCONF@ 231AUTOHEADER = @AUTOHEADER@ 232AUTOMAKE = @AUTOMAKE@ 233AWK = @AWK@ 234BASE_CFLAGS = @BASE_CFLAGS@ 235CC = @CC@ 236CCDEPMODE = @CCDEPMODE@ 237CFLAGS = @CFLAGS@ 238CHANGELOG_CMD = @CHANGELOG_CMD@ 239CPP = @CPP@ 240CPPFLAGS = @CPPFLAGS@ 241CWARNFLAGS = @CWARNFLAGS@ 242CYGPATH_W = @CYGPATH_W@ 243DEFS = @DEFS@ 244DEPDIR = @DEPDIR@ 245DLLTOOL = @DLLTOOL@ 246DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 247DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 248DRIVER_NAME = @DRIVER_NAME@ 249DSYMUTIL = @DSYMUTIL@ 250DUMPBIN = @DUMPBIN@ 251ECHO_C = @ECHO_C@ 252ECHO_N = @ECHO_N@ 253ECHO_T = @ECHO_T@ 254EGREP = @EGREP@ 255EXEEXT = @EXEEXT@ 256FGREP = @FGREP@ 257FILE_MAN_DIR = @FILE_MAN_DIR@ 258FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 259GREP = @GREP@ 260INSTALL = @INSTALL@ 261INSTALL_CMD = @INSTALL_CMD@ 262INSTALL_DATA = @INSTALL_DATA@ 263INSTALL_PROGRAM = @INSTALL_PROGRAM@ 264INSTALL_SCRIPT = @INSTALL_SCRIPT@ 265INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 266LD = @LD@ 267LDFLAGS = @LDFLAGS@ 268LIBOBJS = @LIBOBJS@ 269LIBS = @LIBS@ 270LIBTOOL = @LIBTOOL@ 271LIB_MAN_DIR = @LIB_MAN_DIR@ 272LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 273LIPO = @LIPO@ 274LN_S = @LN_S@ 275LTLIBOBJS = @LTLIBOBJS@ 276LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 277MAINT = @MAINT@ 278MAKEINFO = @MAKEINFO@ 279MANIFEST_TOOL = @MANIFEST_TOOL@ 280MAN_SUBSTS = @MAN_SUBSTS@ 281MISC_MAN_DIR = @MISC_MAN_DIR@ 282MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 283MKDIR_P = @MKDIR_P@ 284NM = @NM@ 285NMEDIT = @NMEDIT@ 286OBJDUMP = @OBJDUMP@ 287OBJEXT = @OBJEXT@ 288OTOOL = @OTOOL@ 289OTOOL64 = @OTOOL64@ 290PACKAGE = @PACKAGE@ 291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 292PACKAGE_NAME = @PACKAGE_NAME@ 293PACKAGE_STRING = @PACKAGE_STRING@ 294PACKAGE_TARNAME = @PACKAGE_TARNAME@ 295PACKAGE_URL = @PACKAGE_URL@ 296PACKAGE_VERSION = @PACKAGE_VERSION@ 297PATH_SEPARATOR = @PATH_SEPARATOR@ 298PKG_CONFIG = @PKG_CONFIG@ 299PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 300PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 301RANLIB = @RANLIB@ 302SED = @SED@ 303SET_MAKE = @SET_MAKE@ 304SHELL = @SHELL@ 305STRICT_CFLAGS = @STRICT_CFLAGS@ 306STRIP = @STRIP@ 307VERSION = @VERSION@ 308XORG_CFLAGS = @XORG_CFLAGS@ 309XORG_LIBS = @XORG_LIBS@ 310XORG_MAN_PAGE = @XORG_MAN_PAGE@ 311abs_builddir = @abs_builddir@ 312abs_srcdir = @abs_srcdir@ 313abs_top_builddir = @abs_top_builddir@ 314abs_top_srcdir = @abs_top_srcdir@ 315ac_ct_AR = @ac_ct_AR@ 316ac_ct_CC = @ac_ct_CC@ 317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 318am__include = @am__include@ 319am__leading_dot = @am__leading_dot@ 320am__quote = @am__quote@ 321am__tar = @am__tar@ 322am__untar = @am__untar@ 323bindir = @bindir@ 324build = @build@ 325build_alias = @build_alias@ 326build_cpu = @build_cpu@ 327build_os = @build_os@ 328build_vendor = @build_vendor@ 329builddir = @builddir@ 330datadir = @datadir@ 331datarootdir = @datarootdir@ 332docdir = @docdir@ 333dvidir = @dvidir@ 334exec_prefix = @exec_prefix@ 335host = @host@ 336host_alias = @host_alias@ 337host_cpu = @host_cpu@ 338host_os = @host_os@ 339host_vendor = @host_vendor@ 340htmldir = @htmldir@ 341includedir = @includedir@ 342infodir = @infodir@ 343install_sh = @install_sh@ 344libdir = @libdir@ 345libexecdir = @libexecdir@ 346localedir = @localedir@ 347localstatedir = @localstatedir@ 348mandir = @mandir@ 349mkdir_p = @mkdir_p@ 350moduledir = @moduledir@ 351oldincludedir = @oldincludedir@ 352pdfdir = @pdfdir@ 353prefix = @prefix@ 354program_transform_name = @program_transform_name@ 355psdir = @psdir@ 356sbindir = @sbindir@ 357sharedstatedir = @sharedstatedir@ 358srcdir = @srcdir@ 359sysconfdir = @sysconfdir@ 360target_alias = @target_alias@ 361top_build_prefix = @top_build_prefix@ 362top_builddir = @top_builddir@ 363top_srcdir = @top_srcdir@ 364 365# this is obnoxious: 366# -module lets us name the module exactly how we want 367# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 368# _ladir passes a dummy rpath to libtool so the thing will actually link 369# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 370AM_CFLAGS = @XORG_CFLAGS@ 371sunleo_drv_la_LTLIBRARIES = sunleo_drv.la 372sunleo_drv_la_LDFLAGS = -module -avoid-version 373sunleo_drv_ladir = @moduledir@/drivers 374sunleo_drv_la_SOURCES = \ 375 compat-api.h \ 376 leo_accel.c \ 377 leo_cursor.c \ 378 leo_driver.c \ 379 leo.h \ 380 leo_regs.h 381 382all: all-am 383 384.SUFFIXES: 385.SUFFIXES: .c .lo .o .obj 386$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 387 @for dep in $?; do \ 388 case '$(am__configure_deps)' in \ 389 *$$dep*) \ 390 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 391 && { if test -f $@; then exit 0; else break; fi; }; \ 392 exit 1;; \ 393 esac; \ 394 done; \ 395 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 396 $(am__cd) $(top_srcdir) && \ 397 $(AUTOMAKE) --foreign src/Makefile 398Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 399 @case '$?' in \ 400 *config.status*) \ 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 402 *) \ 403 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 404 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 405 esac; 406 407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409 410$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 414$(am__aclocal_m4_deps): 415 416install-sunleo_drv_laLTLIBRARIES: $(sunleo_drv_la_LTLIBRARIES) 417 @$(NORMAL_INSTALL) 418 @list='$(sunleo_drv_la_LTLIBRARIES)'; test -n "$(sunleo_drv_ladir)" || list=; \ 419 list2=; for p in $$list; do \ 420 if test -f $$p; then \ 421 list2="$$list2 $$p"; \ 422 else :; fi; \ 423 done; \ 424 test -z "$$list2" || { \ 425 echo " $(MKDIR_P) '$(DESTDIR)$(sunleo_drv_ladir)'"; \ 426 $(MKDIR_P) "$(DESTDIR)$(sunleo_drv_ladir)" || exit 1; \ 427 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(sunleo_drv_ladir)'"; \ 428 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(sunleo_drv_ladir)"; \ 429 } 430 431uninstall-sunleo_drv_laLTLIBRARIES: 432 @$(NORMAL_UNINSTALL) 433 @list='$(sunleo_drv_la_LTLIBRARIES)'; test -n "$(sunleo_drv_ladir)" || list=; \ 434 for p in $$list; do \ 435 $(am__strip_dir) \ 436 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(sunleo_drv_ladir)/$$f'"; \ 437 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(sunleo_drv_ladir)/$$f"; \ 438 done 439 440clean-sunleo_drv_laLTLIBRARIES: 441 -test -z "$(sunleo_drv_la_LTLIBRARIES)" || rm -f $(sunleo_drv_la_LTLIBRARIES) 442 @list='$(sunleo_drv_la_LTLIBRARIES)'; \ 443 locs=`for p in $$list; do echo $$p; done | \ 444 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 445 sort -u`; \ 446 test -z "$$locs" || { \ 447 echo rm -f $${locs}; \ 448 rm -f $${locs}; \ 449 } 450 451sunleo_drv.la: $(sunleo_drv_la_OBJECTS) $(sunleo_drv_la_DEPENDENCIES) $(EXTRA_sunleo_drv_la_DEPENDENCIES) 452 $(AM_V_CCLD)$(sunleo_drv_la_LINK) -rpath $(sunleo_drv_ladir) $(sunleo_drv_la_OBJECTS) $(sunleo_drv_la_LIBADD) $(LIBS) 453 454mostlyclean-compile: 455 -rm -f *.$(OBJEXT) 456 457distclean-compile: 458 -rm -f *.tab.c 459 460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_accel.Plo@am__quote@ 461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_cursor.Plo@am__quote@ 462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_driver.Plo@am__quote@ 463 464.c.o: 465@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 466@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 467@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 468@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 469@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 470 471.c.obj: 472@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 473@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 474@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 475@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 476@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 477 478.c.lo: 479@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 480@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 481@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 482@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 483@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 484 485mostlyclean-libtool: 486 -rm -f *.lo 487 488clean-libtool: 489 -rm -rf .libs _libs 490 491ID: $(am__tagged_files) 492 $(am__define_uniq_tagged_files); mkid -fID $$unique 493tags: tags-am 494TAGS: tags 495 496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 497 set x; \ 498 here=`pwd`; \ 499 $(am__define_uniq_tagged_files); \ 500 shift; \ 501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 502 test -n "$$unique" || unique=$$empty_fix; \ 503 if test $$# -gt 0; then \ 504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 505 "$$@" $$unique; \ 506 else \ 507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 508 $$unique; \ 509 fi; \ 510 fi 511ctags: ctags-am 512 513CTAGS: ctags 514ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 515 $(am__define_uniq_tagged_files); \ 516 test -z "$(CTAGS_ARGS)$$unique" \ 517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 518 $$unique 519 520GTAGS: 521 here=`$(am__cd) $(top_builddir) && pwd` \ 522 && $(am__cd) $(top_srcdir) \ 523 && gtags -i $(GTAGS_ARGS) "$$here" 524cscopelist: cscopelist-am 525 526cscopelist-am: $(am__tagged_files) 527 list='$(am__tagged_files)'; \ 528 case "$(srcdir)" in \ 529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 530 *) sdir=$(subdir)/$(srcdir) ;; \ 531 esac; \ 532 for i in $$list; do \ 533 if test -f "$$i"; then \ 534 echo "$(subdir)/$$i"; \ 535 else \ 536 echo "$$sdir/$$i"; \ 537 fi; \ 538 done >> $(top_builddir)/cscope.files 539 540distclean-tags: 541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 542 543distdir: $(DISTFILES) 544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 546 list='$(DISTFILES)'; \ 547 dist_files=`for file in $$list; do echo $$file; done | \ 548 sed -e "s|^$$srcdirstrip/||;t" \ 549 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 550 case $$dist_files in \ 551 */*) $(MKDIR_P) `echo "$$dist_files" | \ 552 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 553 sort -u` ;; \ 554 esac; \ 555 for file in $$dist_files; do \ 556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 557 if test -d $$d/$$file; then \ 558 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 559 if test -d "$(distdir)/$$file"; then \ 560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 561 fi; \ 562 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 563 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 565 fi; \ 566 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 567 else \ 568 test -f "$(distdir)/$$file" \ 569 || cp -p $$d/$$file "$(distdir)/$$file" \ 570 || exit 1; \ 571 fi; \ 572 done 573check-am: all-am 574check: check-am 575all-am: Makefile $(LTLIBRARIES) 576installdirs: 577 for dir in "$(DESTDIR)$(sunleo_drv_ladir)"; do \ 578 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 579 done 580install: install-am 581install-exec: install-exec-am 582install-data: install-data-am 583uninstall: uninstall-am 584 585install-am: all-am 586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 587 588installcheck: installcheck-am 589install-strip: 590 if test -z '$(STRIP)'; then \ 591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 593 install; \ 594 else \ 595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 597 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 598 fi 599mostlyclean-generic: 600 601clean-generic: 602 603distclean-generic: 604 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 605 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 606 607maintainer-clean-generic: 608 @echo "This command is intended for maintainers to use" 609 @echo "it deletes files that may require special tools to rebuild." 610clean: clean-am 611 612clean-am: clean-generic clean-libtool clean-sunleo_drv_laLTLIBRARIES \ 613 mostlyclean-am 614 615distclean: distclean-am 616 -rm -rf ./$(DEPDIR) 617 -rm -f Makefile 618distclean-am: clean-am distclean-compile distclean-generic \ 619 distclean-tags 620 621dvi: dvi-am 622 623dvi-am: 624 625html: html-am 626 627html-am: 628 629info: info-am 630 631info-am: 632 633install-data-am: install-sunleo_drv_laLTLIBRARIES 634 635install-dvi: install-dvi-am 636 637install-dvi-am: 638 639install-exec-am: 640 641install-html: install-html-am 642 643install-html-am: 644 645install-info: install-info-am 646 647install-info-am: 648 649install-man: 650 651install-pdf: install-pdf-am 652 653install-pdf-am: 654 655install-ps: install-ps-am 656 657install-ps-am: 658 659installcheck-am: 660 661maintainer-clean: maintainer-clean-am 662 -rm -rf ./$(DEPDIR) 663 -rm -f Makefile 664maintainer-clean-am: distclean-am maintainer-clean-generic 665 666mostlyclean: mostlyclean-am 667 668mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 669 mostlyclean-libtool 670 671pdf: pdf-am 672 673pdf-am: 674 675ps: ps-am 676 677ps-am: 678 679uninstall-am: uninstall-sunleo_drv_laLTLIBRARIES 680 681.MAKE: install-am install-strip 682 683.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 684 clean-libtool clean-sunleo_drv_laLTLIBRARIES cscopelist-am \ 685 ctags ctags-am distclean distclean-compile distclean-generic \ 686 distclean-libtool distclean-tags distdir dvi dvi-am html \ 687 html-am info info-am install install-am install-data \ 688 install-data-am install-dvi install-dvi-am install-exec \ 689 install-exec-am install-html install-html-am install-info \ 690 install-info-am install-man install-pdf install-pdf-am \ 691 install-ps install-ps-am install-strip \ 692 install-sunleo_drv_laLTLIBRARIES installcheck installcheck-am \ 693 installdirs maintainer-clean maintainer-clean-generic \ 694 mostlyclean mostlyclean-compile mostlyclean-generic \ 695 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 696 uninstall-am uninstall-sunleo_drv_laLTLIBRARIES 697 698.PRECIOUS: Makefile 699 700 701# Tell versions [3.59,3.63) of GNU make to not export all variables. 702# Otherwise a system limit (for SysV at least) may be exceeded. 703.NOEXPORT: 704