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