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