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