1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# Fig2dev: Translate Fig code to various Devices
18# Parts Copyright (c) 2015, 2016 by Thomas Loimer
19#
20# Any party obtaining a copy of these files is granted, free of charge, a
21# full and unrestricted irrevocable, world-wide, paid up, royalty-free,
22# nonexclusive right and license to deal in this software and documentation
23# files (the "Software"), including without limitation the rights to use,
24# copy, modify, merge, publish, distribute, sublicense and/or sell copies
25# of the Software, and to permit persons who receive copies from any such
26# party to do so, with the only requirement being that the above copyright
27# and this permission notice remain intact.
28
29# man/Makefile.am
30# Author: Thomas Loimer, 2015, 2016.
31VPATH = @srcdir@
32am__is_gnu_make = { \
33  if test -z '$(MAKELEVEL)'; then \
34    false; \
35  elif test -n '$(MAKE_HOST)'; then \
36    true; \
37  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38    true; \
39  else \
40    false; \
41  fi; \
42}
43am__make_running_with_option = \
44  case $${target_option-} in \
45      ?) ;; \
46      *) echo "am__make_running_with_option: internal error: invalid" \
47              "target option '$${target_option-}' specified" >&2; \
48         exit 1;; \
49  esac; \
50  has_opt=no; \
51  sane_makeflags=$$MAKEFLAGS; \
52  if $(am__is_gnu_make); then \
53    sane_makeflags=$$MFLAGS; \
54  else \
55    case $$MAKEFLAGS in \
56      *\\[\ \	]*) \
57        bs=\\; \
58        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
60    esac; \
61  fi; \
62  skip_next=no; \
63  strip_trailopt () \
64  { \
65    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
66  }; \
67  for flg in $$sane_makeflags; do \
68    test $$skip_next = yes && { skip_next=no; continue; }; \
69    case $$flg in \
70      *=*|--*) continue;; \
71        -*I) strip_trailopt 'I'; skip_next=yes;; \
72      -*I?*) strip_trailopt 'I';; \
73        -*O) strip_trailopt 'O'; skip_next=yes;; \
74      -*O?*) strip_trailopt 'O';; \
75        -*l) strip_trailopt 'l'; skip_next=yes;; \
76      -*l?*) strip_trailopt 'l';; \
77      -[dEDm]) skip_next=yes;; \
78      -[JT]) skip_next=yes;; \
79    esac; \
80    case $$flg in \
81      *$$target_option*) has_opt=yes; break;; \
82    esac; \
83  done; \
84  test $$has_opt = yes
85am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87pkgdatadir = $(datadir)/@PACKAGE@
88pkgincludedir = $(includedir)/@PACKAGE@
89pkglibdir = $(libdir)/@PACKAGE@
90pkglibexecdir = $(libexecdir)/@PACKAGE@
91am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92install_sh_DATA = $(install_sh) -c -m 644
93install_sh_PROGRAM = $(install_sh) -c
94install_sh_SCRIPT = $(install_sh) -c
95INSTALL_HEADER = $(INSTALL_DATA)
96transform = $(program_transform_name)
97NORMAL_INSTALL = :
98PRE_INSTALL = :
99POST_INSTALL = :
100NORMAL_UNINSTALL = :
101PRE_UNINSTALL = :
102POST_UNINSTALL = :
103@ENABLE_TRANSFIG_TRUE@am__append_1 = transfig.1
104subdir = man
105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106am__aclocal_m4_deps = $(top_srcdir)/m4/tl_search_libs_source.m4 \
107	$(top_srcdir)/version.m4 $(top_srcdir)/configure.ac
108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109	$(ACLOCAL_M4)
110DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
111mkinstalldirs = $(install_sh) -d
112CONFIG_HEADER = $(top_builddir)/config.h
113CONFIG_CLEAN_FILES = fig2dev.1
114CONFIG_CLEAN_VPATH_FILES =
115AM_V_P = $(am__v_P_@AM_V@)
116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117am__v_P_0 = false
118am__v_P_1 = :
119AM_V_GEN = $(am__v_GEN_@AM_V@)
120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121am__v_GEN_0 = @echo "  GEN     " $@;
122am__v_GEN_1 =
123AM_V_at = $(am__v_at_@AM_V@)
124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125am__v_at_0 = @
126am__v_at_1 =
127SOURCES =
128DIST_SOURCES =
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135am__vpath_adj = case $$p in \
136    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137    *) f=$$p;; \
138  esac;
139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140am__install_max = 40
141am__nobase_strip_setup = \
142  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143am__nobase_strip = \
144  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145am__nobase_list = $(am__nobase_strip_setup); \
146  for p in $$list; do echo "$$p $$p"; done | \
147  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149    if (++n[$$2] == $(am__install_max)) \
150      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151    END { for (dir in files) print dir, files[dir] }'
152am__base_list = \
153  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155am__uninstall_files_from_dir = { \
156  test -z "$$files" \
157    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159         $(am__cd) "$$dir" && rm -f $$files; }; \
160  }
161man1dir = $(mandir)/man1
162am__installdirs = "$(DESTDIR)$(man1dir)"
163NROFF = nroff
164MANS = $(dist_man1_MANS) $(man1_MANS)
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166am__DIST_COMMON = $(dist_man1_MANS) $(srcdir)/Makefile.in \
167	$(srcdir)/fig2dev.1.in
168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169ACLOCAL = @ACLOCAL@
170ALTERNATE_PAPERSIZE = @ALTERNATE_PAPERSIZE@
171AMTAR = @AMTAR@
172AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
173AR = @AR@
174AUTOCONF = @AUTOCONF@
175AUTOHEADER = @AUTOHEADER@
176AUTOM4TE = @AUTOM4TE@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPPFLAGS = @CPPFLAGS@
183CYGPATH_W = @CYGPATH_W@
184DEFAULT_PAPERSIZE = @DEFAULT_PAPERSIZE@
185DEFS = @DEFS@
186DEPDIR = @DEPDIR@
187ECHO_C = @ECHO_C@
188ECHO_N = @ECHO_N@
189ECHO_T = @ECHO_T@
190EXEEXT = @EXEEXT@
191FGREP = @FGREP@
192GREP = @GREP@
193GSEXE = @GSEXE@
194INSTALL = @INSTALL@
195INSTALL_DATA = @INSTALL_DATA@
196INSTALL_PROGRAM = @INSTALL_PROGRAM@
197INSTALL_SCRIPT = @INSTALL_SCRIPT@
198INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199LDFLAGS = @LDFLAGS@
200LIBOBJS = @LIBOBJS@
201LIBS = @LIBS@
202LN_S = @LN_S@
203LTLIBOBJS = @LTLIBOBJS@
204MAKEINFO = @MAKEINFO@
205MKDIR_P = @MKDIR_P@
206OBJEXT = @OBJEXT@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
212PACKAGE_URL = @PACKAGE_URL@
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215RANLIB = @RANLIB@
216RELEASE_DATE = @RELEASE_DATE@
217SED = @SED@
218SET_MAKE = @SET_MAKE@
219SHELL = @SHELL@
220STRIP = @STRIP@
221VERSION = @VERSION@
222WITH_IBMGEC = @WITH_IBMGEC@
223abs_builddir = @abs_builddir@
224abs_srcdir = @abs_srcdir@
225abs_top_builddir = @abs_top_builddir@
226abs_top_srcdir = @abs_top_srcdir@
227ac_ct_AR = @ac_ct_AR@
228ac_ct_CC = @ac_ct_CC@
229am__include = @am__include@
230am__leading_dot = @am__leading_dot@
231am__quote = @am__quote@
232am__tar = @am__tar@
233am__untar = @am__untar@
234bindir = @bindir@
235build_alias = @build_alias@
236builddir = @builddir@
237datadir = @datadir@
238datarootdir = @datarootdir@
239docdir = @docdir@
240dvidir = @dvidir@
241exec_prefix = @exec_prefix@
242host_alias = @host_alias@
243htmldir = @htmldir@
244i18ndir = @i18ndir@
245includedir = @includedir@
246infodir = @infodir@
247install_sh = @install_sh@
248libdir = @libdir@
249libexecdir = @libexecdir@
250localedir = @localedir@
251localstatedir = @localstatedir@
252mandir = @mandir@
253mkdir_p = @mkdir_p@
254oldincludedir = @oldincludedir@
255pdfdir = @pdfdir@
256prefix = @prefix@
257program_transform_name = @program_transform_name@
258psdir = @psdir@
259runstatedir = @runstatedir@
260sbindir = @sbindir@
261sharedstatedir = @sharedstatedir@
262srcdir = @srcdir@
263sysconfdir = @sysconfdir@
264target_alias = @target_alias@
265top_build_prefix = @top_build_prefix@
266top_builddir = @top_builddir@
267top_srcdir = @top_srcdir@
268MAINTAINERCLEANFILES = Makefile.in
269
270# Install the given files in section 1 of the man-pages.
271# man_MANS would deduce the correct section from the file suffix, at a
272# slight speed penalty.
273# Without the dist_ prefix these files are not copied into the tarball
274# created by "make dist", because automake thinks man-pages are generated
275# from other sources.
276dist_man1_MANS = fig2ps2tex.1 pic2tpic.1
277# fig2dev.1 _is_ created from fig2dev.1.in, i18n.man and nfss.man.
278# fig2dev.1.in is mentioned in configure.ac, so no need
279# to mention it here in EXTRA_DIST
280# But mention transfig.1, otherwise it is not distributed, if configure
281# runs without --enable-transfig.
282man1_MANS = fig2dev.1 $(am__append_1)
283EXTRA_DIST = i18n.man nfss.man transfig.1
284all: all-am
285
286.SUFFIXES:
287$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
288	@for dep in $?; do \
289	  case '$(am__configure_deps)' in \
290	    *$$dep*) \
291	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
292	        && { if test -f $@; then exit 0; else break; fi; }; \
293	      exit 1;; \
294	  esac; \
295	done; \
296	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
297	$(am__cd) $(top_srcdir) && \
298	  $(AUTOMAKE) --foreign man/Makefile
299Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300	@case '$?' in \
301	  *config.status*) \
302	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303	  *) \
304	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
305	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
306	esac;
307
308$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311$(top_srcdir)/configure:  $(am__configure_deps)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315$(am__aclocal_m4_deps):
316fig2dev.1: $(top_builddir)/config.status $(srcdir)/fig2dev.1.in
317	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
318install-man1: $(dist_man1_MANS) $(man1_MANS)
319	@$(NORMAL_INSTALL)
320	@list1='$(dist_man1_MANS) $(man1_MANS)'; \
321	list2=''; \
322	test -n "$(man1dir)" \
323	  && test -n "`echo $$list1$$list2`" \
324	  || exit 0; \
325	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
326	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
327	{ for i in $$list1; do echo "$$i"; done;  \
328	if test -n "$$list2"; then \
329	  for i in $$list2; do echo "$$i"; done \
330	    | sed -n '/\.1[a-z]*$$/p'; \
331	fi; \
332	} | while read p; do \
333	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
334	  echo "$$d$$p"; echo "$$p"; \
335	done | \
336	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
337	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
338	sed 'N;N;s,\n, ,g' | { \
339	list=; while read file base inst; do \
340	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
341	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
342	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
343	  fi; \
344	done; \
345	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
346	while read files; do \
347	  test -z "$$files" || { \
348	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
349	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
350	done; }
351
352uninstall-man1:
353	@$(NORMAL_UNINSTALL)
354	@list='$(dist_man1_MANS) $(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
355	files=`{ for i in $$list; do echo "$$i"; done; \
356	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
357	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
358	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
359tags TAGS:
360
361ctags CTAGS:
362
363cscope cscopelist:
364
365
366distdir: $(BUILT_SOURCES)
367	$(MAKE) $(AM_MAKEFLAGS) distdir-am
368
369distdir-am: $(DISTFILES)
370	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372	list='$(DISTFILES)'; \
373	  dist_files=`for file in $$list; do echo $$file; done | \
374	  sed -e "s|^$$srcdirstrip/||;t" \
375	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
376	case $$dist_files in \
377	  */*) $(MKDIR_P) `echo "$$dist_files" | \
378			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
379			   sort -u` ;; \
380	esac; \
381	for file in $$dist_files; do \
382	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383	  if test -d $$d/$$file; then \
384	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
385	    if test -d "$(distdir)/$$file"; then \
386	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387	    fi; \
388	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
389	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
390	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391	    fi; \
392	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
393	  else \
394	    test -f "$(distdir)/$$file" \
395	    || cp -p $$d/$$file "$(distdir)/$$file" \
396	    || exit 1; \
397	  fi; \
398	done
399check-am: all-am
400check: check-am
401all-am: Makefile $(MANS)
402installdirs:
403	for dir in "$(DESTDIR)$(man1dir)"; do \
404	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
405	done
406install: install-am
407install-exec: install-exec-am
408install-data: install-data-am
409uninstall: uninstall-am
410
411install-am: all-am
412	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
413
414installcheck: installcheck-am
415install-strip:
416	if test -z '$(STRIP)'; then \
417	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
418	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
419	      install; \
420	else \
421	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
422	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
423	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
424	fi
425mostlyclean-generic:
426
427clean-generic:
428
429distclean-generic:
430	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
431	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
432
433maintainer-clean-generic:
434	@echo "This command is intended for maintainers to use"
435	@echo "it deletes files that may require special tools to rebuild."
436	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
437clean: clean-am
438
439clean-am: clean-generic mostlyclean-am
440
441distclean: distclean-am
442	-rm -f Makefile
443distclean-am: clean-am distclean-generic
444
445dvi: dvi-am
446
447dvi-am:
448
449html: html-am
450
451html-am:
452
453info: info-am
454
455info-am:
456
457install-data-am: install-man
458
459install-dvi: install-dvi-am
460
461install-dvi-am:
462
463install-exec-am:
464
465install-html: install-html-am
466
467install-html-am:
468
469install-info: install-info-am
470
471install-info-am:
472
473install-man: install-man1
474
475install-pdf: install-pdf-am
476
477install-pdf-am:
478
479install-ps: install-ps-am
480
481install-ps-am:
482
483installcheck-am:
484
485maintainer-clean: maintainer-clean-am
486	-rm -f Makefile
487maintainer-clean-am: distclean-am maintainer-clean-generic
488
489mostlyclean: mostlyclean-am
490
491mostlyclean-am: mostlyclean-generic
492
493pdf: pdf-am
494
495pdf-am:
496
497ps: ps-am
498
499ps-am:
500
501uninstall-am: uninstall-man
502	@$(NORMAL_INSTALL)
503	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
504uninstall-man: uninstall-man1
505
506.MAKE: install-am install-strip uninstall-am
507
508.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
509	ctags-am distclean distclean-generic distdir dvi dvi-am html \
510	html-am info info-am install install-am install-data \
511	install-data-am install-dvi install-dvi-am install-exec \
512	install-exec-am install-html install-html-am install-info \
513	install-info-am install-man install-man1 install-pdf \
514	install-pdf-am install-ps install-ps-am install-strip \
515	installcheck installcheck-am installdirs maintainer-clean \
516	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
517	pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-hook \
518	uninstall-man uninstall-man1
519
520.PRECIOUS: Makefile
521
522
523# fig2dev.1 depends on PACKAGE_VERSION - pick up new version, if it changes
524fig2dev.1.in: $(CONFIG_HEADER)
525
526uninstall-hook:
527	-rmdir "$(DESTDIR)$(man1dir)"
528
529# Tell versions [3.59,3.63) of GNU make to not export all variables.
530# Otherwise a system limit (for SysV at least) may be exceeded.
531.NOEXPORT:
532