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)$(chips_drv_ladir)"
149LTLIBRARIES = $(chips_drv_la_LTLIBRARIES) $(noinst_LTLIBRARIES)
150chips_drv_la_DEPENDENCIES = $(noinst_LTLIBRARIES)
151am_chips_drv_la_OBJECTS = ct_accel.lo ct_bank.lo ct_cursor.lo \
152	ct_ddc.lo ct_dga.lo ct_driver.lo ct_regs.lo ct_shadow.lo \
153	ct_video.lo
154chips_drv_la_OBJECTS = $(am_chips_drv_la_OBJECTS)
155AM_V_lt = $(am__v_lt_@AM_V@)
156am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157am__v_lt_0 = --silent
158am__v_lt_1 = 
159chips_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161	$(chips_drv_la_LDFLAGS) $(LDFLAGS) -o $@
162libct_accelhi_la_LIBADD =
163am_libct_accelhi_la_OBJECTS = libct_accelhi_la-ct_accel.lo
164libct_accelhi_la_OBJECTS = $(am_libct_accelhi_la_OBJECTS)
165libct_accelhi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
166	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
167	$(libct_accelhi_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
168	-o $@
169libct_accelmm_la_LIBADD =
170am_libct_accelmm_la_OBJECTS = libct_accelmm_la-ct_accel.lo
171libct_accelmm_la_OBJECTS = $(am_libct_accelmm_la_OBJECTS)
172libct_accelmm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
173	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
174	$(libct_accelmm_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
175	-o $@
176AM_V_P = $(am__v_P_@AM_V@)
177am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
178am__v_P_0 = false
179am__v_P_1 = :
180AM_V_GEN = $(am__v_GEN_@AM_V@)
181am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182am__v_GEN_0 = @echo "  GEN     " $@;
183am__v_GEN_1 = 
184AM_V_at = $(am__v_at_@AM_V@)
185am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
186am__v_at_0 = @
187am__v_at_1 = 
188DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
189depcomp = $(SHELL) $(top_srcdir)/depcomp
190am__maybe_remake_depfiles = depfiles
191am__depfiles_remade = ./$(DEPDIR)/ct_accel.Plo ./$(DEPDIR)/ct_bank.Plo \
192	./$(DEPDIR)/ct_cursor.Plo ./$(DEPDIR)/ct_ddc.Plo \
193	./$(DEPDIR)/ct_dga.Plo ./$(DEPDIR)/ct_driver.Plo \
194	./$(DEPDIR)/ct_regs.Plo ./$(DEPDIR)/ct_shadow.Plo \
195	./$(DEPDIR)/ct_video.Plo \
196	./$(DEPDIR)/libct_accelhi_la-ct_accel.Plo \
197	./$(DEPDIR)/libct_accelmm_la-ct_accel.Plo
198am__mv = mv -f
199COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
200	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
201LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
202	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
203	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
204	$(AM_CFLAGS) $(CFLAGS)
205AM_V_CC = $(am__v_CC_@AM_V@)
206am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
207am__v_CC_0 = @echo "  CC      " $@;
208am__v_CC_1 = 
209CCLD = $(CC)
210LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212	$(AM_LDFLAGS) $(LDFLAGS) -o $@
213AM_V_CCLD = $(am__v_CCLD_@AM_V@)
214am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
215am__v_CCLD_0 = @echo "  CCLD    " $@;
216am__v_CCLD_1 = 
217SOURCES = $(chips_drv_la_SOURCES) $(libct_accelhi_la_SOURCES) \
218	$(libct_accelmm_la_SOURCES)
219DIST_SOURCES = $(chips_drv_la_SOURCES) $(libct_accelhi_la_SOURCES) \
220	$(libct_accelmm_la_SOURCES)
221am__can_run_installinfo = \
222  case $$AM_UPDATE_INFO_DIR in \
223    n|no|NO) false;; \
224    *) (install-info --version) >/dev/null 2>&1;; \
225  esac
226am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
227# Read a list of newline-separated strings from the standard input,
228# and print each of them once, without duplicates.  Input order is
229# *not* preserved.
230am__uniquify_input = $(AWK) '\
231  BEGIN { nonempty = 0; } \
232  { items[$$0] = 1; nonempty = 1; } \
233  END { if (nonempty) { for (i in items) print i; }; } \
234'
235# Make sure the list of sources is unique.  This is necessary because,
236# e.g., the same source file might be shared among _SOURCES variables
237# for different programs/libraries.
238am__define_uniq_tagged_files = \
239  list='$(am__tagged_files)'; \
240  unique=`for i in $$list; do \
241    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242  done | $(am__uniquify_input)`
243am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
244DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
245ACLOCAL = @ACLOCAL@
246ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
247ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
248AMTAR = @AMTAR@
249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250APP_MAN_DIR = @APP_MAN_DIR@
251APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
252AR = @AR@
253AUTOCONF = @AUTOCONF@
254AUTOHEADER = @AUTOHEADER@
255AUTOMAKE = @AUTOMAKE@
256AWK = @AWK@
257BASE_CFLAGS = @BASE_CFLAGS@
258CC = @CC@
259CCDEPMODE = @CCDEPMODE@
260CFLAGS = @CFLAGS@
261CHANGELOG_CMD = @CHANGELOG_CMD@
262CPPFLAGS = @CPPFLAGS@
263CSCOPE = @CSCOPE@
264CTAGS = @CTAGS@
265CWARNFLAGS = @CWARNFLAGS@
266CYGPATH_W = @CYGPATH_W@
267DEFS = @DEFS@
268DEPDIR = @DEPDIR@
269DLLTOOL = @DLLTOOL@
270DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
271DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
272DRIVER_NAME = @DRIVER_NAME@
273DSYMUTIL = @DSYMUTIL@
274DUMPBIN = @DUMPBIN@
275ECHO_C = @ECHO_C@
276ECHO_N = @ECHO_N@
277ECHO_T = @ECHO_T@
278EGREP = @EGREP@
279ETAGS = @ETAGS@
280EXEEXT = @EXEEXT@
281FGREP = @FGREP@
282FILECMD = @FILECMD@
283FILE_MAN_DIR = @FILE_MAN_DIR@
284FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
285GREP = @GREP@
286INSTALL = @INSTALL@
287INSTALL_CMD = @INSTALL_CMD@
288INSTALL_DATA = @INSTALL_DATA@
289INSTALL_PROGRAM = @INSTALL_PROGRAM@
290INSTALL_SCRIPT = @INSTALL_SCRIPT@
291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292LD = @LD@
293LDFLAGS = @LDFLAGS@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIBTOOL = @LIBTOOL@
297LIB_MAN_DIR = @LIB_MAN_DIR@
298LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
299LIPO = @LIPO@
300LN_S = @LN_S@
301LTLIBOBJS = @LTLIBOBJS@
302LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
303MAKEINFO = @MAKEINFO@
304MANIFEST_TOOL = @MANIFEST_TOOL@
305MAN_SUBSTS = @MAN_SUBSTS@
306MISC_MAN_DIR = @MISC_MAN_DIR@
307MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
308MKDIR_P = @MKDIR_P@
309NM = @NM@
310NMEDIT = @NMEDIT@
311OBJDUMP = @OBJDUMP@
312OBJEXT = @OBJEXT@
313OTOOL = @OTOOL@
314OTOOL64 = @OTOOL64@
315PACKAGE = @PACKAGE@
316PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
317PACKAGE_NAME = @PACKAGE_NAME@
318PACKAGE_STRING = @PACKAGE_STRING@
319PACKAGE_TARNAME = @PACKAGE_TARNAME@
320PACKAGE_URL = @PACKAGE_URL@
321PACKAGE_VERSION = @PACKAGE_VERSION@
322PATH_SEPARATOR = @PATH_SEPARATOR@
323PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
324PCIACCESS_LIBS = @PCIACCESS_LIBS@
325PKG_CONFIG = @PKG_CONFIG@
326PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
327PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
328RANLIB = @RANLIB@
329SED = @SED@
330SET_MAKE = @SET_MAKE@
331SHELL = @SHELL@
332STRICT_CFLAGS = @STRICT_CFLAGS@
333STRIP = @STRIP@
334VERSION = @VERSION@
335XORG_CFLAGS = @XORG_CFLAGS@
336XORG_LIBS = @XORG_LIBS@
337XORG_MAN_PAGE = @XORG_MAN_PAGE@
338abs_builddir = @abs_builddir@
339abs_srcdir = @abs_srcdir@
340abs_top_builddir = @abs_top_builddir@
341abs_top_srcdir = @abs_top_srcdir@
342ac_ct_AR = @ac_ct_AR@
343ac_ct_CC = @ac_ct_CC@
344ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345am__include = @am__include@
346am__leading_dot = @am__leading_dot@
347am__quote = @am__quote@
348am__tar = @am__tar@
349am__untar = @am__untar@
350bindir = @bindir@
351build = @build@
352build_alias = @build_alias@
353build_cpu = @build_cpu@
354build_os = @build_os@
355build_vendor = @build_vendor@
356builddir = @builddir@
357datadir = @datadir@
358datarootdir = @datarootdir@
359docdir = @docdir@
360dvidir = @dvidir@
361exec_prefix = @exec_prefix@
362host = @host@
363host_alias = @host_alias@
364host_cpu = @host_cpu@
365host_os = @host_os@
366host_vendor = @host_vendor@
367htmldir = @htmldir@
368includedir = @includedir@
369infodir = @infodir@
370install_sh = @install_sh@
371libdir = @libdir@
372libexecdir = @libexecdir@
373localedir = @localedir@
374localstatedir = @localstatedir@
375mandir = @mandir@
376mkdir_p = @mkdir_p@
377moduledir = @moduledir@
378oldincludedir = @oldincludedir@
379pdfdir = @pdfdir@
380prefix = @prefix@
381program_transform_name = @program_transform_name@
382psdir = @psdir@
383runstatedir = @runstatedir@
384sbindir = @sbindir@
385sharedstatedir = @sharedstatedir@
386srcdir = @srcdir@
387sysconfdir = @sysconfdir@
388target_alias = @target_alias@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392
393# sick hack borrowed from mga.  please, people, don't write code this ugly.
394noinst_LTLIBRARIES = libct_accelmm.la libct_accelhi.la
395libct_accelmm_la_SOURCES = ct_accel.c
396libct_accelmm_la_CFLAGS = @XORG_CFLAGS@ -DCHIPS_MMIO
397libct_accelhi_la_SOURCES = ct_accel.c
398libct_accelhi_la_CFLAGS = @XORG_CFLAGS@ -DCHIPS_MMIO -DCHIPS_HIQV
399
400# this is obnoxious:
401# -module lets us name the module exactly how we want
402# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
403# _ladir passes a dummy rpath to libtool so the thing will actually link
404# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
405AM_CFLAGS = $(BASE_CFLAGS) $(XORG_CFLAGS)
406chips_drv_la_LTLIBRARIES = chips_drv.la
407chips_drv_la_LDFLAGS = -module -avoid-version
408chips_drv_ladir = @moduledir@/drivers
409chips_drv_la_LIBADD = $(noinst_LTLIBRARIES)
410chips_drv_la_SOURCES = \
411         ct_accel.c \
412         ct_bank.c \
413         ct_BlitMM.h \
414         ct_Blitter.h \
415         ct_BltHiQV.h \
416         ct_cursor.c \
417         ct_ddc.c \
418         ct_dga.c \
419         ct_driver.c \
420         ct_driver.h \
421	 ct_pcirename.h \
422         ct_regs.c \
423         ct_shadow.c \
424         ct_video.c \
425         compat-api.h
426
427all: all-am
428
429.SUFFIXES:
430.SUFFIXES: .c .lo .o .obj
431$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
432	@for dep in $?; do \
433	  case '$(am__configure_deps)' in \
434	    *$$dep*) \
435	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436	        && { if test -f $@; then exit 0; else break; fi; }; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --foreign src/Makefile
443Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444	@case '$?' in \
445	  *config.status*) \
446	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
447	  *) \
448	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
449	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
450	esac;
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
455$(top_srcdir)/configure:  $(am__configure_deps)
456	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
458	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(am__aclocal_m4_deps):
460
461install-chips_drv_laLTLIBRARIES: $(chips_drv_la_LTLIBRARIES)
462	@$(NORMAL_INSTALL)
463	@list='$(chips_drv_la_LTLIBRARIES)'; test -n "$(chips_drv_ladir)" || list=; \
464	list2=; for p in $$list; do \
465	  if test -f $$p; then \
466	    list2="$$list2 $$p"; \
467	  else :; fi; \
468	done; \
469	test -z "$$list2" || { \
470	  echo " $(MKDIR_P) '$(DESTDIR)$(chips_drv_ladir)'"; \
471	  $(MKDIR_P) "$(DESTDIR)$(chips_drv_ladir)" || exit 1; \
472	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(chips_drv_ladir)'"; \
473	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(chips_drv_ladir)"; \
474	}
475
476uninstall-chips_drv_laLTLIBRARIES:
477	@$(NORMAL_UNINSTALL)
478	@list='$(chips_drv_la_LTLIBRARIES)'; test -n "$(chips_drv_ladir)" || list=; \
479	for p in $$list; do \
480	  $(am__strip_dir) \
481	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(chips_drv_ladir)/$$f'"; \
482	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(chips_drv_ladir)/$$f"; \
483	done
484
485clean-chips_drv_laLTLIBRARIES:
486	-test -z "$(chips_drv_la_LTLIBRARIES)" || rm -f $(chips_drv_la_LTLIBRARIES)
487	@list='$(chips_drv_la_LTLIBRARIES)'; \
488	locs=`for p in $$list; do echo $$p; done | \
489	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
490	      sort -u`; \
491	test -z "$$locs" || { \
492	  echo rm -f $${locs}; \
493	  rm -f $${locs}; \
494	}
495
496clean-noinstLTLIBRARIES:
497	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
498	@list='$(noinst_LTLIBRARIES)'; \
499	locs=`for p in $$list; do echo $$p; done | \
500	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
501	      sort -u`; \
502	test -z "$$locs" || { \
503	  echo rm -f $${locs}; \
504	  rm -f $${locs}; \
505	}
506
507chips_drv.la: $(chips_drv_la_OBJECTS) $(chips_drv_la_DEPENDENCIES) $(EXTRA_chips_drv_la_DEPENDENCIES) 
508	$(AM_V_CCLD)$(chips_drv_la_LINK) -rpath $(chips_drv_ladir) $(chips_drv_la_OBJECTS) $(chips_drv_la_LIBADD) $(LIBS)
509
510libct_accelhi.la: $(libct_accelhi_la_OBJECTS) $(libct_accelhi_la_DEPENDENCIES) $(EXTRA_libct_accelhi_la_DEPENDENCIES) 
511	$(AM_V_CCLD)$(libct_accelhi_la_LINK)  $(libct_accelhi_la_OBJECTS) $(libct_accelhi_la_LIBADD) $(LIBS)
512
513libct_accelmm.la: $(libct_accelmm_la_OBJECTS) $(libct_accelmm_la_DEPENDENCIES) $(EXTRA_libct_accelmm_la_DEPENDENCIES) 
514	$(AM_V_CCLD)$(libct_accelmm_la_LINK)  $(libct_accelmm_la_OBJECTS) $(libct_accelmm_la_LIBADD) $(LIBS)
515
516mostlyclean-compile:
517	-rm -f *.$(OBJEXT)
518
519distclean-compile:
520	-rm -f *.tab.c
521
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_accel.Plo@am__quote@ # am--include-marker
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_bank.Plo@am__quote@ # am--include-marker
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_cursor.Plo@am__quote@ # am--include-marker
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_ddc.Plo@am__quote@ # am--include-marker
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_dga.Plo@am__quote@ # am--include-marker
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_driver.Plo@am__quote@ # am--include-marker
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_regs.Plo@am__quote@ # am--include-marker
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_shadow.Plo@am__quote@ # am--include-marker
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_video.Plo@am__quote@ # am--include-marker
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libct_accelhi_la-ct_accel.Plo@am__quote@ # am--include-marker
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libct_accelmm_la-ct_accel.Plo@am__quote@ # am--include-marker
533
534$(am__depfiles_remade):
535	@$(MKDIR_P) $(@D)
536	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
537
538am--depfiles: $(am__depfiles_remade)
539
540.c.o:
541@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
542@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
543@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
546
547.c.obj:
548@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
549@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
550@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
551@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
553
554.c.lo:
555@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
556@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
557@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
558@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
560
561libct_accelhi_la-ct_accel.lo: ct_accel.c
562@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelhi_la_CFLAGS) $(CFLAGS) -MT libct_accelhi_la-ct_accel.lo -MD -MP -MF $(DEPDIR)/libct_accelhi_la-ct_accel.Tpo -c -o libct_accelhi_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c
563@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libct_accelhi_la-ct_accel.Tpo $(DEPDIR)/libct_accelhi_la-ct_accel.Plo
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ct_accel.c' object='libct_accelhi_la-ct_accel.lo' libtool=yes @AMDEPBACKSLASH@
565@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelhi_la_CFLAGS) $(CFLAGS) -c -o libct_accelhi_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c
567
568libct_accelmm_la-ct_accel.lo: ct_accel.c
569@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelmm_la_CFLAGS) $(CFLAGS) -MT libct_accelmm_la-ct_accel.lo -MD -MP -MF $(DEPDIR)/libct_accelmm_la-ct_accel.Tpo -c -o libct_accelmm_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c
570@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libct_accelmm_la-ct_accel.Tpo $(DEPDIR)/libct_accelmm_la-ct_accel.Plo
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ct_accel.c' object='libct_accelmm_la-ct_accel.lo' libtool=yes @AMDEPBACKSLASH@
572@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelmm_la_CFLAGS) $(CFLAGS) -c -o libct_accelmm_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c
574
575mostlyclean-libtool:
576	-rm -f *.lo
577
578clean-libtool:
579	-rm -rf .libs _libs
580
581ID: $(am__tagged_files)
582	$(am__define_uniq_tagged_files); mkid -fID $$unique
583tags: tags-am
584TAGS: tags
585
586tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587	set x; \
588	here=`pwd`; \
589	$(am__define_uniq_tagged_files); \
590	shift; \
591	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
592	  test -n "$$unique" || unique=$$empty_fix; \
593	  if test $$# -gt 0; then \
594	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595	      "$$@" $$unique; \
596	  else \
597	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598	      $$unique; \
599	  fi; \
600	fi
601ctags: ctags-am
602
603CTAGS: ctags
604ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
605	$(am__define_uniq_tagged_files); \
606	test -z "$(CTAGS_ARGS)$$unique" \
607	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608	     $$unique
609
610GTAGS:
611	here=`$(am__cd) $(top_builddir) && pwd` \
612	  && $(am__cd) $(top_srcdir) \
613	  && gtags -i $(GTAGS_ARGS) "$$here"
614cscopelist: cscopelist-am
615
616cscopelist-am: $(am__tagged_files)
617	list='$(am__tagged_files)'; \
618	case "$(srcdir)" in \
619	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
620	  *) sdir=$(subdir)/$(srcdir) ;; \
621	esac; \
622	for i in $$list; do \
623	  if test -f "$$i"; then \
624	    echo "$(subdir)/$$i"; \
625	  else \
626	    echo "$$sdir/$$i"; \
627	  fi; \
628	done >> $(top_builddir)/cscope.files
629
630distclean-tags:
631	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632distdir: $(BUILT_SOURCES)
633	$(MAKE) $(AM_MAKEFLAGS) distdir-am
634
635distdir-am: $(DISTFILES)
636	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638	list='$(DISTFILES)'; \
639	  dist_files=`for file in $$list; do echo $$file; done | \
640	  sed -e "s|^$$srcdirstrip/||;t" \
641	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642	case $$dist_files in \
643	  */*) $(MKDIR_P) `echo "$$dist_files" | \
644			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645			   sort -u` ;; \
646	esac; \
647	for file in $$dist_files; do \
648	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649	  if test -d $$d/$$file; then \
650	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651	    if test -d "$(distdir)/$$file"; then \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657	    fi; \
658	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659	  else \
660	    test -f "$(distdir)/$$file" \
661	    || cp -p $$d/$$file "$(distdir)/$$file" \
662	    || exit 1; \
663	  fi; \
664	done
665check-am: all-am
666check: check-am
667all-am: Makefile $(LTLIBRARIES)
668installdirs:
669	for dir in "$(DESTDIR)$(chips_drv_ladir)"; do \
670	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
671	done
672install: install-am
673install-exec: install-exec-am
674install-data: install-data-am
675uninstall: uninstall-am
676
677install-am: all-am
678	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679
680installcheck: installcheck-am
681install-strip:
682	if test -z '$(STRIP)'; then \
683	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685	      install; \
686	else \
687	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
690	fi
691mostlyclean-generic:
692
693clean-generic:
694
695distclean-generic:
696	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698
699maintainer-clean-generic:
700	@echo "This command is intended for maintainers to use"
701	@echo "it deletes files that may require special tools to rebuild."
702clean: clean-am
703
704clean-am: clean-chips_drv_laLTLIBRARIES clean-generic clean-libtool \
705	clean-noinstLTLIBRARIES mostlyclean-am
706
707distclean: distclean-am
708		-rm -f ./$(DEPDIR)/ct_accel.Plo
709	-rm -f ./$(DEPDIR)/ct_bank.Plo
710	-rm -f ./$(DEPDIR)/ct_cursor.Plo
711	-rm -f ./$(DEPDIR)/ct_ddc.Plo
712	-rm -f ./$(DEPDIR)/ct_dga.Plo
713	-rm -f ./$(DEPDIR)/ct_driver.Plo
714	-rm -f ./$(DEPDIR)/ct_regs.Plo
715	-rm -f ./$(DEPDIR)/ct_shadow.Plo
716	-rm -f ./$(DEPDIR)/ct_video.Plo
717	-rm -f ./$(DEPDIR)/libct_accelhi_la-ct_accel.Plo
718	-rm -f ./$(DEPDIR)/libct_accelmm_la-ct_accel.Plo
719	-rm -f Makefile
720distclean-am: clean-am distclean-compile distclean-generic \
721	distclean-tags
722
723dvi: dvi-am
724
725dvi-am:
726
727html: html-am
728
729html-am:
730
731info: info-am
732
733info-am:
734
735install-data-am: install-chips_drv_laLTLIBRARIES
736
737install-dvi: install-dvi-am
738
739install-dvi-am:
740
741install-exec-am:
742
743install-html: install-html-am
744
745install-html-am:
746
747install-info: install-info-am
748
749install-info-am:
750
751install-man:
752
753install-pdf: install-pdf-am
754
755install-pdf-am:
756
757install-ps: install-ps-am
758
759install-ps-am:
760
761installcheck-am:
762
763maintainer-clean: maintainer-clean-am
764		-rm -f ./$(DEPDIR)/ct_accel.Plo
765	-rm -f ./$(DEPDIR)/ct_bank.Plo
766	-rm -f ./$(DEPDIR)/ct_cursor.Plo
767	-rm -f ./$(DEPDIR)/ct_ddc.Plo
768	-rm -f ./$(DEPDIR)/ct_dga.Plo
769	-rm -f ./$(DEPDIR)/ct_driver.Plo
770	-rm -f ./$(DEPDIR)/ct_regs.Plo
771	-rm -f ./$(DEPDIR)/ct_shadow.Plo
772	-rm -f ./$(DEPDIR)/ct_video.Plo
773	-rm -f ./$(DEPDIR)/libct_accelhi_la-ct_accel.Plo
774	-rm -f ./$(DEPDIR)/libct_accelmm_la-ct_accel.Plo
775	-rm -f Makefile
776maintainer-clean-am: distclean-am maintainer-clean-generic
777
778mostlyclean: mostlyclean-am
779
780mostlyclean-am: mostlyclean-compile mostlyclean-generic \
781	mostlyclean-libtool
782
783pdf: pdf-am
784
785pdf-am:
786
787ps: ps-am
788
789ps-am:
790
791uninstall-am: uninstall-chips_drv_laLTLIBRARIES
792
793.MAKE: install-am install-strip
794
795.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
796	clean-chips_drv_laLTLIBRARIES clean-generic clean-libtool \
797	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
798	distclean-compile distclean-generic distclean-libtool \
799	distclean-tags distdir dvi dvi-am html html-am info info-am \
800	install install-am install-chips_drv_laLTLIBRARIES \
801	install-data install-data-am install-dvi install-dvi-am \
802	install-exec install-exec-am install-html install-html-am \
803	install-info install-info-am install-man install-pdf \
804	install-pdf-am install-ps install-ps-am install-strip \
805	installcheck installcheck-am installdirs maintainer-clean \
806	maintainer-clean-generic mostlyclean mostlyclean-compile \
807	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
808	tags tags-am uninstall uninstall-am \
809	uninstall-chips_drv_laLTLIBRARIES
810
811.PRECIOUS: Makefile
812
813
814# Tell versions [3.59,3.63) of GNU make to not export all variables.
815# Otherwise a system limit (for SysV at least) may be exceeded.
816.NOEXPORT:
817