Makefile.in revision fffe5102
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# 
19#  Copyright 2005  Red Hat, Inc.
20# 
21#  Permission to use, copy, modify, distribute, and sell this software and its
22#  documentation for any purpose is hereby granted without fee, provided that
23#  the above copyright notice appear in all copies and that both that
24#  copyright notice and this permission notice appear in supporting
25#  documentation, and that the name of Red Hat not be used in
26#  advertising or publicity pertaining to distribution of the software without
27#  specific, written prior permission.  Red Hat makes no
28#  representations about the suitability of this software for any purpose.  It
29#  is provided "as is" without express or implied warranty.
30# 
31#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37#  PERFORMANCE OF THIS SOFTWARE.
38
39
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59bin_PROGRAMS = viewres$(EXEEXT)
60subdir = .
61DIST_COMMON = README $(am__configure_deps) $(dist_appdefault_DATA) \
62	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
63	$(srcdir)/config.h.in $(top_srcdir)/configure COPYING \
64	ChangeLog INSTALL config.guess config.sub depcomp install-sh \
65	missing
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71 configure.lineno config.status.lineno
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = config.h
74CONFIG_CLEAN_FILES =
75CONFIG_CLEAN_VPATH_FILES =
76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" \
77	"$(DESTDIR)$(appdefaultdir)"
78PROGRAMS = $(bin_PROGRAMS)
79am_viewres_OBJECTS = viewres.$(OBJEXT)
80viewres_OBJECTS = $(am_viewres_OBJECTS)
81am__DEPENDENCIES_1 =
82viewres_DEPENDENCIES = $(am__DEPENDENCIES_1)
83DEFAULT_INCLUDES = -I.@am__isrc@
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86am__mv = mv -f
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89AM_V_CC = $(am__v_CC_$(V))
90am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
91am__v_CC_0 = @echo "  CC    " $@;
92AM_V_at = $(am__v_at_$(V))
93am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
94am__v_at_0 = @
95CCLD = $(CC)
96LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
97AM_V_CCLD = $(am__v_CCLD_$(V))
98am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
99am__v_CCLD_0 = @echo "  CCLD  " $@;
100AM_V_GEN = $(am__v_GEN_$(V))
101am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102am__v_GEN_0 = @echo "  GEN   " $@;
103SOURCES = $(viewres_SOURCES)
104DIST_SOURCES = $(viewres_SOURCES)
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108    *) f=$$p;; \
109  esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117  for p in $$list; do echo "$$p $$p"; done | \
118  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120    if (++n[$$2] == $(am__install_max)) \
121      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122    END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126DATA = $(appman_DATA) $(dist_appdefault_DATA)
127ETAGS = etags
128CTAGS = ctags
129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130distdir = $(PACKAGE)-$(VERSION)
131top_distdir = $(distdir)
132am__remove_distdir = \
133  { test ! -d "$(distdir)" \
134    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
135         && rm -fr "$(distdir)"; }; }
136DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
137GZIP_ENV = --best
138distuninstallcheck_listfiles = find . -type f -print
139distcleancheck_listfiles = find . -type f -print
140ACLOCAL = @ACLOCAL@
141ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
142ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
143AMTAR = @AMTAR@
144AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145APPDEFS_CFLAGS = @APPDEFS_CFLAGS@
146APPDEFS_LIBS = @APPDEFS_LIBS@
147APP_MAN_DIR = @APP_MAN_DIR@
148APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CC = @CC@
154CCDEPMODE = @CCDEPMODE@
155CFLAGS = @CFLAGS@
156CHANGELOG_CMD = @CHANGELOG_CMD@
157CPP = @CPP@
158CPPFLAGS = @CPPFLAGS@
159CWARNFLAGS = @CWARNFLAGS@
160CYGPATH_W = @CYGPATH_W@
161DEFS = @DEFS@
162DEPDIR = @DEPDIR@
163DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
164DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
165ECHO_C = @ECHO_C@
166ECHO_N = @ECHO_N@
167ECHO_T = @ECHO_T@
168EGREP = @EGREP@
169EXEEXT = @EXEEXT@
170FILE_MAN_DIR = @FILE_MAN_DIR@
171FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
172GREP = @GREP@
173INSTALL = @INSTALL@
174INSTALL_CMD = @INSTALL_CMD@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_PROGRAM = @INSTALL_PROGRAM@
177INSTALL_SCRIPT = @INSTALL_SCRIPT@
178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179LDFLAGS = @LDFLAGS@
180LIBOBJS = @LIBOBJS@
181LIBS = @LIBS@
182LIB_MAN_DIR = @LIB_MAN_DIR@
183LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
184LTLIBOBJS = @LTLIBOBJS@
185MAINT = @MAINT@
186MAKEINFO = @MAKEINFO@
187MISC_MAN_DIR = @MISC_MAN_DIR@
188MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
189MKDIR_P = @MKDIR_P@
190OBJEXT = @OBJEXT@
191PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
199PKG_CONFIG = @PKG_CONFIG@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203VERSION = @VERSION@
204VIEWRES_CFLAGS = @VIEWRES_CFLAGS@
205VIEWRES_LIBS = @VIEWRES_LIBS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216appdefaultdir = @appdefaultdir@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224datadir = @datadir@
225datarootdir = @datarootdir@
226docdir = @docdir@
227dvidir = @dvidir@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240localedir = @localedir@
241localstatedir = @localstatedir@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245pdfdir = @pdfdir@
246prefix = @prefix@
247program_transform_name = @program_transform_name@
248psdir = @psdir@
249sbindir = @sbindir@
250sharedstatedir = @sharedstatedir@
251srcdir = @srcdir@
252sysconfdir = @sysconfdir@
253target_alias = @target_alias@
254top_build_prefix = @top_build_prefix@
255top_builddir = @top_builddir@
256top_srcdir = @top_srcdir@
257AM_CFLAGS = $(VIEWRES_CFLAGS)
258viewres_LDADD = $(VIEWRES_LIBS)
259viewres_SOURCES = \
260        viewres.c
261
262appman_PRE = \
263        viewres.man
264
265
266# App default files
267DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
268dist_appdefault_DATA = \
269        app-defaults/Viewres \
270        app-defaults/Viewres-color
271
272appmandir = $(APP_MAN_DIR)
273appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
274EXTRA_DIST = $(appman_PRE)
275MAINTAINERCLEANFILES = ChangeLog INSTALL
276CLEANFILES = $(appman_DATA)
277SED = sed
278
279# Strings to replace in man pages
280XORGRELSTRING = @PACKAGE_STRING@
281XORGMANNAME = X Version 11
282MAN_SUBSTS = \
283	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
284	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
285	-e 's|__xservername__|Xorg|g' \
286	-e 's|__xconfigfile__|xorg.conf|g' \
287	-e 's|__projectroot__|$(prefix)|g' \
288	-e 's|__apploaddir__|$(appdefaultdir)|' \
289	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
290	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
291	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
292	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
293	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
294
295SUFFIXES = .$(APP_MAN_SUFFIX) .man
296all: config.h
297	$(MAKE) $(AM_MAKEFLAGS) all-am
298
299.SUFFIXES:
300.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
301am--refresh:
302	@:
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304	@for dep in $?; do \
305	  case '$(am__configure_deps)' in \
306	    *$$dep*) \
307	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
308	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
309		&& exit 0; \
310	      exit 1;; \
311	  esac; \
312	done; \
313	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
314	$(am__cd) $(top_srcdir) && \
315	  $(AUTOMAKE) --foreign Makefile
316.PRECIOUS: Makefile
317Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318	@case '$?' in \
319	  *config.status*) \
320	    echo ' $(SHELL) ./config.status'; \
321	    $(SHELL) ./config.status;; \
322	  *) \
323	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
324	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
325	esac;
326
327$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328	$(SHELL) ./config.status --recheck
329
330$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331	$(am__cd) $(srcdir) && $(AUTOCONF)
332$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
334$(am__aclocal_m4_deps):
335
336config.h: stamp-h1
337	@if test ! -f $@; then \
338	  rm -f stamp-h1; \
339	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
340	else :; fi
341
342stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
343	@rm -f stamp-h1
344	cd $(top_builddir) && $(SHELL) ./config.status config.h
345$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
346	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
347	rm -f stamp-h1
348	touch $@
349
350distclean-hdr:
351	-rm -f config.h stamp-h1
352install-binPROGRAMS: $(bin_PROGRAMS)
353	@$(NORMAL_INSTALL)
354	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
355	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356	for p in $$list; do echo "$$p $$p"; done | \
357	sed 's/$(EXEEXT)$$//' | \
358	while read p p1; do if test -f $$p; \
359	  then echo "$$p"; echo "$$p"; else :; fi; \
360	done | \
361	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
362	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
363	sed 'N;N;N;s,\n, ,g' | \
364	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
365	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
366	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
367	    else { print "f", $$3 "/" $$4, $$1; } } \
368	  END { for (d in files) print "f", d, files[d] }' | \
369	while read type dir files; do \
370	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
371	    test -z "$$files" || { \
372	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
373	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
374	    } \
375	; done
376
377uninstall-binPROGRAMS:
378	@$(NORMAL_UNINSTALL)
379	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380	files=`for p in $$list; do echo "$$p"; done | \
381	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
382	      -e 's/$$/$(EXEEXT)/' `; \
383	test -n "$$list" || exit 0; \
384	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
385	cd "$(DESTDIR)$(bindir)" && rm -f $$files
386
387clean-binPROGRAMS:
388	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
389viewres$(EXEEXT): $(viewres_OBJECTS) $(viewres_DEPENDENCIES) 
390	@rm -f viewres$(EXEEXT)
391	$(AM_V_CCLD)$(LINK) $(viewres_OBJECTS) $(viewres_LDADD) $(LIBS)
392
393mostlyclean-compile:
394	-rm -f *.$(OBJEXT)
395
396distclean-compile:
397	-rm -f *.tab.c
398
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/viewres.Po@am__quote@
400
401.c.o:
402@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@	$(COMPILE) -c $<
408
409.c.obj:
410@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
416install-appmanDATA: $(appman_DATA)
417	@$(NORMAL_INSTALL)
418	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
419	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
420	for p in $$list; do \
421	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
422	  echo "$$d$$p"; \
423	done | $(am__base_list) | \
424	while read files; do \
425	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
426	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
427	done
428
429uninstall-appmanDATA:
430	@$(NORMAL_UNINSTALL)
431	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
432	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
433	test -n "$$files" || exit 0; \
434	echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
435	cd "$(DESTDIR)$(appmandir)" && rm -f $$files
436install-dist_appdefaultDATA: $(dist_appdefault_DATA)
437	@$(NORMAL_INSTALL)
438	test -z "$(appdefaultdir)" || $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)"
439	@list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
440	for p in $$list; do \
441	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
442	  echo "$$d$$p"; \
443	done | $(am__base_list) | \
444	while read files; do \
445	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \
446	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \
447	done
448
449uninstall-dist_appdefaultDATA:
450	@$(NORMAL_UNINSTALL)
451	@list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
452	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
453	test -n "$$files" || exit 0; \
454	echo " ( cd '$(DESTDIR)$(appdefaultdir)' && rm -f" $$files ")"; \
455	cd "$(DESTDIR)$(appdefaultdir)" && rm -f $$files
456
457ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
458	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459	unique=`for i in $$list; do \
460	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461	  done | \
462	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463	      END { if (nonempty) { for (i in files) print i; }; }'`; \
464	mkid -fID $$unique
465tags: TAGS
466
467TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
468		$(TAGS_FILES) $(LISP)
469	set x; \
470	here=`pwd`; \
471	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
472	unique=`for i in $$list; do \
473	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474	  done | \
475	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476	      END { if (nonempty) { for (i in files) print i; }; }'`; \
477	shift; \
478	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479	  test -n "$$unique" || unique=$$empty_fix; \
480	  if test $$# -gt 0; then \
481	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482	      "$$@" $$unique; \
483	  else \
484	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485	      $$unique; \
486	  fi; \
487	fi
488ctags: CTAGS
489CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
490		$(TAGS_FILES) $(LISP)
491	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
492	unique=`for i in $$list; do \
493	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494	  done | \
495	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496	      END { if (nonempty) { for (i in files) print i; }; }'`; \
497	test -z "$(CTAGS_ARGS)$$unique" \
498	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499	     $$unique
500
501GTAGS:
502	here=`$(am__cd) $(top_builddir) && pwd` \
503	  && $(am__cd) $(top_srcdir) \
504	  && gtags -i $(GTAGS_ARGS) "$$here"
505
506distclean-tags:
507	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509distdir: $(DISTFILES)
510	$(am__remove_distdir)
511	test -d "$(distdir)" || mkdir "$(distdir)"
512	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514	list='$(DISTFILES)'; \
515	  dist_files=`for file in $$list; do echo $$file; done | \
516	  sed -e "s|^$$srcdirstrip/||;t" \
517	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518	case $$dist_files in \
519	  */*) $(MKDIR_P) `echo "$$dist_files" | \
520			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521			   sort -u` ;; \
522	esac; \
523	for file in $$dist_files; do \
524	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525	  if test -d $$d/$$file; then \
526	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527	    if test -d "$(distdir)/$$file"; then \
528	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529	    fi; \
530	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
535	  else \
536	    test -f "$(distdir)/$$file" \
537	    || cp -p $$d/$$file "$(distdir)/$$file" \
538	    || exit 1; \
539	  fi; \
540	done
541	$(MAKE) $(AM_MAKEFLAGS) \
542	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
543	  dist-hook
544	-test -n "$(am__skip_mode_fix)" \
545	|| find "$(distdir)" -type d ! -perm -755 \
546		-exec chmod u+rwx,go+rx {} \; -o \
547	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
548	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
549	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
550	|| chmod -R a+r "$(distdir)"
551dist-gzip: distdir
552	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
553	$(am__remove_distdir)
554dist-bzip2: distdir
555	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
556	$(am__remove_distdir)
557
558dist-lzma: distdir
559	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
560	$(am__remove_distdir)
561
562dist-xz: distdir
563	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
564	$(am__remove_distdir)
565
566dist-tarZ: distdir
567	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
568	$(am__remove_distdir)
569
570dist-shar: distdir
571	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
572	$(am__remove_distdir)
573
574dist-zip: distdir
575	-rm -f $(distdir).zip
576	zip -rq $(distdir).zip $(distdir)
577	$(am__remove_distdir)
578
579dist dist-all: distdir
580	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
581	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
582	$(am__remove_distdir)
583
584# This target untars the dist file and tries a VPATH configuration.  Then
585# it guarantees that the distribution is self-contained by making another
586# tarfile.
587distcheck: dist
588	case '$(DIST_ARCHIVES)' in \
589	*.tar.gz*) \
590	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
591	*.tar.bz2*) \
592	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
593	*.tar.lzma*) \
594	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
595	*.tar.xz*) \
596	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
597	*.tar.Z*) \
598	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
599	*.shar.gz*) \
600	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
601	*.zip*) \
602	  unzip $(distdir).zip ;;\
603	esac
604	chmod -R a-w $(distdir); chmod a+w $(distdir)
605	mkdir $(distdir)/_build
606	mkdir $(distdir)/_inst
607	chmod a-w $(distdir)
608	test -d $(distdir)/_build || exit 0; \
609	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
610	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
611	  && am__cwd=`pwd` \
612	  && $(am__cd) $(distdir)/_build \
613	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
614	    $(DISTCHECK_CONFIGURE_FLAGS) \
615	  && $(MAKE) $(AM_MAKEFLAGS) \
616	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
617	  && $(MAKE) $(AM_MAKEFLAGS) check \
618	  && $(MAKE) $(AM_MAKEFLAGS) install \
619	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
620	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
621	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
622	        distuninstallcheck \
623	  && chmod -R a-w "$$dc_install_base" \
624	  && ({ \
625	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
626	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
627	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
628	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
629	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
630	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
631	  && rm -rf "$$dc_destdir" \
632	  && $(MAKE) $(AM_MAKEFLAGS) dist \
633	  && rm -rf $(DIST_ARCHIVES) \
634	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
635	  && cd "$$am__cwd" \
636	  || exit 1
637	$(am__remove_distdir)
638	@(echo "$(distdir) archives ready for distribution: "; \
639	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
640	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
641distuninstallcheck:
642	@$(am__cd) '$(distuninstallcheck_dir)' \
643	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
644	   || { echo "ERROR: files left after uninstall:" ; \
645	        if test -n "$(DESTDIR)"; then \
646	          echo "  (check DESTDIR support)"; \
647	        fi ; \
648	        $(distuninstallcheck_listfiles) ; \
649	        exit 1; } >&2
650distcleancheck: distclean
651	@if test '$(srcdir)' = . ; then \
652	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
653	  exit 1 ; \
654	fi
655	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
656	  || { echo "ERROR: files left in build directory after distclean:" ; \
657	       $(distcleancheck_listfiles) ; \
658	       exit 1; } >&2
659check-am: all-am
660check: check-am
661all-am: Makefile $(PROGRAMS) $(DATA) config.h
662installdirs:
663	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(appdefaultdir)"; do \
664	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
665	done
666install: install-am
667install-exec: install-exec-am
668install-data: install-data-am
669uninstall: uninstall-am
670
671install-am: all-am
672	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
673
674installcheck: installcheck-am
675install-strip:
676	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678	  `test -z '$(STRIP)' || \
679	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
680mostlyclean-generic:
681
682clean-generic:
683	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
684
685distclean-generic:
686	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
687	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688
689maintainer-clean-generic:
690	@echo "This command is intended for maintainers to use"
691	@echo "it deletes files that may require special tools to rebuild."
692	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
693clean: clean-am
694
695clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
696
697distclean: distclean-am
698	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
699	-rm -rf ./$(DEPDIR)
700	-rm -f Makefile
701distclean-am: clean-am distclean-compile distclean-generic \
702	distclean-hdr distclean-tags
703
704dvi: dvi-am
705
706dvi-am:
707
708html: html-am
709
710html-am:
711
712info: info-am
713
714info-am:
715
716install-data-am: install-appmanDATA install-dist_appdefaultDATA
717
718install-dvi: install-dvi-am
719
720install-dvi-am:
721
722install-exec-am: install-binPROGRAMS
723
724install-html: install-html-am
725
726install-html-am:
727
728install-info: install-info-am
729
730install-info-am:
731
732install-man:
733
734install-pdf: install-pdf-am
735
736install-pdf-am:
737
738install-ps: install-ps-am
739
740install-ps-am:
741
742installcheck-am:
743
744maintainer-clean: maintainer-clean-am
745	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
746	-rm -rf $(top_srcdir)/autom4te.cache
747	-rm -rf ./$(DEPDIR)
748	-rm -f Makefile
749maintainer-clean-am: distclean-am maintainer-clean-generic
750
751mostlyclean: mostlyclean-am
752
753mostlyclean-am: mostlyclean-compile mostlyclean-generic
754
755pdf: pdf-am
756
757pdf-am:
758
759ps: ps-am
760
761ps-am:
762
763uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
764	uninstall-dist_appdefaultDATA
765
766.MAKE: all install-am install-strip
767
768.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
769	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
770	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
771	dist-zip distcheck distclean distclean-compile \
772	distclean-generic distclean-hdr distclean-tags distcleancheck \
773	distdir distuninstallcheck dvi dvi-am html html-am info \
774	info-am install install-am install-appmanDATA \
775	install-binPROGRAMS install-data install-data-am \
776	install-dist_appdefaultDATA install-dvi install-dvi-am \
777	install-exec install-exec-am install-html install-html-am \
778	install-info install-info-am install-man install-pdf \
779	install-pdf-am install-ps install-ps-am install-strip \
780	installcheck installcheck-am installdirs maintainer-clean \
781	maintainer-clean-generic mostlyclean mostlyclean-compile \
782	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
783	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
784	uninstall-dist_appdefaultDATA
785
786
787.man.$(APP_MAN_SUFFIX):
788	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
789
790.PHONY: ChangeLog INSTALL
791
792INSTALL:
793	$(INSTALL_CMD)
794
795ChangeLog:
796	$(CHANGELOG_CMD)
797
798dist-hook: ChangeLog INSTALL
799
800# Tell versions [3.59,3.63) of GNU make to not export all variables.
801# Otherwise a system limit (for SysV at least) may be exceeded.
802.NOEXPORT:
803