1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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__maybe_remake_depfiles = depfiles
175am__depfiles_remade = ./$(DEPDIR)/leo_accel.Plo \
176	./$(DEPDIR)/leo_cursor.Plo ./$(DEPDIR)/leo_driver.Plo
177am__mv = mv -f
178COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
182	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
183	$(AM_CFLAGS) $(CFLAGS)
184AM_V_CC = $(am__v_CC_@AM_V@)
185am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
186am__v_CC_0 = @echo "  CC      " $@;
187am__v_CC_1 = 
188CCLD = $(CC)
189LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
191	$(AM_LDFLAGS) $(LDFLAGS) -o $@
192AM_V_CCLD = $(am__v_CCLD_@AM_V@)
193am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
194am__v_CCLD_0 = @echo "  CCLD    " $@;
195am__v_CCLD_1 = 
196SOURCES = $(sunleo_drv_la_SOURCES)
197DIST_SOURCES = $(sunleo_drv_la_SOURCES)
198am__can_run_installinfo = \
199  case $$AM_UPDATE_INFO_DIR in \
200    n|no|NO) false;; \
201    *) (install-info --version) >/dev/null 2>&1;; \
202  esac
203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204# Read a list of newline-separated strings from the standard input,
205# and print each of them once, without duplicates.  Input order is
206# *not* preserved.
207am__uniquify_input = $(AWK) '\
208  BEGIN { nonempty = 0; } \
209  { items[$$0] = 1; nonempty = 1; } \
210  END { if (nonempty) { for (i in items) print i; }; } \
211'
212# Make sure the list of sources is unique.  This is necessary because,
213# e.g., the same source file might be shared among _SOURCES variables
214# for different programs/libraries.
215am__define_uniq_tagged_files = \
216  list='$(am__tagged_files)'; \
217  unique=`for i in $$list; do \
218    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219  done | $(am__uniquify_input)`
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@
239CPPFLAGS = @CPPFLAGS@
240CSCOPE = @CSCOPE@
241CTAGS = @CTAGS@
242CWARNFLAGS = @CWARNFLAGS@
243CYGPATH_W = @CYGPATH_W@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
246DLLTOOL = @DLLTOOL@
247DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
248DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
249DRIVER_NAME = @DRIVER_NAME@
250DSYMUTIL = @DSYMUTIL@
251DUMPBIN = @DUMPBIN@
252ECHO_C = @ECHO_C@
253ECHO_N = @ECHO_N@
254ECHO_T = @ECHO_T@
255EGREP = @EGREP@
256ETAGS = @ETAGS@
257EXEEXT = @EXEEXT@
258FGREP = @FGREP@
259FILECMD = @FILECMD@
260FILE_MAN_DIR = @FILE_MAN_DIR@
261FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
262GREP = @GREP@
263INSTALL = @INSTALL@
264INSTALL_CMD = @INSTALL_CMD@
265INSTALL_DATA = @INSTALL_DATA@
266INSTALL_PROGRAM = @INSTALL_PROGRAM@
267INSTALL_SCRIPT = @INSTALL_SCRIPT@
268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269LD = @LD@
270LDFLAGS = @LDFLAGS@
271LIBOBJS = @LIBOBJS@
272LIBS = @LIBS@
273LIBTOOL = @LIBTOOL@
274LIB_MAN_DIR = @LIB_MAN_DIR@
275LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
276LIPO = @LIPO@
277LN_S = @LN_S@
278LTLIBOBJS = @LTLIBOBJS@
279LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
280MAINT = @MAINT@
281MAKEINFO = @MAKEINFO@
282MANIFEST_TOOL = @MANIFEST_TOOL@
283MAN_SUBSTS = @MAN_SUBSTS@
284MISC_MAN_DIR = @MISC_MAN_DIR@
285MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
286MKDIR_P = @MKDIR_P@
287NM = @NM@
288NMEDIT = @NMEDIT@
289OBJDUMP = @OBJDUMP@
290OBJEXT = @OBJEXT@
291OTOOL = @OTOOL@
292OTOOL64 = @OTOOL64@
293PACKAGE = @PACKAGE@
294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295PACKAGE_NAME = @PACKAGE_NAME@
296PACKAGE_STRING = @PACKAGE_STRING@
297PACKAGE_TARNAME = @PACKAGE_TARNAME@
298PACKAGE_URL = @PACKAGE_URL@
299PACKAGE_VERSION = @PACKAGE_VERSION@
300PATH_SEPARATOR = @PATH_SEPARATOR@
301PKG_CONFIG = @PKG_CONFIG@
302PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304RANLIB = @RANLIB@
305SED = @SED@
306SET_MAKE = @SET_MAKE@
307SHELL = @SHELL@
308STRICT_CFLAGS = @STRICT_CFLAGS@
309STRIP = @STRIP@
310VERSION = @VERSION@
311XORG_CFLAGS = @XORG_CFLAGS@
312XORG_LIBS = @XORG_LIBS@
313XORG_MAN_PAGE = @XORG_MAN_PAGE@
314abs_builddir = @abs_builddir@
315abs_srcdir = @abs_srcdir@
316abs_top_builddir = @abs_top_builddir@
317abs_top_srcdir = @abs_top_srcdir@
318ac_ct_AR = @ac_ct_AR@
319ac_ct_CC = @ac_ct_CC@
320ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
321am__include = @am__include@
322am__leading_dot = @am__leading_dot@
323am__quote = @am__quote@
324am__tar = @am__tar@
325am__untar = @am__untar@
326bindir = @bindir@
327build = @build@
328build_alias = @build_alias@
329build_cpu = @build_cpu@
330build_os = @build_os@
331build_vendor = @build_vendor@
332builddir = @builddir@
333datadir = @datadir@
334datarootdir = @datarootdir@
335docdir = @docdir@
336dvidir = @dvidir@
337exec_prefix = @exec_prefix@
338host = @host@
339host_alias = @host_alias@
340host_cpu = @host_cpu@
341host_os = @host_os@
342host_vendor = @host_vendor@
343htmldir = @htmldir@
344includedir = @includedir@
345infodir = @infodir@
346install_sh = @install_sh@
347libdir = @libdir@
348libexecdir = @libexecdir@
349localedir = @localedir@
350localstatedir = @localstatedir@
351mandir = @mandir@
352mkdir_p = @mkdir_p@
353moduledir = @moduledir@
354oldincludedir = @oldincludedir@
355pdfdir = @pdfdir@
356prefix = @prefix@
357program_transform_name = @program_transform_name@
358psdir = @psdir@
359runstatedir = @runstatedir@
360sbindir = @sbindir@
361sharedstatedir = @sharedstatedir@
362srcdir = @srcdir@
363sysconfdir = @sysconfdir@
364target_alias = @target_alias@
365top_build_prefix = @top_build_prefix@
366top_builddir = @top_builddir@
367top_srcdir = @top_srcdir@
368
369# this is obnoxious:
370# -module lets us name the module exactly how we want
371# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
372# _ladir passes a dummy rpath to libtool so the thing will actually link
373# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
374AM_CFLAGS = @XORG_CFLAGS@
375sunleo_drv_la_LTLIBRARIES = sunleo_drv.la
376sunleo_drv_la_LDFLAGS = -module -avoid-version
377sunleo_drv_ladir = @moduledir@/drivers
378sunleo_drv_la_SOURCES = \
379         compat-api.h \
380         leo_accel.c \
381         leo_cursor.c \
382         leo_driver.c \
383         leo.h \
384         leo_regs.h
385
386all: all-am
387
388.SUFFIXES:
389.SUFFIXES: .c .lo .o .obj
390$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
391	@for dep in $?; do \
392	  case '$(am__configure_deps)' in \
393	    *$$dep*) \
394	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
395	        && { if test -f $@; then exit 0; else break; fi; }; \
396	      exit 1;; \
397	  esac; \
398	done; \
399	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
400	$(am__cd) $(top_srcdir) && \
401	  $(AUTOMAKE) --foreign src/Makefile
402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403	@case '$?' in \
404	  *config.status*) \
405	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406	  *) \
407	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
408	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
409	esac;
410
411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418$(am__aclocal_m4_deps):
419
420install-sunleo_drv_laLTLIBRARIES: $(sunleo_drv_la_LTLIBRARIES)
421	@$(NORMAL_INSTALL)
422	@list='$(sunleo_drv_la_LTLIBRARIES)'; test -n "$(sunleo_drv_ladir)" || list=; \
423	list2=; for p in $$list; do \
424	  if test -f $$p; then \
425	    list2="$$list2 $$p"; \
426	  else :; fi; \
427	done; \
428	test -z "$$list2" || { \
429	  echo " $(MKDIR_P) '$(DESTDIR)$(sunleo_drv_ladir)'"; \
430	  $(MKDIR_P) "$(DESTDIR)$(sunleo_drv_ladir)" || exit 1; \
431	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(sunleo_drv_ladir)'"; \
432	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(sunleo_drv_ladir)"; \
433	}
434
435uninstall-sunleo_drv_laLTLIBRARIES:
436	@$(NORMAL_UNINSTALL)
437	@list='$(sunleo_drv_la_LTLIBRARIES)'; test -n "$(sunleo_drv_ladir)" || list=; \
438	for p in $$list; do \
439	  $(am__strip_dir) \
440	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(sunleo_drv_ladir)/$$f'"; \
441	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(sunleo_drv_ladir)/$$f"; \
442	done
443
444clean-sunleo_drv_laLTLIBRARIES:
445	-test -z "$(sunleo_drv_la_LTLIBRARIES)" || rm -f $(sunleo_drv_la_LTLIBRARIES)
446	@list='$(sunleo_drv_la_LTLIBRARIES)'; \
447	locs=`for p in $$list; do echo $$p; done | \
448	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
449	      sort -u`; \
450	test -z "$$locs" || { \
451	  echo rm -f $${locs}; \
452	  rm -f $${locs}; \
453	}
454
455sunleo_drv.la: $(sunleo_drv_la_OBJECTS) $(sunleo_drv_la_DEPENDENCIES) $(EXTRA_sunleo_drv_la_DEPENDENCIES) 
456	$(AM_V_CCLD)$(sunleo_drv_la_LINK) -rpath $(sunleo_drv_ladir) $(sunleo_drv_la_OBJECTS) $(sunleo_drv_la_LIBADD) $(LIBS)
457
458mostlyclean-compile:
459	-rm -f *.$(OBJEXT)
460
461distclean-compile:
462	-rm -f *.tab.c
463
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_accel.Plo@am__quote@ # am--include-marker
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_cursor.Plo@am__quote@ # am--include-marker
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leo_driver.Plo@am__quote@ # am--include-marker
467
468$(am__depfiles_remade):
469	@$(MKDIR_P) $(@D)
470	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
471
472am--depfiles: $(am__depfiles_remade)
473
474.c.o:
475@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
478@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
480
481.c.obj:
482@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
483@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
485@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
487
488.c.lo:
489@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
494
495mostlyclean-libtool:
496	-rm -f *.lo
497
498clean-libtool:
499	-rm -rf .libs _libs
500
501ID: $(am__tagged_files)
502	$(am__define_uniq_tagged_files); mkid -fID $$unique
503tags: tags-am
504TAGS: tags
505
506tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507	set x; \
508	here=`pwd`; \
509	$(am__define_uniq_tagged_files); \
510	shift; \
511	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
512	  test -n "$$unique" || unique=$$empty_fix; \
513	  if test $$# -gt 0; then \
514	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515	      "$$@" $$unique; \
516	  else \
517	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518	      $$unique; \
519	  fi; \
520	fi
521ctags: ctags-am
522
523CTAGS: ctags
524ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
525	$(am__define_uniq_tagged_files); \
526	test -z "$(CTAGS_ARGS)$$unique" \
527	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528	     $$unique
529
530GTAGS:
531	here=`$(am__cd) $(top_builddir) && pwd` \
532	  && $(am__cd) $(top_srcdir) \
533	  && gtags -i $(GTAGS_ARGS) "$$here"
534cscopelist: cscopelist-am
535
536cscopelist-am: $(am__tagged_files)
537	list='$(am__tagged_files)'; \
538	case "$(srcdir)" in \
539	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
540	  *) sdir=$(subdir)/$(srcdir) ;; \
541	esac; \
542	for i in $$list; do \
543	  if test -f "$$i"; then \
544	    echo "$(subdir)/$$i"; \
545	  else \
546	    echo "$$sdir/$$i"; \
547	  fi; \
548	done >> $(top_builddir)/cscope.files
549
550distclean-tags:
551	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552distdir: $(BUILT_SOURCES)
553	$(MAKE) $(AM_MAKEFLAGS) distdir-am
554
555distdir-am: $(DISTFILES)
556	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558	list='$(DISTFILES)'; \
559	  dist_files=`for file in $$list; do echo $$file; done | \
560	  sed -e "s|^$$srcdirstrip/||;t" \
561	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
562	case $$dist_files in \
563	  */*) $(MKDIR_P) `echo "$$dist_files" | \
564			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
565			   sort -u` ;; \
566	esac; \
567	for file in $$dist_files; do \
568	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569	  if test -d $$d/$$file; then \
570	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
571	    if test -d "$(distdir)/$$file"; then \
572	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573	    fi; \
574	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577	    fi; \
578	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579	  else \
580	    test -f "$(distdir)/$$file" \
581	    || cp -p $$d/$$file "$(distdir)/$$file" \
582	    || exit 1; \
583	  fi; \
584	done
585check-am: all-am
586check: check-am
587all-am: Makefile $(LTLIBRARIES)
588installdirs:
589	for dir in "$(DESTDIR)$(sunleo_drv_ladir)"; do \
590	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
591	done
592install: install-am
593install-exec: install-exec-am
594install-data: install-data-am
595uninstall: uninstall-am
596
597install-am: all-am
598	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
599
600installcheck: installcheck-am
601install-strip:
602	if test -z '$(STRIP)'; then \
603	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
604	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
605	      install; \
606	else \
607	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
610	fi
611mostlyclean-generic:
612
613clean-generic:
614
615distclean-generic:
616	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
617	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
618
619maintainer-clean-generic:
620	@echo "This command is intended for maintainers to use"
621	@echo "it deletes files that may require special tools to rebuild."
622clean: clean-am
623
624clean-am: clean-generic clean-libtool clean-sunleo_drv_laLTLIBRARIES \
625	mostlyclean-am
626
627distclean: distclean-am
628		-rm -f ./$(DEPDIR)/leo_accel.Plo
629	-rm -f ./$(DEPDIR)/leo_cursor.Plo
630	-rm -f ./$(DEPDIR)/leo_driver.Plo
631	-rm -f Makefile
632distclean-am: clean-am distclean-compile distclean-generic \
633	distclean-tags
634
635dvi: dvi-am
636
637dvi-am:
638
639html: html-am
640
641html-am:
642
643info: info-am
644
645info-am:
646
647install-data-am: install-sunleo_drv_laLTLIBRARIES
648
649install-dvi: install-dvi-am
650
651install-dvi-am:
652
653install-exec-am:
654
655install-html: install-html-am
656
657install-html-am:
658
659install-info: install-info-am
660
661install-info-am:
662
663install-man:
664
665install-pdf: install-pdf-am
666
667install-pdf-am:
668
669install-ps: install-ps-am
670
671install-ps-am:
672
673installcheck-am:
674
675maintainer-clean: maintainer-clean-am
676		-rm -f ./$(DEPDIR)/leo_accel.Plo
677	-rm -f ./$(DEPDIR)/leo_cursor.Plo
678	-rm -f ./$(DEPDIR)/leo_driver.Plo
679	-rm -f Makefile
680maintainer-clean-am: distclean-am maintainer-clean-generic
681
682mostlyclean: mostlyclean-am
683
684mostlyclean-am: mostlyclean-compile mostlyclean-generic \
685	mostlyclean-libtool
686
687pdf: pdf-am
688
689pdf-am:
690
691ps: ps-am
692
693ps-am:
694
695uninstall-am: uninstall-sunleo_drv_laLTLIBRARIES
696
697.MAKE: install-am install-strip
698
699.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
700	clean-generic clean-libtool clean-sunleo_drv_laLTLIBRARIES \
701	cscopelist-am ctags ctags-am distclean distclean-compile \
702	distclean-generic distclean-libtool distclean-tags distdir dvi \
703	dvi-am html html-am info info-am install install-am \
704	install-data install-data-am install-dvi install-dvi-am \
705	install-exec install-exec-am install-html install-html-am \
706	install-info install-info-am install-man install-pdf \
707	install-pdf-am install-ps install-ps-am install-strip \
708	install-sunleo_drv_laLTLIBRARIES installcheck installcheck-am \
709	installdirs maintainer-clean maintainer-clean-generic \
710	mostlyclean mostlyclean-compile mostlyclean-generic \
711	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
712	uninstall-am uninstall-sunleo_drv_laLTLIBRARIES
713
714.PRECIOUS: Makefile
715
716
717# Tell versions [3.59,3.63) of GNU make to not export all variables.
718# Otherwise a system limit (for SysV at least) may be exceeded.
719.NOEXPORT:
720