]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gprofng/gp-display-html/Makefile.in
gprofng: a new GNU profiler
[thirdparty/binutils-gdb.git] / gprofng / gp-display-html / Makefile.in
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 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
34 VPATH = @srcdir@
35 am__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 }
46 am__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
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 subdir = gp-display-html
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
111 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
112 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
113 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/warnings.m4 \
114 $(top_srcdir)/../config/enable.m4 \
115 $(top_srcdir)/../config/ax_pthread.m4 \
116 $(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
117 $(top_srcdir)/configure.ac
118 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119 $(ACLOCAL_M4)
120 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
121 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
122 CONFIG_HEADER = $(top_builddir)/config.h
123 CONFIG_CLEAN_FILES =
124 CONFIG_CLEAN_VPATH_FILES =
125 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126 am__vpath_adj = case $$p in \
127 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128 *) f=$$p;; \
129 esac;
130 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131 am__install_max = 40
132 am__nobase_strip_setup = \
133 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134 am__nobase_strip = \
135 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
136 am__nobase_list = $(am__nobase_strip_setup); \
137 for p in $$list; do echo "$$p $$p"; done | \
138 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
139 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140 if (++n[$$2] == $(am__install_max)) \
141 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142 END { for (dir in files) print dir, files[dir] }'
143 am__base_list = \
144 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
146 am__uninstall_files_from_dir = { \
147 test -z "$$files" \
148 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150 $(am__cd) "$$dir" && rm -f $$files; }; \
151 }
152 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
153 SCRIPTS = $(bin_SCRIPTS)
154 AM_V_P = $(am__v_P_@AM_V@)
155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156 am__v_P_0 = false
157 am__v_P_1 = :
158 AM_V_GEN = $(am__v_GEN_@AM_V@)
159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160 am__v_GEN_0 = @echo " GEN " $@;
161 am__v_GEN_1 =
162 AM_V_at = $(am__v_at_@AM_V@)
163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164 am__v_at_0 = @
165 am__v_at_1 =
166 SOURCES =
167 DIST_SOURCES =
168 am__can_run_installinfo = \
169 case $$AM_UPDATE_INFO_DIR in \
170 n|no|NO) false;; \
171 *) (install-info --version) >/dev/null 2>&1;; \
172 esac
173 man1dir = $(mandir)/man1
174 NROFF = nroff
175 MANS = $(dist_man_MANS)
176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
178 $(top_srcdir)/../mkinstalldirs
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 AMTAR = @AMTAR@
182 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AR = @AR@
184 AUTOCONF = @AUTOCONF@
185 AUTOHEADER = @AUTOHEADER@
186 AUTOMAKE = @AUTOMAKE@
187 AWK = @AWK@
188 BUILD_SUBDIRS = @BUILD_SUBDIRS@
189 CC = @CC@
190 CCDEPMODE = @CCDEPMODE@
191 CFLAGS = @CFLAGS@
192 CPP = @CPP@
193 CPPFLAGS = @CPPFLAGS@
194 CXX = @CXX@
195 CXXCPP = @CXXCPP@
196 CXXDEPMODE = @CXXDEPMODE@
197 CXXFLAGS = @CXXFLAGS@
198 CYGPATH_W = @CYGPATH_W@
199 DEFS = @DEFS@
200 DEPDIR = @DEPDIR@
201 DSYMUTIL = @DSYMUTIL@
202 DUMPBIN = @DUMPBIN@
203 ECHO_C = @ECHO_C@
204 ECHO_N = @ECHO_N@
205 ECHO_T = @ECHO_T@
206 EGREP = @EGREP@
207 EXEEXT = @EXEEXT@
208 EXPECT = @EXPECT@
209 FGREP = @FGREP@
210 GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
211 GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
212 GPROFNG_LIBADD = @GPROFNG_LIBADD@
213 GPROFNG_LIBDIR = @GPROFNG_LIBDIR@
214 GREP = @GREP@
215 HELP2MAN = @HELP2MAN@
216 INSTALL = @INSTALL@
217 INSTALL_DATA = @INSTALL_DATA@
218 INSTALL_PROGRAM = @INSTALL_PROGRAM@
219 INSTALL_SCRIPT = @INSTALL_SCRIPT@
220 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221 JAVA = @JAVA@
222 JAVAC = @JAVAC@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LIBTOOL = @LIBTOOL@
229 LIPO = @LIPO@
230 LN_S = @LN_S@
231 LTLIBOBJS = @LTLIBOBJS@
232 MAINT = @MAINT@
233 MAKEINFO = @MAKEINFO@
234 MKDIR_P = @MKDIR_P@
235 NM = @NM@
236 NMEDIT = @NMEDIT@
237 OBJDUMP = @OBJDUMP@
238 OBJEXT = @OBJEXT@
239 OTOOL = @OTOOL@
240 OTOOL64 = @OTOOL64@
241 PACKAGE = @PACKAGE@
242 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243 PACKAGE_NAME = @PACKAGE_NAME@
244 PACKAGE_STRING = @PACKAGE_STRING@
245 PACKAGE_TARNAME = @PACKAGE_TARNAME@
246 PACKAGE_URL = @PACKAGE_URL@
247 PACKAGE_VERSION = @PACKAGE_VERSION@
248 PATH_SEPARATOR = @PATH_SEPARATOR@
249 PTHREAD_CC = @PTHREAD_CC@
250 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
251 PTHREAD_LIBS = @PTHREAD_LIBS@
252 RANLIB = @RANLIB@
253 SED = @SED@
254 SET_MAKE = @SET_MAKE@
255 SHELL = @SHELL@
256 STRIP = @STRIP@
257 VERSION = @VERSION@
258 WERROR = @WERROR@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_CXX = @ac_ct_CXX@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 ax_pthread_config = @ax_pthread_config@
273 bindir = @bindir@
274 build = @build@
275 build_alias = @build_alias@
276 build_cpu = @build_cpu@
277 build_os = @build_os@
278 build_vendor = @build_vendor@
279 builddir = @builddir@
280 datadir = @datadir@
281 datarootdir = @datarootdir@
282 docdir = @docdir@
283 dvidir = @dvidir@
284 exec_prefix = @exec_prefix@
285 gprofng_cflags = @gprofng_cflags@
286 host = @host@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
289 host_os = @host_os@
290 host_vendor = @host_vendor@
291 htmldir = @htmldir@
292 includedir = @includedir@
293 infodir = @infodir@
294 install_sh = @install_sh@
295 jdk_inc = @jdk_inc@
296 libdir = @libdir@
297 libexecdir = @libexecdir@
298 localedir = @localedir@
299 localstatedir = @localstatedir@
300 mandir = @mandir@
301 mkdir_p = @mkdir_p@
302 oldincludedir = @oldincludedir@
303 pdfdir = @pdfdir@
304 prefix = @prefix@
305 program_transform_name = @program_transform_name@
306 psdir = @psdir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 subdirs = @subdirs@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 AUTOMAKE_OPTIONS = foreign
317 ACLOCAL_AMFLAGS = -I . -I .. -I ../..
318 dist_man_MANS = gp-display-html.1
319 bin_SCRIPTS = gp-display-html
320 CLEANFILES = $(bin_SCRIPTS)
321 MAINTAINERCLEANFILES = $(dist_man_MANS)
322 do_subst = sed -e 's/BINUTILS_VERSION/$(VERSION)/'
323
324 # Use this if the man pages depend on the version number.
325 # common_mandeps = $(top_srcdir)/../bfd/version.m4
326 #
327 # Also change the dependence line below to this:
328 # gp-display-html.1: $(common_mandeps) gp-display-html
329 #
330 # Currently, the version number shown in the man page is derived from
331 # the output printed with --version.
332
333 # These variables are used by help2man to generate the man pages.
334 @BUILD_MAN_TRUE@INFO_PAGE = "gprofng"
335 @BUILD_MAN_TRUE@MANUAL = "User Commands"
336 @BUILD_MAN_TRUE@TEXT_GP_DISPLAY_HTML = "generate an HTML based directory structure to browse the profiles"
337 @BUILD_MAN_TRUE@HELP2MAN_OPT = --libtool --no-info --info-page=$(INFO_PAGE) --manual=$(MANUAL)
338 @BUILD_MAN_TRUE@H2M_FILTER = | sed 's/\.TP/\.TP\n.B/' | sed 's/Commands:/\.SH COMMANDS/' \
339 @BUILD_MAN_TRUE@ | sed 's/See also:/\.SH SEE ALSO/' | sed 's/Documentation:/.SH DOCUMENTATION/' \
340 @BUILD_MAN_TRUE@ | sed 's/Limitations:/.SH LIMITATIONS/'
341
342 all: all-am
343
344 .SUFFIXES:
345 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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 gp-display-html/Makefile'; \
355 $(am__cd) $(top_srcdir) && \
356 $(AUTOMAKE) --foreign gp-display-html/Makefile
357 Makefile: $(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__depfiles_maybe)'; \
363 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(am__aclocal_m4_deps):
374 install-binSCRIPTS: $(bin_SCRIPTS)
375 @$(NORMAL_INSTALL)
376 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
377 if test -n "$$list"; then \
378 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
379 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
380 fi; \
381 for p in $$list; do \
382 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
383 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
384 done | \
385 sed -e 'p;s,.*/,,;n' \
386 -e 'h;s|.*|.|' \
387 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
388 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
389 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
391 if (++n[d] == $(am__install_max)) { \
392 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
393 else { print "f", d "/" $$4, $$1 } } \
394 END { for (d in files) print "f", d, files[d] }' | \
395 while read type dir files; do \
396 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
397 test -z "$$files" || { \
398 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
399 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
400 } \
401 ; done
402
403 uninstall-binSCRIPTS:
404 @$(NORMAL_UNINSTALL)
405 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
406 files=`for p in $$list; do echo "$$p"; done | \
407 sed -e 's,.*/,,;$(transform)'`; \
408 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
409
410 mostlyclean-libtool:
411 -rm -f *.lo
412
413 clean-libtool:
414 -rm -rf .libs _libs
415 install-man1: $(dist_man_MANS)
416 @$(NORMAL_INSTALL)
417 @list1=''; \
418 list2='$(dist_man_MANS)'; \
419 test -n "$(man1dir)" \
420 && test -n "`echo $$list1$$list2`" \
421 || exit 0; \
422 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
423 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
424 { for i in $$list1; do echo "$$i"; done; \
425 if test -n "$$list2"; then \
426 for i in $$list2; do echo "$$i"; done \
427 | sed -n '/\.1[a-z]*$$/p'; \
428 fi; \
429 } | while read p; do \
430 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
431 echo "$$d$$p"; echo "$$p"; \
432 done | \
433 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
434 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
435 sed 'N;N;s,\n, ,g' | { \
436 list=; while read file base inst; do \
437 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
438 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
439 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
440 fi; \
441 done; \
442 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
443 while read files; do \
444 test -z "$$files" || { \
445 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
446 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
447 done; }
448
449 uninstall-man1:
450 @$(NORMAL_UNINSTALL)
451 @list=''; test -n "$(man1dir)" || exit 0; \
452 files=`{ for i in $$list; do echo "$$i"; done; \
453 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
454 sed -n '/\.1[a-z]*$$/p'; \
455 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
456 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
457 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
458 tags TAGS:
459
460 ctags CTAGS:
461
462 cscope cscopelist:
463
464
465 distdir: $(DISTFILES)
466 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 list='$(DISTFILES)'; \
469 dist_files=`for file in $$list; do echo $$file; done | \
470 sed -e "s|^$$srcdirstrip/||;t" \
471 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472 case $$dist_files in \
473 */*) $(MKDIR_P) `echo "$$dist_files" | \
474 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475 sort -u` ;; \
476 esac; \
477 for file in $$dist_files; do \
478 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479 if test -d $$d/$$file; then \
480 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481 if test -d "$(distdir)/$$file"; then \
482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483 fi; \
484 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487 fi; \
488 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489 else \
490 test -f "$(distdir)/$$file" \
491 || cp -p $$d/$$file "$(distdir)/$$file" \
492 || exit 1; \
493 fi; \
494 done
495 check-am: all-am
496 check: check-am
497 all-am: Makefile $(SCRIPTS) $(MANS)
498 installdirs:
499 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
500 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
501 done
502 install: install-am
503 install-exec: install-exec-am
504 install-data: install-data-am
505 uninstall: uninstall-am
506
507 install-am: all-am
508 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509
510 installcheck: installcheck-am
511 install-strip:
512 if test -z '$(STRIP)'; then \
513 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515 install; \
516 else \
517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
520 fi
521 mostlyclean-generic:
522
523 clean-generic:
524 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
525
526 distclean-generic:
527 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529
530 maintainer-clean-generic:
531 @echo "This command is intended for maintainers to use"
532 @echo "it deletes files that may require special tools to rebuild."
533 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
534 clean: clean-am
535
536 clean-am: clean-generic clean-libtool mostlyclean-am
537
538 distclean: distclean-am
539 -rm -f Makefile
540 distclean-am: clean-am distclean-generic
541
542 dvi: dvi-am
543
544 dvi-am:
545
546 html: html-am
547
548 html-am:
549
550 info: info-am
551
552 info-am:
553
554 install-data-am: install-man
555
556 install-dvi: install-dvi-am
557
558 install-dvi-am:
559
560 install-exec-am: install-binSCRIPTS
561
562 install-html: install-html-am
563
564 install-html-am:
565
566 install-info: install-info-am
567
568 install-info-am:
569
570 install-man: install-man1
571
572 install-pdf: install-pdf-am
573
574 install-pdf-am:
575
576 install-ps: install-ps-am
577
578 install-ps-am:
579
580 installcheck-am:
581
582 maintainer-clean: maintainer-clean-am
583 -rm -f Makefile
584 maintainer-clean-am: distclean-am maintainer-clean-generic
585
586 mostlyclean: mostlyclean-am
587
588 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
589
590 pdf: pdf-am
591
592 pdf-am:
593
594 ps: ps-am
595
596 ps-am:
597
598 uninstall-am: uninstall-binSCRIPTS uninstall-man
599
600 uninstall-man: uninstall-man1
601
602 .MAKE: install-am install-strip
603
604 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
605 cscopelist-am ctags-am distclean distclean-generic \
606 distclean-libtool distdir dvi dvi-am html html-am info info-am \
607 install install-am install-binSCRIPTS install-data \
608 install-data-am install-dvi install-dvi-am install-exec \
609 install-exec-am install-html install-html-am install-info \
610 install-info-am install-man install-man1 install-pdf \
611 install-pdf-am install-ps install-ps-am install-strip \
612 installcheck installcheck-am installdirs maintainer-clean \
613 maintainer-clean-generic mostlyclean mostlyclean-generic \
614 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
615 uninstall-am uninstall-binSCRIPTS uninstall-man uninstall-man1
616
617 .PRECIOUS: Makefile
618
619
620 gp-display-html: gp-display-html.in Makefile
621 $(do_subst) < $(srcdir)/gp-display-html.in > $@
622 chmod +x $@
623
624 @BUILD_MAN_TRUE@gp-display-html.1: gp-display-html
625 @BUILD_MAN_TRUE@ $(AM_V_GEN)_BUILDING_MANPAGE=1 $(HELP2MAN) $(HELP2MAN_OPT) \
626 @BUILD_MAN_TRUE@ --name=$(TEXT_GP_DISPLAY_HTML) ./gp-display-html $(H2M_FILTER) > $@
627
628 # Tell versions [3.59,3.63) of GNU make to not export all variables.
629 # Otherwise a system limit (for SysV at least) may be exceeded.
630 .NOEXPORT: