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