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