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