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 2011 Red Hat, Inc.
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#  THE AUTHORS 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 = scripts
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)$(bindir)"
149SCRIPTS = $(bin_SCRIPTS)
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 = 
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 = 
162SOURCES =
163DIST_SOURCES =
164am__can_run_installinfo = \
165  case $$AM_UPDATE_INFO_DIR in \
166    n|no|NO) false;; \
167    *) (install-info --version) >/dev/null 2>&1;; \
168  esac
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170am__DIST_COMMON = $(srcdir)/Makefile.in
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172ACLOCAL = @ACLOCAL@
173ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
174ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
175AMTAR = @AMTAR@
176AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177APP_MAN_DIR = @APP_MAN_DIR@
178APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
179AR = @AR@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184BASE_CFLAGS = @BASE_CFLAGS@
185CC = @CC@
186CCDEPMODE = @CCDEPMODE@
187CFLAGS = @CFLAGS@
188CHANGELOG_CMD = @CHANGELOG_CMD@
189CPPFLAGS = @CPPFLAGS@
190CSCOPE = @CSCOPE@
191CTAGS = @CTAGS@
192CWARNFLAGS = @CWARNFLAGS@
193CYGPATH_W = @CYGPATH_W@
194DEFS = @DEFS@
195DEPDIR = @DEPDIR@
196DLLTOOL = @DLLTOOL@
197DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
198DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
199DRM_CFLAGS = @DRM_CFLAGS@
200DRM_LIBS = @DRM_LIBS@
201DSYMUTIL = @DSYMUTIL@
202DUMPBIN = @DUMPBIN@
203ECHO_C = @ECHO_C@
204ECHO_N = @ECHO_N@
205ECHO_T = @ECHO_T@
206EGREP = @EGREP@
207ETAGS = @ETAGS@
208EXEEXT = @EXEEXT@
209FGREP = @FGREP@
210FILECMD = @FILECMD@
211FILE_MAN_DIR = @FILE_MAN_DIR@
212FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
213GREP = @GREP@
214INSTALL = @INSTALL@
215INSTALL_CMD = @INSTALL_CMD@
216INSTALL_DATA = @INSTALL_DATA@
217INSTALL_PROGRAM = @INSTALL_PROGRAM@
218INSTALL_SCRIPT = @INSTALL_SCRIPT@
219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220LD = @LD@
221LDFLAGS = @LDFLAGS@
222LIBCACARD_CFLAGS = @LIBCACARD_CFLAGS@
223LIBCACARD_LIBS = @LIBCACARD_LIBS@
224LIBOBJS = @LIBOBJS@
225LIBPCSCLITE_CFLAGS = @LIBPCSCLITE_CFLAGS@
226LIBPCSCLITE_LIBS = @LIBPCSCLITE_LIBS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
230LIBUDEV_LIBS = @LIBUDEV_LIBS@
231LIB_MAN_DIR = @LIB_MAN_DIR@
232LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
233LIPO = @LIPO@
234LN_S = @LN_S@
235LTLIBOBJS = @LTLIBOBJS@
236LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
237MAINT = @MAINT@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MAN_SUBSTS = @MAN_SUBSTS@
241MISC_MAN_DIR = @MISC_MAN_DIR@
242MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
243MKDIR_P = @MKDIR_P@
244NM = @NM@
245NMEDIT = @NMEDIT@
246OBJDUMP = @OBJDUMP@
247OBJEXT = @OBJEXT@
248OTOOL = @OTOOL@
249OTOOL64 = @OTOOL64@
250PACKAGE = @PACKAGE@
251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PATH_SEPARATOR = @PATH_SEPARATOR@
258PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
259PCIACCESS_LIBS = @PCIACCESS_LIBS@
260PKG_CONFIG = @PKG_CONFIG@
261PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
262PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
263RANLIB = @RANLIB@
264SED = @SED@
265SET_MAKE = @SET_MAKE@
266SHELL = @SHELL@
267SPICE_CFLAGS = @SPICE_CFLAGS@
268SPICE_LIBS = @SPICE_LIBS@
269SPICE_PROTOCOL_CFLAGS = @SPICE_PROTOCOL_CFLAGS@
270SPICE_PROTOCOL_LIBS = @SPICE_PROTOCOL_LIBS@
271STRICT_CFLAGS = @STRICT_CFLAGS@
272STRIP = @STRIP@
273VERSION = @VERSION@
274XORG_CFLAGS = @XORG_CFLAGS@
275XORG_LIBS = @XORG_LIBS@
276XORG_MAN_PAGE = @XORG_MAN_PAGE@
277abs_builddir = @abs_builddir@
278abs_srcdir = @abs_srcdir@
279abs_top_builddir = @abs_top_builddir@
280abs_top_srcdir = @abs_top_srcdir@
281ac_ct_AR = @ac_ct_AR@
282ac_ct_CC = @ac_ct_CC@
283ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
284am__include = @am__include@
285am__leading_dot = @am__leading_dot@
286am__quote = @am__quote@
287am__tar = @am__tar@
288am__untar = @am__untar@
289bindir = @bindir@
290build = @build@
291build_alias = @build_alias@
292build_cpu = @build_cpu@
293build_os = @build_os@
294build_vendor = @build_vendor@
295builddir = @builddir@
296cciddir = @cciddir@
297datadir = @datadir@
298datarootdir = @datarootdir@
299docdir = @docdir@
300dvidir = @dvidir@
301exec_prefix = @exec_prefix@
302host = @host@
303host_alias = @host_alias@
304host_cpu = @host_cpu@
305host_os = @host_os@
306host_vendor = @host_vendor@
307htmldir = @htmldir@
308includedir = @includedir@
309infodir = @infodir@
310install_sh = @install_sh@
311libdir = @libdir@
312libexecdir = @libexecdir@
313localedir = @localedir@
314localstatedir = @localstatedir@
315mandir = @mandir@
316mkdir_p = @mkdir_p@
317moduledir = @moduledir@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323runstatedir = @runstatedir@
324sbindir = @sbindir@
325sharedstatedir = @sharedstatedir@
326srcdir = @srcdir@
327sysconfdir = @sysconfdir@
328target_alias = @target_alias@
329top_build_prefix = @top_build_prefix@
330top_builddir = @top_builddir@
331top_srcdir = @top_srcdir@
332@BUILD_XSPICE_TRUE@bin_SCRIPTS = Xspice
333EXTRA_DIST = Xspice
334all: all-am
335
336.SUFFIXES:
337$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
338	@for dep in $?; do \
339	  case '$(am__configure_deps)' in \
340	    *$$dep*) \
341	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342	        && { if test -f $@; then exit 0; else break; fi; }; \
343	      exit 1;; \
344	  esac; \
345	done; \
346	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
347	$(am__cd) $(top_srcdir) && \
348	  $(AUTOMAKE) --foreign scripts/Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350	@case '$?' in \
351	  *config.status*) \
352	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353	  *) \
354	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
355	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
356	esac;
357
358$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(am__aclocal_m4_deps):
366install-binSCRIPTS: $(bin_SCRIPTS)
367	@$(NORMAL_INSTALL)
368	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
369	if test -n "$$list"; then \
370	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
371	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
372	fi; \
373	for p in $$list; do \
374	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
376	done | \
377	sed -e 'p;s,.*/,,;n' \
378	    -e 'h;s|.*|.|' \
379	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
380	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
381	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
382	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
383	      if (++n[d] == $(am__install_max)) { \
384		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
385	    else { print "f", d "/" $$4, $$1 } } \
386	  END { for (d in files) print "f", d, files[d] }' | \
387	while read type dir files; do \
388	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
389	     test -z "$$files" || { \
390	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
391	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
392	     } \
393	; done
394
395uninstall-binSCRIPTS:
396	@$(NORMAL_UNINSTALL)
397	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
398	files=`for p in $$list; do echo "$$p"; done | \
399	       sed -e 's,.*/,,;$(transform)'`; \
400	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
401
402mostlyclean-libtool:
403	-rm -f *.lo
404
405clean-libtool:
406	-rm -rf .libs _libs
407tags TAGS:
408
409ctags CTAGS:
410
411cscope cscopelist:
412
413distdir: $(BUILT_SOURCES)
414	$(MAKE) $(AM_MAKEFLAGS) distdir-am
415
416distdir-am: $(DISTFILES)
417	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	list='$(DISTFILES)'; \
420	  dist_files=`for file in $$list; do echo $$file; done | \
421	  sed -e "s|^$$srcdirstrip/||;t" \
422	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423	case $$dist_files in \
424	  */*) $(MKDIR_P) `echo "$$dist_files" | \
425			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426			   sort -u` ;; \
427	esac; \
428	for file in $$dist_files; do \
429	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430	  if test -d $$d/$$file; then \
431	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432	    if test -d "$(distdir)/$$file"; then \
433	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434	    fi; \
435	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440	  else \
441	    test -f "$(distdir)/$$file" \
442	    || cp -p $$d/$$file "$(distdir)/$$file" \
443	    || exit 1; \
444	  fi; \
445	done
446check-am: all-am
447check: check-am
448all-am: Makefile $(SCRIPTS)
449installdirs:
450	for dir in "$(DESTDIR)$(bindir)"; do \
451	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
452	done
453install: install-am
454install-exec: install-exec-am
455install-data: install-data-am
456uninstall: uninstall-am
457
458install-am: all-am
459	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461installcheck: installcheck-am
462install-strip:
463	if test -z '$(STRIP)'; then \
464	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
465	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
466	      install; \
467	else \
468	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
471	fi
472mostlyclean-generic:
473
474clean-generic:
475
476distclean-generic:
477	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
478	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
479
480maintainer-clean-generic:
481	@echo "This command is intended for maintainers to use"
482	@echo "it deletes files that may require special tools to rebuild."
483clean: clean-am
484
485clean-am: clean-generic clean-libtool mostlyclean-am
486
487distclean: distclean-am
488	-rm -f Makefile
489distclean-am: clean-am distclean-generic
490
491dvi: dvi-am
492
493dvi-am:
494
495html: html-am
496
497html-am:
498
499info: info-am
500
501info-am:
502
503install-data-am:
504
505install-dvi: install-dvi-am
506
507install-dvi-am:
508
509install-exec-am: install-binSCRIPTS
510
511install-html: install-html-am
512
513install-html-am:
514
515install-info: install-info-am
516
517install-info-am:
518
519install-man:
520
521install-pdf: install-pdf-am
522
523install-pdf-am:
524
525install-ps: install-ps-am
526
527install-ps-am:
528
529installcheck-am:
530
531maintainer-clean: maintainer-clean-am
532	-rm -f Makefile
533maintainer-clean-am: distclean-am maintainer-clean-generic
534
535mostlyclean: mostlyclean-am
536
537mostlyclean-am: mostlyclean-generic mostlyclean-libtool
538
539pdf: pdf-am
540
541pdf-am:
542
543ps: ps-am
544
545ps-am:
546
547uninstall-am: uninstall-binSCRIPTS
548
549.MAKE: install-am install-strip
550
551.PHONY: all all-am check check-am clean clean-generic clean-libtool \
552	cscopelist-am ctags-am distclean distclean-generic \
553	distclean-libtool distdir dvi dvi-am html html-am info info-am \
554	install install-am install-binSCRIPTS install-data \
555	install-data-am install-dvi install-dvi-am install-exec \
556	install-exec-am install-html install-html-am install-info \
557	install-info-am install-man install-pdf install-pdf-am \
558	install-ps install-ps-am install-strip installcheck \
559	installcheck-am installdirs maintainer-clean \
560	maintainer-clean-generic mostlyclean mostlyclean-generic \
561	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
562	uninstall-am uninstall-binSCRIPTS
563
564.PRECIOUS: Makefile
565
566
567# Tell versions [3.59,3.63) of GNU make to not export all variables.
568# Otherwise a system limit (for SysV at least) may be exceeded.
569.NOEXPORT:
570