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