xref: /netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/Makefile.in (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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#
18#   Copyright (C) 2021-2024 Free Software Foundation, Inc.
19#
20# This file is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3 of the License, or
23# (at your option) any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program; see the file COPYING3.  If not see
32# <http://www.gnu.org/licenses/>.
33
34VPATH = @srcdir@
35am__is_gnu_make = { \
36  if test -z '$(MAKELEVEL)'; then \
37    false; \
38  elif test -n '$(MAKE_HOST)'; then \
39    true; \
40  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41    true; \
42  else \
43    false; \
44  fi; \
45}
46am__make_running_with_option = \
47  case $${target_option-} in \
48      ?) ;; \
49      *) echo "am__make_running_with_option: internal error: invalid" \
50              "target option '$${target_option-}' specified" >&2; \
51         exit 1;; \
52  esac; \
53  has_opt=no; \
54  sane_makeflags=$$MAKEFLAGS; \
55  if $(am__is_gnu_make); then \
56    sane_makeflags=$$MFLAGS; \
57  else \
58    case $$MAKEFLAGS in \
59      *\\[\ \	]*) \
60        bs=\\; \
61        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
63    esac; \
64  fi; \
65  skip_next=no; \
66  strip_trailopt () \
67  { \
68    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69  }; \
70  for flg in $$sane_makeflags; do \
71    test $$skip_next = yes && { skip_next=no; continue; }; \
72    case $$flg in \
73      *=*|--*) continue;; \
74        -*I) strip_trailopt 'I'; skip_next=yes;; \
75      -*I?*) strip_trailopt 'I';; \
76        -*O) strip_trailopt 'O'; skip_next=yes;; \
77      -*O?*) strip_trailopt 'O';; \
78        -*l) strip_trailopt 'l'; skip_next=yes;; \
79      -*l?*) strip_trailopt 'l';; \
80      -[dEDm]) skip_next=yes;; \
81      -[JT]) skip_next=yes;; \
82    esac; \
83    case $$flg in \
84      *$$target_option*) has_opt=yes; break;; \
85    esac; \
86  done; \
87  test $$has_opt = yes
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgdatadir = $(datadir)/@PACKAGE@
91pkgincludedir = $(includedir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkglibexecdir = $(libexecdir)/@PACKAGE@
94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95install_sh_DATA = $(install_sh) -c -m 644
96install_sh_PROGRAM = $(install_sh) -c
97install_sh_SCRIPT = $(install_sh) -c
98INSTALL_HEADER = $(INSTALL_DATA)
99transform = $(program_transform_name)
100NORMAL_INSTALL = :
101PRE_INSTALL = :
102POST_INSTALL = :
103NORMAL_UNINSTALL = :
104PRE_UNINSTALL = :
105POST_UNINSTALL = :
106build_triplet = @build@
107host_triplet = @host@
108target_triplet = @target@
109subdir = gp-display-html
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
112	$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
113	$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
114	$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/warnings.m4 \
115	$(top_srcdir)/../config/enable.m4 \
116	$(top_srcdir)/../config/ax_pthread.m4 \
117	$(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
118	$(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
122mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125CONFIG_CLEAN_VPATH_FILES =
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153am__installdirs = "$(DESTDIR)$(bindir)"
154SCRIPTS = $(bin_SCRIPTS)
155AM_V_P = $(am__v_P_@AM_V@)
156am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157am__v_P_0 = false
158am__v_P_1 = :
159AM_V_GEN = $(am__v_GEN_@AM_V@)
160am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161am__v_GEN_0 = @echo "  GEN     " $@;
162am__v_GEN_1 =
163AM_V_at = $(am__v_at_@AM_V@)
164am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165am__v_at_0 = @
166am__v_at_1 =
167SOURCES =
168DIST_SOURCES =
169am__can_run_installinfo = \
170  case $$AM_UPDATE_INFO_DIR in \
171    n|no|NO) false;; \
172    *) (install-info --version) >/dev/null 2>&1;; \
173  esac
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../mkinstalldirs
176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177ACLOCAL = @ACLOCAL@
178AMTAR = @AMTAR@
179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180AR = @AR@
181AUTOCONF = @AUTOCONF@
182AUTOHEADER = @AUTOHEADER@
183AUTOMAKE = @AUTOMAKE@
184AWK = @AWK@
185BISON = @BISON@
186BUILD_SUBDIRS = @BUILD_SUBDIRS@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CXX = @CXX@
194CXXCPP = @CXXCPP@
195CXXDEPMODE = @CXXDEPMODE@
196CXXFLAGS = @CXXFLAGS@
197CYGPATH_W = @CYGPATH_W@
198DEFS = @DEFS@
199DEPDIR = @DEPDIR@
200DSYMUTIL = @DSYMUTIL@
201DUMPBIN = @DUMPBIN@
202ECHO_C = @ECHO_C@
203ECHO_N = @ECHO_N@
204ECHO_T = @ECHO_T@
205EGREP = @EGREP@
206EXEEXT = @EXEEXT@
207EXPECT = @EXPECT@
208FGREP = @FGREP@
209GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@
210GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
211GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
212GPROFNG_LIBADD = @GPROFNG_LIBADD@
213GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
214GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
215GREP = @GREP@
216INSTALL = @INSTALL@
217INSTALL_DATA = @INSTALL_DATA@
218INSTALL_PROGRAM = @INSTALL_PROGRAM@
219INSTALL_SCRIPT = @INSTALL_SCRIPT@
220INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221JAVA = @JAVA@
222JAVAC = @JAVAC@
223LD = @LD@
224LDFLAGS = @LDFLAGS@
225LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LTLIBOBJS = @LTLIBOBJS@
232MAINT = @MAINT@
233MAKEINFO = @MAKEINFO@
234MKDIR_P = @MKDIR_P@
235NM = @NM@
236NMEDIT = @NMEDIT@
237OBJDUMP = @OBJDUMP@
238OBJEXT = @OBJEXT@
239OTOOL = @OTOOL@
240OTOOL64 = @OTOOL64@
241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
246PACKAGE_URL = @PACKAGE_URL@
247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATH_SEPARATOR = @PATH_SEPARATOR@
249PTHREAD_CC = @PTHREAD_CC@
250PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
251PTHREAD_LIBS = @PTHREAD_LIBS@
252RANLIB = @RANLIB@
253SED = @SED@
254SET_MAKE = @SET_MAKE@
255SHELL = @SHELL@
256STRIP = @STRIP@
257VERSION = @VERSION@
258WERROR = @WERROR@
259abs_builddir = @abs_builddir@
260abs_srcdir = @abs_srcdir@
261abs_top_builddir = @abs_top_builddir@
262abs_top_srcdir = @abs_top_srcdir@
263ac_ct_AR = @ac_ct_AR@
264ac_ct_CC = @ac_ct_CC@
265ac_ct_CXX = @ac_ct_CXX@
266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272ax_pthread_config = @ax_pthread_config@
273bindir = @bindir@
274build = @build@
275build_alias = @build_alias@
276build_cpu = @build_cpu@
277build_os = @build_os@
278build_vendor = @build_vendor@
279builddir = @builddir@
280datadir = @datadir@
281datarootdir = @datarootdir@
282docdir = @docdir@
283dvidir = @dvidir@
284exec_prefix = @exec_prefix@
285gprofng_cflags = @gprofng_cflags@
286host = @host@
287host_alias = @host_alias@
288host_cpu = @host_cpu@
289host_os = @host_os@
290host_vendor = @host_vendor@
291htmldir = @htmldir@
292includedir = @includedir@
293infodir = @infodir@
294install_sh = @install_sh@
295jdk_inc = @jdk_inc@
296libdir = @libdir@
297libexecdir = @libexecdir@
298localedir = @localedir@
299localstatedir = @localstatedir@
300mandir = @mandir@
301mkdir_p = @mkdir_p@
302oldincludedir = @oldincludedir@
303pdfdir = @pdfdir@
304prefix = @prefix@
305program_transform_name = @program_transform_name@
306psdir = @psdir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310subdirs = @subdirs@
311sysconfdir = @sysconfdir@
312target = @target@
313target_alias = @target_alias@
314target_cpu = @target_cpu@
315target_os = @target_os@
316target_vendor = @target_vendor@
317top_build_prefix = @top_build_prefix@
318top_builddir = @top_builddir@
319top_srcdir = @top_srcdir@
320zlibdir = @zlibdir@
321zlibinc = @zlibinc@
322AUTOMAKE_OPTIONS = foreign
323ACLOCAL_AMFLAGS = -I . -I .. -I ../..
324bin_SCRIPTS = gp-display-html
325CLEANFILES = $(bin_SCRIPTS)
326do_subst = sed -e 's/BINUTILS_VERSION/$(VERSION)/'
327all: all-am
328
329.SUFFIXES:
330$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
331	@for dep in $?; do \
332	  case '$(am__configure_deps)' in \
333	    *$$dep*) \
334	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335	        && { if test -f $@; then exit 0; else break; fi; }; \
336	      exit 1;; \
337	  esac; \
338	done; \
339	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gp-display-html/Makefile'; \
340	$(am__cd) $(top_srcdir) && \
341	  $(AUTOMAKE) --foreign gp-display-html/Makefile
342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343	@case '$?' in \
344	  *config.status*) \
345	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
346	  *) \
347	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
348	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
349	esac;
350
351$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353
354$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358$(am__aclocal_m4_deps):
359install-binSCRIPTS: $(bin_SCRIPTS)
360	@$(NORMAL_INSTALL)
361	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
362	if test -n "$$list"; then \
363	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
364	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
365	fi; \
366	for p in $$list; do \
367	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
369	done | \
370	sed -e 'p;s,.*/,,;n' \
371	    -e 'h;s|.*|.|' \
372	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
373	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
374	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
375	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
376	      if (++n[d] == $(am__install_max)) { \
377		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
378	    else { print "f", d "/" $$4, $$1 } } \
379	  END { for (d in files) print "f", d, files[d] }' | \
380	while read type dir files; do \
381	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
382	     test -z "$$files" || { \
383	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
384	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
385	     } \
386	; done
387
388uninstall-binSCRIPTS:
389	@$(NORMAL_UNINSTALL)
390	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
391	files=`for p in $$list; do echo "$$p"; done | \
392	       sed -e 's,.*/,,;$(transform)'`; \
393	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
394
395mostlyclean-libtool:
396	-rm -f *.lo
397
398clean-libtool:
399	-rm -rf .libs _libs
400tags TAGS:
401
402ctags CTAGS:
403
404cscope cscopelist:
405
406
407distdir: $(DISTFILES)
408	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410	list='$(DISTFILES)'; \
411	  dist_files=`for file in $$list; do echo $$file; done | \
412	  sed -e "s|^$$srcdirstrip/||;t" \
413	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414	case $$dist_files in \
415	  */*) $(MKDIR_P) `echo "$$dist_files" | \
416			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417			   sort -u` ;; \
418	esac; \
419	for file in $$dist_files; do \
420	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421	  if test -d $$d/$$file; then \
422	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423	    if test -d "$(distdir)/$$file"; then \
424	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425	    fi; \
426	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
427	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
428	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429	    fi; \
430	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
431	  else \
432	    test -f "$(distdir)/$$file" \
433	    || cp -p $$d/$$file "$(distdir)/$$file" \
434	    || exit 1; \
435	  fi; \
436	done
437check-am: all-am
438check: check-am
439all-am: Makefile $(SCRIPTS)
440installdirs:
441	for dir in "$(DESTDIR)$(bindir)"; do \
442	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
443	done
444install: install-am
445install-exec: install-exec-am
446install-data: install-data-am
447uninstall: uninstall-am
448
449install-am: all-am
450	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452installcheck: installcheck-am
453install-strip:
454	if test -z '$(STRIP)'; then \
455	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	      install; \
458	else \
459	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462	fi
463mostlyclean-generic:
464
465clean-generic:
466	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
467
468distclean-generic:
469	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
472maintainer-clean-generic:
473	@echo "This command is intended for maintainers to use"
474	@echo "it deletes files that may require special tools to rebuild."
475clean: clean-am
476
477clean-am: clean-generic clean-libtool mostlyclean-am
478
479distclean: distclean-am
480	-rm -f Makefile
481distclean-am: clean-am distclean-generic
482
483dvi: dvi-am
484
485dvi-am:
486
487html: html-am
488
489html-am:
490
491info: info-am
492
493info-am:
494
495install-data-am:
496
497install-dvi: install-dvi-am
498
499install-dvi-am:
500
501install-exec-am: install-binSCRIPTS
502
503install-html: install-html-am
504
505install-html-am:
506
507install-info: install-info-am
508
509install-info-am:
510
511install-man:
512
513install-pdf: install-pdf-am
514
515install-pdf-am:
516
517install-ps: install-ps-am
518
519install-ps-am:
520
521installcheck-am:
522
523maintainer-clean: maintainer-clean-am
524	-rm -f Makefile
525maintainer-clean-am: distclean-am maintainer-clean-generic
526
527mostlyclean: mostlyclean-am
528
529mostlyclean-am: mostlyclean-generic mostlyclean-libtool
530
531pdf: pdf-am
532
533pdf-am:
534
535ps: ps-am
536
537ps-am:
538
539uninstall-am: uninstall-binSCRIPTS
540
541.MAKE: install-am install-strip
542
543.PHONY: all all-am check check-am clean clean-generic clean-libtool \
544	cscopelist-am ctags-am distclean distclean-generic \
545	distclean-libtool distdir dvi dvi-am html html-am info info-am \
546	install install-am install-binSCRIPTS install-data \
547	install-data-am install-dvi install-dvi-am install-exec \
548	install-exec-am install-html install-html-am install-info \
549	install-info-am install-man install-pdf install-pdf-am \
550	install-ps install-ps-am install-strip installcheck \
551	installcheck-am installdirs maintainer-clean \
552	maintainer-clean-generic mostlyclean mostlyclean-generic \
553	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
554	uninstall-am uninstall-binSCRIPTS
555
556.PRECIOUS: Makefile
557
558
559gp-display-html: gp-display-html.in Makefile
560	$(do_subst) < $(srcdir)/gp-display-html.in > $@
561	chmod +x $@
562
563# Tell versions [3.59,3.63) of GNU make to not export all variables.
564# Otherwise a system limit (for SysV at least) may be exceeded.
565.NOEXPORT:
566