1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 2005  Red Hat, Inc.
19#
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39
40VPATH = @srcdir@
41am__is_gnu_make = { \
42  if test -z '$(MAKELEVEL)'; then \
43    false; \
44  elif test -n '$(MAKE_HOST)'; then \
45    true; \
46  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47    true; \
48  else \
49    false; \
50  fi; \
51}
52am__make_running_with_option = \
53  case $${target_option-} in \
54      ?) ;; \
55      *) echo "am__make_running_with_option: internal error: invalid" \
56              "target option '$${target_option-}' specified" >&2; \
57         exit 1;; \
58  esac; \
59  has_opt=no; \
60  sane_makeflags=$$MAKEFLAGS; \
61  if $(am__is_gnu_make); then \
62    sane_makeflags=$$MFLAGS; \
63  else \
64    case $$MAKEFLAGS in \
65      *\\[\ \	]*) \
66        bs=\\; \
67        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
69    esac; \
70  fi; \
71  skip_next=no; \
72  strip_trailopt () \
73  { \
74    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75  }; \
76  for flg in $$sane_makeflags; do \
77    test $$skip_next = yes && { skip_next=no; continue; }; \
78    case $$flg in \
79      *=*|--*) continue;; \
80        -*I) strip_trailopt 'I'; skip_next=yes;; \
81      -*I?*) strip_trailopt 'I';; \
82        -*O) strip_trailopt 'O'; skip_next=yes;; \
83      -*O?*) strip_trailopt 'O';; \
84        -*l) strip_trailopt 'l'; skip_next=yes;; \
85      -*l?*) strip_trailopt 'l';; \
86      -[dEDm]) skip_next=yes;; \
87      -[JT]) skip_next=yes;; \
88    esac; \
89    case $$flg in \
90      *$$target_option*) has_opt=yes; break;; \
91    esac; \
92  done; \
93  test $$has_opt = yes
94am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96pkgdatadir = $(datadir)/@PACKAGE@
97pkgincludedir = $(includedir)/@PACKAGE@
98pkglibdir = $(libdir)/@PACKAGE@
99pkglibexecdir = $(libexecdir)/@PACKAGE@
100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101install_sh_DATA = $(install_sh) -c -m 644
102install_sh_PROGRAM = $(install_sh) -c
103install_sh_SCRIPT = $(install_sh) -c
104INSTALL_HEADER = $(INSTALL_DATA)
105transform = $(program_transform_name)
106NORMAL_INSTALL = :
107PRE_INSTALL = :
108POST_INSTALL = :
109NORMAL_UNINSTALL = :
110PRE_UNINSTALL = :
111POST_UNINSTALL = :
112build_triplet = @build@
113host_triplet = @host@
114bin_PROGRAMS = xpr$(EXEEXT)
115subdir = .
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
121	$(am__configure_deps) $(am__DIST_COMMON)
122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
129	"$(DESTDIR)$(appmandir)"
130PROGRAMS = $(bin_PROGRAMS)
131am_xpr_OBJECTS = x2jet.$(OBJEXT) x2pmp.$(OBJEXT) xpr.$(OBJEXT)
132xpr_OBJECTS = $(am_xpr_OBJECTS)
133am__DEPENDENCIES_1 =
134xpr_DEPENDENCIES = $(am__DEPENDENCIES_1)
135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136am__vpath_adj = case $$p in \
137    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138    *) f=$$p;; \
139  esac;
140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141am__install_max = 40
142am__nobase_strip_setup = \
143  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144am__nobase_strip = \
145  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146am__nobase_list = $(am__nobase_strip_setup); \
147  for p in $$list; do echo "$$p $$p"; done | \
148  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150    if (++n[$$2] == $(am__install_max)) \
151      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152    END { for (dir in files) print dir, files[dir] }'
153am__base_list = \
154  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156am__uninstall_files_from_dir = { \
157  test -z "$$files" \
158    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160         $(am__cd) "$$dir" && rm -f $$files; }; \
161  }
162SCRIPTS = $(bin_SCRIPTS)
163AM_V_P = $(am__v_P_@AM_V@)
164am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
165am__v_P_0 = false
166am__v_P_1 = :
167AM_V_GEN = $(am__v_GEN_@AM_V@)
168am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169am__v_GEN_0 = @echo "  GEN     " $@;
170am__v_GEN_1 =
171AM_V_at = $(am__v_at_@AM_V@)
172am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173am__v_at_0 = @
174am__v_at_1 =
175DEFAULT_INCLUDES = -I.@am__isrc@
176depcomp = $(SHELL) $(top_srcdir)/depcomp
177am__depfiles_maybe = depfiles
178am__mv = mv -f
179COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181AM_V_CC = $(am__v_CC_@AM_V@)
182am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183am__v_CC_0 = @echo "  CC      " $@;
184am__v_CC_1 =
185CCLD = $(CC)
186LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
187AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189am__v_CCLD_0 = @echo "  CCLD    " $@;
190am__v_CCLD_1 =
191SOURCES = $(xpr_SOURCES)
192DIST_SOURCES = $(xpr_SOURCES)
193am__can_run_installinfo = \
194  case $$AM_UPDATE_INFO_DIR in \
195    n|no|NO) false;; \
196    *) (install-info --version) >/dev/null 2>&1;; \
197  esac
198DATA = $(appman_DATA)
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
200	$(LISP)config.h.in
201# Read a list of newline-separated strings from the standard input,
202# and print each of them once, without duplicates.  Input order is
203# *not* preserved.
204am__uniquify_input = $(AWK) '\
205  BEGIN { nonempty = 0; } \
206  { items[$$0] = 1; nonempty = 1; } \
207  END { if (nonempty) { for (i in items) print i; }; } \
208'
209# Make sure the list of sources is unique.  This is necessary because,
210# e.g., the same source file might be shared among _SOURCES variables
211# for different programs/libraries.
212am__define_uniq_tagged_files = \
213  list='$(am__tagged_files)'; \
214  unique=`for i in $$list; do \
215    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216  done | $(am__uniquify_input)`
217ETAGS = etags
218CTAGS = ctags
219CSCOPE = cscope
220AM_RECURSIVE_TARGETS = cscope
221am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
222	ChangeLog README compile config.guess config.sub depcomp \
223	install-sh missing
224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225distdir = $(PACKAGE)-$(VERSION)
226top_distdir = $(distdir)
227am__remove_distdir = \
228  if test -d "$(distdir)"; then \
229    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
230      && rm -rf "$(distdir)" \
231      || { sleep 5 && rm -rf "$(distdir)"; }; \
232  else :; fi
233am__post_remove_distdir = $(am__remove_distdir)
234DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
235GZIP_ENV = --best
236DIST_TARGETS = dist-bzip2 dist-gzip
237distuninstallcheck_listfiles = find . -type f -print
238am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
239  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
240distcleancheck_listfiles = find . -type f -print
241ACLOCAL = @ACLOCAL@
242ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
243ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
244AMTAR = @AMTAR@
245AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246APP_MAN_DIR = @APP_MAN_DIR@
247APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
248AUTOCONF = @AUTOCONF@
249AUTOHEADER = @AUTOHEADER@
250AUTOMAKE = @AUTOMAKE@
251AWK = @AWK@
252BASE_CFLAGS = @BASE_CFLAGS@
253CC = @CC@
254CCDEPMODE = @CCDEPMODE@
255CFLAGS = @CFLAGS@
256CHANGELOG_CMD = @CHANGELOG_CMD@
257CPP = @CPP@
258CPPFLAGS = @CPPFLAGS@
259CWARNFLAGS = @CWARNFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEFS = @DEFS@
262DEPDIR = @DEPDIR@
263DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
264DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269EXEEXT = @EXEEXT@
270FILE_MAN_DIR = @FILE_MAN_DIR@
271FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
272GREP = @GREP@
273INSTALL = @INSTALL@
274INSTALL_CMD = @INSTALL_CMD@
275INSTALL_DATA = @INSTALL_DATA@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
279LDFLAGS = @LDFLAGS@
280LIBOBJS = @LIBOBJS@
281LIBS = @LIBS@
282LIB_MAN_DIR = @LIB_MAN_DIR@
283LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
284LTLIBOBJS = @LTLIBOBJS@
285MAKEINFO = @MAKEINFO@
286MAN_SUBSTS = @MAN_SUBSTS@
287MISC_MAN_DIR = @MISC_MAN_DIR@
288MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
289MKDIR_P = @MKDIR_P@
290OBJEXT = @OBJEXT@
291PACKAGE = @PACKAGE@
292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
293PACKAGE_NAME = @PACKAGE_NAME@
294PACKAGE_STRING = @PACKAGE_STRING@
295PACKAGE_TARNAME = @PACKAGE_TARNAME@
296PACKAGE_URL = @PACKAGE_URL@
297PACKAGE_VERSION = @PACKAGE_VERSION@
298PATH_SEPARATOR = @PATH_SEPARATOR@
299PKG_CONFIG = @PKG_CONFIG@
300PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
301PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
302SED = @SED@
303SET_MAKE = @SET_MAKE@
304SHELL = @SHELL@
305STRICT_CFLAGS = @STRICT_CFLAGS@
306STRIP = @STRIP@
307VERSION = @VERSION@
308XORG_MAN_PAGE = @XORG_MAN_PAGE@
309XPR_CFLAGS = @XPR_CFLAGS@
310XPR_LIBS = @XPR_LIBS@
311abs_builddir = @abs_builddir@
312abs_srcdir = @abs_srcdir@
313abs_top_builddir = @abs_top_builddir@
314abs_top_srcdir = @abs_top_srcdir@
315ac_ct_CC = @ac_ct_CC@
316am__include = @am__include@
317am__leading_dot = @am__leading_dot@
318am__quote = @am__quote@
319am__tar = @am__tar@
320am__untar = @am__untar@
321bindir = @bindir@
322build = @build@
323build_alias = @build_alias@
324build_cpu = @build_cpu@
325build_os = @build_os@
326build_vendor = @build_vendor@
327builddir = @builddir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361AM_CFLAGS = $(CWARNFLAGS) $(XPR_CFLAGS) -DNOINLINE
362xpr_LDADD = $(XPR_LIBS)
363xpr_SOURCES = \
364        lncmd.h \
365        pmp.h \
366        x2jet.c \
367        x2pmp.c \
368        xpr.c \
369        xpr.h
370
371appman_PRE = \
372        xdpr.man \
373        xpr.man
374
375bin_SCRIPTS = xdpr
376CLEANFILES = xdpr $(appman_DATA)
377EXTRA_DIST = xdpr.script ChangeLog autogen.sh $(appman_PRE)
378MAINTAINERCLEANFILES = ChangeLog
379appmandir = $(APP_MAN_DIR)
380appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
381SUFFIXES = .$(APP_MAN_SUFFIX) .man
382all: config.h
383	$(MAKE) $(AM_MAKEFLAGS) all-am
384
385.SUFFIXES:
386.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
387am--refresh: Makefile
388	@:
389$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
390	@for dep in $?; do \
391	  case '$(am__configure_deps)' in \
392	    *$$dep*) \
393	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
394	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
395		&& exit 0; \
396	      exit 1;; \
397	  esac; \
398	done; \
399	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
400	$(am__cd) $(top_srcdir) && \
401	  $(AUTOMAKE) --foreign Makefile
402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403	@case '$?' in \
404	  *config.status*) \
405	    echo ' $(SHELL) ./config.status'; \
406	    $(SHELL) ./config.status;; \
407	  *) \
408	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
409	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
410	esac;
411
412$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
413	$(SHELL) ./config.status --recheck
414
415$(top_srcdir)/configure:  $(am__configure_deps)
416	$(am__cd) $(srcdir) && $(AUTOCONF)
417$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
418	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
419$(am__aclocal_m4_deps):
420
421config.h: stamp-h1
422	@test -f $@ || rm -f stamp-h1
423	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
424
425stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
426	@rm -f stamp-h1
427	cd $(top_builddir) && $(SHELL) ./config.status config.h
428$(srcdir)/config.h.in:  $(am__configure_deps)
429	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
430	rm -f stamp-h1
431	touch $@
432
433distclean-hdr:
434	-rm -f config.h stamp-h1
435install-binPROGRAMS: $(bin_PROGRAMS)
436	@$(NORMAL_INSTALL)
437	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
438	if test -n "$$list"; then \
439	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
440	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
441	fi; \
442	for p in $$list; do echo "$$p $$p"; done | \
443	sed 's/$(EXEEXT)$$//' | \
444	while read p p1; do if test -f $$p \
445	  ; then echo "$$p"; echo "$$p"; else :; fi; \
446	done | \
447	sed -e 'p;s,.*/,,;n;h' \
448	    -e 's|.*|.|' \
449	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
450	sed 'N;N;N;s,\n, ,g' | \
451	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
452	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
453	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
454	    else { print "f", $$3 "/" $$4, $$1; } } \
455	  END { for (d in files) print "f", d, files[d] }' | \
456	while read type dir files; do \
457	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
458	    test -z "$$files" || { \
459	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
460	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
461	    } \
462	; done
463
464uninstall-binPROGRAMS:
465	@$(NORMAL_UNINSTALL)
466	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
467	files=`for p in $$list; do echo "$$p"; done | \
468	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
469	      -e 's/$$/$(EXEEXT)/' \
470	`; \
471	test -n "$$list" || exit 0; \
472	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
473	cd "$(DESTDIR)$(bindir)" && rm -f $$files
474
475clean-binPROGRAMS:
476	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
477
478xpr$(EXEEXT): $(xpr_OBJECTS) $(xpr_DEPENDENCIES) $(EXTRA_xpr_DEPENDENCIES)
479	@rm -f xpr$(EXEEXT)
480	$(AM_V_CCLD)$(LINK) $(xpr_OBJECTS) $(xpr_LDADD) $(LIBS)
481install-binSCRIPTS: $(bin_SCRIPTS)
482	@$(NORMAL_INSTALL)
483	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
484	if test -n "$$list"; then \
485	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
486	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
487	fi; \
488	for p in $$list; do \
489	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
491	done | \
492	sed -e 'p;s,.*/,,;n' \
493	    -e 'h;s|.*|.|' \
494	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
495	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
496	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
497	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
498	      if (++n[d] == $(am__install_max)) { \
499		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
500	    else { print "f", d "/" $$4, $$1 } } \
501	  END { for (d in files) print "f", d, files[d] }' | \
502	while read type dir files; do \
503	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
504	     test -z "$$files" || { \
505	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
506	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
507	     } \
508	; done
509
510uninstall-binSCRIPTS:
511	@$(NORMAL_UNINSTALL)
512	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
513	files=`for p in $$list; do echo "$$p"; done | \
514	       sed -e 's,.*/,,;$(transform)'`; \
515	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
516
517mostlyclean-compile:
518	-rm -f *.$(OBJEXT)
519
520distclean-compile:
521	-rm -f *.tab.c
522
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x2jet.Po@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x2pmp.Po@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpr.Po@am__quote@
526
527.c.o:
528@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
529@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
530@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
533
534.c.obj:
535@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
536@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
540install-appmanDATA: $(appman_DATA)
541	@$(NORMAL_INSTALL)
542	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
543	if test -n "$$list"; then \
544	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
545	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
546	fi; \
547	for p in $$list; do \
548	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
549	  echo "$$d$$p"; \
550	done | $(am__base_list) | \
551	while read files; do \
552	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
553	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
554	done
555
556uninstall-appmanDATA:
557	@$(NORMAL_UNINSTALL)
558	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
559	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
560	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
561
562ID: $(am__tagged_files)
563	$(am__define_uniq_tagged_files); mkid -fID $$unique
564tags: tags-am
565TAGS: tags
566
567tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568	set x; \
569	here=`pwd`; \
570	$(am__define_uniq_tagged_files); \
571	shift; \
572	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
573	  test -n "$$unique" || unique=$$empty_fix; \
574	  if test $$# -gt 0; then \
575	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576	      "$$@" $$unique; \
577	  else \
578	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579	      $$unique; \
580	  fi; \
581	fi
582ctags: ctags-am
583
584CTAGS: ctags
585ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586	$(am__define_uniq_tagged_files); \
587	test -z "$(CTAGS_ARGS)$$unique" \
588	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
589	     $$unique
590
591GTAGS:
592	here=`$(am__cd) $(top_builddir) && pwd` \
593	  && $(am__cd) $(top_srcdir) \
594	  && gtags -i $(GTAGS_ARGS) "$$here"
595cscope: cscope.files
596	test ! -s cscope.files \
597	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
598clean-cscope:
599	-rm -f cscope.files
600cscope.files: clean-cscope cscopelist
601cscopelist: cscopelist-am
602
603cscopelist-am: $(am__tagged_files)
604	list='$(am__tagged_files)'; \
605	case "$(srcdir)" in \
606	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
607	  *) sdir=$(subdir)/$(srcdir) ;; \
608	esac; \
609	for i in $$list; do \
610	  if test -f "$$i"; then \
611	    echo "$(subdir)/$$i"; \
612	  else \
613	    echo "$$sdir/$$i"; \
614	  fi; \
615	done >> $(top_builddir)/cscope.files
616
617distclean-tags:
618	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
619	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
620
621distdir: $(DISTFILES)
622	$(am__remove_distdir)
623	test -d "$(distdir)" || mkdir "$(distdir)"
624	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626	list='$(DISTFILES)'; \
627	  dist_files=`for file in $$list; do echo $$file; done | \
628	  sed -e "s|^$$srcdirstrip/||;t" \
629	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
630	case $$dist_files in \
631	  */*) $(MKDIR_P) `echo "$$dist_files" | \
632			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
633			   sort -u` ;; \
634	esac; \
635	for file in $$dist_files; do \
636	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
637	  if test -d $$d/$$file; then \
638	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
639	    if test -d "$(distdir)/$$file"; then \
640	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641	    fi; \
642	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
643	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
644	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645	    fi; \
646	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647	  else \
648	    test -f "$(distdir)/$$file" \
649	    || cp -p $$d/$$file "$(distdir)/$$file" \
650	    || exit 1; \
651	  fi; \
652	done
653	$(MAKE) $(AM_MAKEFLAGS) \
654	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
655	  dist-hook
656	-test -n "$(am__skip_mode_fix)" \
657	|| find "$(distdir)" -type d ! -perm -755 \
658		-exec chmod u+rwx,go+rx {} \; -o \
659	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
660	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
661	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
662	|| chmod -R a+r "$(distdir)"
663dist-gzip: distdir
664	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
665	$(am__post_remove_distdir)
666dist-bzip2: distdir
667	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
668	$(am__post_remove_distdir)
669
670dist-lzip: distdir
671	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
672	$(am__post_remove_distdir)
673
674dist-xz: distdir
675	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
676	$(am__post_remove_distdir)
677
678dist-tarZ: distdir
679	@echo WARNING: "Support for distribution archives compressed with" \
680		       "legacy program 'compress' is deprecated." >&2
681	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
682	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
683	$(am__post_remove_distdir)
684
685dist-shar: distdir
686	@echo WARNING: "Support for shar distribution archives is" \
687	               "deprecated." >&2
688	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
689	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
690	$(am__post_remove_distdir)
691
692dist-zip: distdir
693	-rm -f $(distdir).zip
694	zip -rq $(distdir).zip $(distdir)
695	$(am__post_remove_distdir)
696
697dist dist-all:
698	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
699	$(am__post_remove_distdir)
700
701# This target untars the dist file and tries a VPATH configuration.  Then
702# it guarantees that the distribution is self-contained by making another
703# tarfile.
704distcheck: dist
705	case '$(DIST_ARCHIVES)' in \
706	*.tar.gz*) \
707	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
708	*.tar.bz2*) \
709	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
710	*.tar.lz*) \
711	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
712	*.tar.xz*) \
713	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
714	*.tar.Z*) \
715	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
716	*.shar.gz*) \
717	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
718	*.zip*) \
719	  unzip $(distdir).zip ;;\
720	esac
721	chmod -R a-w $(distdir)
722	chmod u+w $(distdir)
723	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
724	chmod a-w $(distdir)
725	test -d $(distdir)/_build || exit 0; \
726	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
727	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
728	  && am__cwd=`pwd` \
729	  && $(am__cd) $(distdir)/_build/sub \
730	  && ../../configure \
731	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
732	    $(DISTCHECK_CONFIGURE_FLAGS) \
733	    --srcdir=../.. --prefix="$$dc_install_base" \
734	  && $(MAKE) $(AM_MAKEFLAGS) \
735	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
736	  && $(MAKE) $(AM_MAKEFLAGS) check \
737	  && $(MAKE) $(AM_MAKEFLAGS) install \
738	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
739	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
740	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
741	        distuninstallcheck \
742	  && chmod -R a-w "$$dc_install_base" \
743	  && ({ \
744	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
745	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
746	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
747	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
748	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
749	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
750	  && rm -rf "$$dc_destdir" \
751	  && $(MAKE) $(AM_MAKEFLAGS) dist \
752	  && rm -rf $(DIST_ARCHIVES) \
753	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
754	  && cd "$$am__cwd" \
755	  || exit 1
756	$(am__post_remove_distdir)
757	@(echo "$(distdir) archives ready for distribution: "; \
758	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
759	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
760distuninstallcheck:
761	@test -n '$(distuninstallcheck_dir)' || { \
762	  echo 'ERROR: trying to run $@ with an empty' \
763	       '$$(distuninstallcheck_dir)' >&2; \
764	  exit 1; \
765	}; \
766	$(am__cd) '$(distuninstallcheck_dir)' || { \
767	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
768	  exit 1; \
769	}; \
770	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
771	   || { echo "ERROR: files left after uninstall:" ; \
772	        if test -n "$(DESTDIR)"; then \
773	          echo "  (check DESTDIR support)"; \
774	        fi ; \
775	        $(distuninstallcheck_listfiles) ; \
776	        exit 1; } >&2
777distcleancheck: distclean
778	@if test '$(srcdir)' = . ; then \
779	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
780	  exit 1 ; \
781	fi
782	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
783	  || { echo "ERROR: files left in build directory after distclean:" ; \
784	       $(distcleancheck_listfiles) ; \
785	       exit 1; } >&2
786check-am: all-am
787check: check-am
788all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
789installdirs:
790	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
791	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
792	done
793install: install-am
794install-exec: install-exec-am
795install-data: install-data-am
796uninstall: uninstall-am
797
798install-am: all-am
799	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
800
801installcheck: installcheck-am
802install-strip:
803	if test -z '$(STRIP)'; then \
804	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806	      install; \
807	else \
808	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
809	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
810	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
811	fi
812mostlyclean-generic:
813
814clean-generic:
815	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
816
817distclean-generic:
818	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
819	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
820
821maintainer-clean-generic:
822	@echo "This command is intended for maintainers to use"
823	@echo "it deletes files that may require special tools to rebuild."
824	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
825clean: clean-am
826
827clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
828
829distclean: distclean-am
830	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
831	-rm -rf ./$(DEPDIR)
832	-rm -f Makefile
833distclean-am: clean-am distclean-compile distclean-generic \
834	distclean-hdr distclean-tags
835
836dvi: dvi-am
837
838dvi-am:
839
840html: html-am
841
842html-am:
843
844info: info-am
845
846info-am:
847
848install-data-am: install-appmanDATA
849
850install-dvi: install-dvi-am
851
852install-dvi-am:
853
854install-exec-am: install-binPROGRAMS install-binSCRIPTS
855
856install-html: install-html-am
857
858install-html-am:
859
860install-info: install-info-am
861
862install-info-am:
863
864install-man:
865
866install-pdf: install-pdf-am
867
868install-pdf-am:
869
870install-ps: install-ps-am
871
872install-ps-am:
873
874installcheck-am:
875
876maintainer-clean: maintainer-clean-am
877	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
878	-rm -rf $(top_srcdir)/autom4te.cache
879	-rm -rf ./$(DEPDIR)
880	-rm -f Makefile
881maintainer-clean-am: distclean-am maintainer-clean-generic
882
883mostlyclean: mostlyclean-am
884
885mostlyclean-am: mostlyclean-compile mostlyclean-generic
886
887pdf: pdf-am
888
889pdf-am:
890
891ps: ps-am
892
893ps-am:
894
895uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
896	uninstall-binSCRIPTS
897
898.MAKE: all install-am install-strip
899
900.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
901	clean-binPROGRAMS clean-cscope clean-generic cscope \
902	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
903	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
904	dist-zip distcheck distclean distclean-compile \
905	distclean-generic distclean-hdr distclean-tags distcleancheck \
906	distdir distuninstallcheck dvi dvi-am html html-am info \
907	info-am install install-am install-appmanDATA \
908	install-binPROGRAMS install-binSCRIPTS install-data \
909	install-data-am install-dvi install-dvi-am install-exec \
910	install-exec-am install-html install-html-am install-info \
911	install-info-am install-man install-pdf install-pdf-am \
912	install-ps install-ps-am install-strip installcheck \
913	installcheck-am installdirs maintainer-clean \
914	maintainer-clean-generic mostlyclean mostlyclean-compile \
915	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
916	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
917	uninstall-binSCRIPTS
918
919.PRECIOUS: Makefile
920
921
922xdpr: xdpr.script
923	$(AM_V_GEN)cp $(top_srcdir)/xdpr.script xdpr
924
925.PHONY: ChangeLog
926
927ChangeLog:
928	$(CHANGELOG_CMD)
929
930dist-hook: ChangeLog
931
932# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
933.man.$(APP_MAN_SUFFIX):
934	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
935
936# Tell versions [3.59,3.63) of GNU make to not export all variables.
937# Otherwise a system limit (for SysV at least) may be exceeded.
938.NOEXPORT:
939