1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = doc
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
93	$(top_srcdir)/m4/ax_pthread.m4 \
94	$(top_srcdir)/m4/ld-version-script.m4 \
95	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97	$(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/m4/windowmaker.m4 \
99	$(top_srcdir)/m4/wm_attributes.m4 \
100	$(top_srcdir)/m4/wm_cflags_check.m4 \
101	$(top_srcdir)/m4/wm_i18n.m4 \
102	$(top_srcdir)/m4/wm_imgfmt_check.m4 \
103	$(top_srcdir)/m4/wm_libexif.m4 $(top_srcdir)/m4/wm_libmath.m4 \
104	$(top_srcdir)/m4/wm_prog_cc_c11.m4 \
105	$(top_srcdir)/m4/wm_xext_check.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125SOURCES =
126DIST_SOURCES =
127RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
128	ctags-recursive dvi-recursive html-recursive info-recursive \
129	install-data-recursive install-dvi-recursive \
130	install-exec-recursive install-html-recursive \
131	install-info-recursive install-pdf-recursive \
132	install-ps-recursive install-recursive installcheck-recursive \
133	installdirs-recursive pdf-recursive ps-recursive \
134	tags-recursive uninstall-recursive
135am__can_run_installinfo = \
136  case $$AM_UPDATE_INFO_DIR in \
137    n|no|NO) false;; \
138    *) (install-info --version) >/dev/null 2>&1;; \
139  esac
140am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141am__vpath_adj = case $$p in \
142    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143    *) f=$$p;; \
144  esac;
145am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146am__install_max = 40
147am__nobase_strip_setup = \
148  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149am__nobase_strip = \
150  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151am__nobase_list = $(am__nobase_strip_setup); \
152  for p in $$list; do echo "$$p $$p"; done | \
153  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155    if (++n[$$2] == $(am__install_max)) \
156      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157    END { for (dir in files) print dir, files[dir] }'
158am__base_list = \
159  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161am__uninstall_files_from_dir = { \
162  test -z "$$files" \
163    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165         $(am__cd) "$$dir" && rm -f $$files; }; \
166  }
167man1dir = $(mandir)/man1
168am__installdirs = "$(DESTDIR)$(man1dir)"
169NROFF = nroff
170MANS = $(dist_man_MANS) $(man_MANS)
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	distdir distdir-am
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in
199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200am__relativize = \
201  dir0=`pwd`; \
202  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
203  sed_rest='s,^[^/]*/*,,'; \
204  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
205  sed_butlast='s,/*[^/]*$$,,'; \
206  while test -n "$$dir1"; do \
207    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
208    if test "$$first" != "."; then \
209      if test "$$first" = ".."; then \
210        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
211        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
212      else \
213        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214        if test "$$first2" = "$$first"; then \
215          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
216        else \
217          dir2="../$$dir2"; \
218        fi; \
219        dir0="$$dir0"/"$$first"; \
220      fi; \
221    fi; \
222    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
223  done; \
224  reldir="$$dir2"
225ACLOCAL = @ACLOCAL@
226AMTAR = @AMTAR@
227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228AR = @AR@
229AUTOCONF = @AUTOCONF@
230AUTOHEADER = @AUTOHEADER@
231AUTOMAKE = @AUTOMAKE@
232AWK = @AWK@
233CC = @CC@
234CCDEPMODE = @CCDEPMODE@
235CFLAGS = @CFLAGS@
236CPP = @CPP@
237CPPFLAGS = @CPPFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEFS = @DEFS@
240DEPDIR = @DEPDIR@
241DLLTOOL = @DLLTOOL@
242DSYMUTIL = @DSYMUTIL@
243DUMPBIN = @DUMPBIN@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248EXEEXT = @EXEEXT@
249FCLIBS = @FCLIBS@
250FGREP = @FGREP@
251GFXLIBS = @GFXLIBS@
252GREP = @GREP@
253HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
254ICONEXT = @ICONEXT@
255INSTALL = @INSTALL@
256INSTALL_DATA = @INSTALL_DATA@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260INTLIBS = @INTLIBS@
261LD = @LD@
262LDFLAGS = @LDFLAGS@
263LIBBSD = @LIBBSD@
264LIBEXIF = @LIBEXIF@
265LIBM = @LIBM@
266LIBOBJS = @LIBOBJS@
267LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
268LIBS = @LIBS@
269LIBTOOL = @LIBTOOL@
270LIBXINERAMA = @LIBXINERAMA@
271LIBXMU = @LIBXMU@
272LIBXRANDR = @LIBXRANDR@
273LINGUAS = @LINGUAS@
274LIPO = @LIPO@
275LN_S = @LN_S@
276LTLIBOBJS = @LTLIBOBJS@
277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278MAGICKFLAGS = @MAGICKFLAGS@
279MAGICKLIBS = @MAGICKLIBS@
280MAKEINFO = @MAKEINFO@
281MANIFEST_TOOL = @MANIFEST_TOOL@
282MANLANGDIRS = @MANLANGDIRS@
283MKDIR_P = @MKDIR_P@
284MSGFMT = @MSGFMT@
285NM = @NM@
286NMEDIT = @NMEDIT@
287OBJDUMP = @OBJDUMP@
288OBJEXT = @OBJEXT@
289OTOOL = @OTOOL@
290OTOOL64 = @OTOOL64@
291PACKAGE = @PACKAGE@
292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
293PACKAGE_NAME = @PACKAGE_NAME@
294PACKAGE_STRING = @PACKAGE_STRING@
295PACKAGE_TARNAME = @PACKAGE_TARNAME@
296PACKAGE_URL = @PACKAGE_URL@
297PACKAGE_VERSION = @PACKAGE_VERSION@
298PANGOLIBS = @PANGOLIBS@
299PATH_SEPARATOR = @PATH_SEPARATOR@
300PKG_CONFIG = @PKG_CONFIG@
301PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
302PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
303PTHREAD_CC = @PTHREAD_CC@
304PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
305PTHREAD_LIBS = @PTHREAD_LIBS@
306RANLIB = @RANLIB@
307SED = @SED@
308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310STRIP = @STRIP@
311UTILMOFILES = @UTILMOFILES@
312VERSION = @VERSION@
313WINGSMOFILES = @WINGSMOFILES@
314WINGS_VERSION = @WINGS_VERSION@
315WMAKERMOFILES = @WMAKERMOFILES@
316WPREFSMOFILES = @WPREFSMOFILES@
317WRASTER_VERSION = @WRASTER_VERSION@
318WUTIL_VERSION = @WUTIL_VERSION@
319XCFLAGS = @XCFLAGS@
320XFTCONFIG = @XFTCONFIG@
321XFTFLAGS = @XFTFLAGS@
322XFTLIBS = @XFTLIBS@
323XGETTEXT = @XGETTEXT@
324XLFLAGS = @XLFLAGS@
325XLIBS = @XLIBS@
326XMKMF = @XMKMF@
327X_CFLAGS = @X_CFLAGS@
328X_EXTRA_LIBS = @X_EXTRA_LIBS@
329X_LIBRARY_PATH = @X_LIBRARY_PATH@
330X_LIBS = @X_LIBS@
331X_PRE_LIBS = @X_PRE_LIBS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__include = @am__include@
340am__leading_dot = @am__leading_dot@
341am__quote = @am__quote@
342am__tar = @am__tar@
343am__untar = @am__untar@
344ax_pthread_config = @ax_pthread_config@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354defsdatadir = @defsdatadir@
355docdir = @docdir@
356dvidir = @dvidir@
357exec_prefix = @exec_prefix@
358host = @host@
359host_alias = @host_alias@
360host_cpu = @host_cpu@
361host_os = @host_os@
362host_vendor = @host_vendor@
363htmldir = @htmldir@
364inc_search_path = @inc_search_path@
365includedir = @includedir@
366infodir = @infodir@
367install_sh = @install_sh@
368lcov_output_directory = @lcov_output_directory@
369lib_search_path = @lib_search_path@
370libdir = @libdir@
371libexecdir = @libexecdir@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378pixmapdir = @pixmapdir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381psdir = @psdir@
382runstatedir = @runstatedir@
383sbindir = @sbindir@
384sharedstatedir = @sharedstatedir@
385srcdir = @srcdir@
386sysconfdir = @sysconfdir@
387target_alias = @target_alias@
388top_build_prefix = @top_build_prefix@
389top_builddir = @top_builddir@
390top_srcdir = @top_srcdir@
391wprefs_bindir = @wprefs_bindir@
392wprefs_datadir = @wprefs_datadir@
393SUBDIRS = build @MANLANGDIRS@
394DIST_SUBDIRS = build cs ru sk
395dist_man_MANS = \
396	geticonset.1 \
397	getstyle.1 \
398	seticons.1 \
399	setstyle.1 \
400	wdread.1 \
401	wdwrite.1 \
402	WindowMaker.1 \
403	wmagnify.1 \
404	wmgenmenu.1 \
405	wmiv.1 \
406	wmmenugen.1 \
407	WPrefs.1 \
408	wxcopy.1 \
409	wxpaste.1
410
411man_MANS = \
412	wmaker.1 \
413	wmsetbg.1
414
415MOSTLYCLEANFILES = wmaker.1 wmsetbg.1
416EXTRA_DIST = wmaker.in wmsetbg.in
417
418# Create a 'silent rule' for our make check the same way automake does
419AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
420am__v_CHKOPTS_ = $(am__v_CHKOPTS_$(AM_DEFAULT_VERBOSITY))
421am__v_CHKOPTS_0 = @echo "  CHK      $@" ;
422am__v_CHKOPTS_1 =
423all: all-recursive
424
425.SUFFIXES:
426$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
427	@for dep in $?; do \
428	  case '$(am__configure_deps)' in \
429	    *$$dep*) \
430	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
431	        && { if test -f $@; then exit 0; else break; fi; }; \
432	      exit 1;; \
433	  esac; \
434	done; \
435	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
436	$(am__cd) $(top_srcdir) && \
437	  $(AUTOMAKE) --gnu doc/Makefile
438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439	@case '$?' in \
440	  *config.status*) \
441	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
442	  *) \
443	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
444	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
445	esac;
446
447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
450$(top_srcdir)/configure:  $(am__configure_deps)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454$(am__aclocal_m4_deps):
455
456mostlyclean-libtool:
457	-rm -f *.lo
458
459clean-libtool:
460	-rm -rf .libs _libs
461install-man1: $(dist_man_MANS) $(man_MANS)
462	@$(NORMAL_INSTALL)
463	@list1=''; \
464	list2='$(dist_man_MANS) $(man_MANS)'; \
465	test -n "$(man1dir)" \
466	  && test -n "`echo $$list1$$list2`" \
467	  || exit 0; \
468	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
469	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
470	{ for i in $$list1; do echo "$$i"; done;  \
471	if test -n "$$list2"; then \
472	  for i in $$list2; do echo "$$i"; done \
473	    | sed -n '/\.1[a-z]*$$/p'; \
474	fi; \
475	} | while read p; do \
476	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
477	  echo "$$d$$p"; echo "$$p"; \
478	done | \
479	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
480	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
481	sed 'N;N;s,\n, ,g' | { \
482	list=; while read file base inst; do \
483	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
484	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
485	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
486	  fi; \
487	done; \
488	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
489	while read files; do \
490	  test -z "$$files" || { \
491	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
492	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
493	done; }
494
495uninstall-man1:
496	@$(NORMAL_UNINSTALL)
497	@list=''; test -n "$(man1dir)" || exit 0; \
498	files=`{ for i in $$list; do echo "$$i"; done; \
499	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
500	  sed -n '/\.1[a-z]*$$/p'; \
501	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
502	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
503	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
504
505# This directory's subdirectories are mostly independent; you can cd
506# into them and run 'make' without going through this Makefile.
507# To change the values of 'make' variables: instead of editing Makefiles,
508# (1) if the variable is set in 'config.status', edit 'config.status'
509#     (which will cause the Makefiles to be regenerated when you run 'make');
510# (2) otherwise, pass the desired values on the 'make' command line.
511$(am__recursive_targets):
512	@fail=; \
513	if $(am__make_keepgoing); then \
514	  failcom='fail=yes'; \
515	else \
516	  failcom='exit 1'; \
517	fi; \
518	dot_seen=no; \
519	target=`echo $@ | sed s/-recursive//`; \
520	case "$@" in \
521	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
522	  *) list='$(SUBDIRS)' ;; \
523	esac; \
524	for subdir in $$list; do \
525	  echo "Making $$target in $$subdir"; \
526	  if test "$$subdir" = "."; then \
527	    dot_seen=yes; \
528	    local_target="$$target-am"; \
529	  else \
530	    local_target="$$target"; \
531	  fi; \
532	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
533	  || eval $$failcom; \
534	done; \
535	if test "$$dot_seen" = "no"; then \
536	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
537	fi; test -z "$$fail"
538
539ID: $(am__tagged_files)
540	$(am__define_uniq_tagged_files); mkid -fID $$unique
541tags: tags-recursive
542TAGS: tags
543
544tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
545	set x; \
546	here=`pwd`; \
547	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
548	  include_option=--etags-include; \
549	  empty_fix=.; \
550	else \
551	  include_option=--include; \
552	  empty_fix=; \
553	fi; \
554	list='$(SUBDIRS)'; for subdir in $$list; do \
555	  if test "$$subdir" = .; then :; else \
556	    test ! -f $$subdir/TAGS || \
557	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
558	  fi; \
559	done; \
560	$(am__define_uniq_tagged_files); \
561	shift; \
562	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
563	  test -n "$$unique" || unique=$$empty_fix; \
564	  if test $$# -gt 0; then \
565	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	      "$$@" $$unique; \
567	  else \
568	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569	      $$unique; \
570	  fi; \
571	fi
572ctags: ctags-recursive
573
574CTAGS: ctags
575ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576	$(am__define_uniq_tagged_files); \
577	test -z "$(CTAGS_ARGS)$$unique" \
578	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579	     $$unique
580
581GTAGS:
582	here=`$(am__cd) $(top_builddir) && pwd` \
583	  && $(am__cd) $(top_srcdir) \
584	  && gtags -i $(GTAGS_ARGS) "$$here"
585cscopelist: cscopelist-recursive
586
587cscopelist-am: $(am__tagged_files)
588	list='$(am__tagged_files)'; \
589	case "$(srcdir)" in \
590	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
591	  *) sdir=$(subdir)/$(srcdir) ;; \
592	esac; \
593	for i in $$list; do \
594	  if test -f "$$i"; then \
595	    echo "$(subdir)/$$i"; \
596	  else \
597	    echo "$$sdir/$$i"; \
598	  fi; \
599	done >> $(top_builddir)/cscope.files
600
601distclean-tags:
602	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
603
604distdir: $(BUILT_SOURCES)
605	$(MAKE) $(AM_MAKEFLAGS) distdir-am
606
607distdir-am: $(DISTFILES)
608	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610	list='$(DISTFILES)'; \
611	  dist_files=`for file in $$list; do echo $$file; done | \
612	  sed -e "s|^$$srcdirstrip/||;t" \
613	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
614	case $$dist_files in \
615	  */*) $(MKDIR_P) `echo "$$dist_files" | \
616			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
617			   sort -u` ;; \
618	esac; \
619	for file in $$dist_files; do \
620	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621	  if test -d $$d/$$file; then \
622	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
623	    if test -d "$(distdir)/$$file"; then \
624	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625	    fi; \
626	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
627	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
628	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629	    fi; \
630	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
631	  else \
632	    test -f "$(distdir)/$$file" \
633	    || cp -p $$d/$$file "$(distdir)/$$file" \
634	    || exit 1; \
635	  fi; \
636	done
637	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
638	  if test "$$subdir" = .; then :; else \
639	    $(am__make_dryrun) \
640	      || test -d "$(distdir)/$$subdir" \
641	      || $(MKDIR_P) "$(distdir)/$$subdir" \
642	      || exit 1; \
643	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
644	    $(am__relativize); \
645	    new_distdir=$$reldir; \
646	    dir1=$$subdir; dir2="$(top_distdir)"; \
647	    $(am__relativize); \
648	    new_top_distdir=$$reldir; \
649	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
650	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
651	    ($(am__cd) $$subdir && \
652	      $(MAKE) $(AM_MAKEFLAGS) \
653	        top_distdir="$$new_top_distdir" \
654	        distdir="$$new_distdir" \
655		am__remove_distdir=: \
656		am__skip_length_check=: \
657		am__skip_mode_fix=: \
658	        distdir) \
659	      || exit 1; \
660	  fi; \
661	done
662check-am: all-am
663	$(MAKE) $(AM_MAKEFLAGS) check-local
664check: check-recursive
665all-am: Makefile $(MANS)
666installdirs: installdirs-recursive
667installdirs-am:
668	for dir in "$(DESTDIR)$(man1dir)"; do \
669	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
670	done
671install: install-recursive
672install-exec: install-exec-recursive
673install-data: install-data-recursive
674uninstall: uninstall-recursive
675
676install-am: all-am
677	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678
679installcheck: installcheck-recursive
680install-strip:
681	if test -z '$(STRIP)'; then \
682	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684	      install; \
685	else \
686	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689	fi
690mostlyclean-generic:
691	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
692
693clean-generic:
694
695distclean-generic:
696	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698
699maintainer-clean-generic:
700	@echo "This command is intended for maintainers to use"
701	@echo "it deletes files that may require special tools to rebuild."
702clean: clean-recursive
703
704clean-am: clean-generic clean-libtool mostlyclean-am
705
706distclean: distclean-recursive
707	-rm -f Makefile
708distclean-am: clean-am distclean-generic distclean-tags
709
710dvi: dvi-recursive
711
712dvi-am:
713
714html: html-recursive
715
716html-am:
717
718info: info-recursive
719
720info-am:
721
722install-data-am: install-man
723
724install-dvi: install-dvi-recursive
725
726install-dvi-am:
727
728install-exec-am:
729
730install-html: install-html-recursive
731
732install-html-am:
733
734install-info: install-info-recursive
735
736install-info-am:
737
738install-man: install-man1
739
740install-pdf: install-pdf-recursive
741
742install-pdf-am:
743
744install-ps: install-ps-recursive
745
746install-ps-am:
747
748installcheck-am:
749
750maintainer-clean: maintainer-clean-recursive
751	-rm -f Makefile
752maintainer-clean-am: distclean-am maintainer-clean-generic
753
754mostlyclean: mostlyclean-recursive
755
756mostlyclean-am: mostlyclean-generic mostlyclean-libtool
757
758pdf: pdf-recursive
759
760pdf-am:
761
762ps: ps-recursive
763
764ps-am:
765
766uninstall-am: uninstall-man
767
768uninstall-man: uninstall-man1
769
770.MAKE: $(am__recursive_targets) check-am install-am install-strip
771
772.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
773	check-am check-local clean clean-generic clean-libtool \
774	cscopelist-am ctags ctags-am distclean distclean-generic \
775	distclean-libtool distclean-tags distdir dvi dvi-am html \
776	html-am info info-am install install-am install-data \
777	install-data-am install-dvi install-dvi-am install-exec \
778	install-exec-am install-html install-html-am install-info \
779	install-info-am install-man install-man1 install-pdf \
780	install-pdf-am install-ps install-ps-am install-strip \
781	installcheck installcheck-am installdirs installdirs-am \
782	maintainer-clean maintainer-clean-generic mostlyclean \
783	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
784	tags tags-am uninstall uninstall-am uninstall-man \
785	uninstall-man1
786
787.PRECIOUS: Makefile
788
789
790wmaker.1: wmaker.in Makefile $(top_builddir)/config.h
791	$(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
792		--header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
793		--filter "USE_ICCCM_WMREPLACE" \
794		-D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
795		-D"defsdatadir=$(defsdatadir)" --replace "defsdatadir" \
796		-o "wmaker.1"  "$(srcdir)/wmaker.in"
797
798wmsetbg.1: wmsetbg.in Makefile $(top_builddir)/config.h
799	$(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
800		--header "$(top_builddir)/config.h" --filter "USE_XINERAMA" \
801		-o "wmsetbg.1"  "$(srcdir)/wmsetbg.in"
802
803check-local: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
804	wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args
805
806wmaker-args:
807	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
808		--program "$(top_builddir)/src/wmaker" --man-page "wmaker.1"
809
810WPrefs-args:
811	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
812		--program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1"
813
814wmagnify-args:
815	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
816		--program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1"
817
818geticonset-args:
819	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
820		--program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1"
821
822getstyle-args:
823	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
824		--program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1"
825
826seticons-args:
827	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
828		--program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1"
829
830setstyle-args:
831	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
832		--program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1"
833
834wdread-args:
835	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
836		--program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1"
837
838wdwrite-args:
839	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
840		--program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1"
841
842wmgenmenu-args:
843	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
844		--program "$(top_builddir)/util/wmgenmenu" --man-page "$(top_srcdir)/doc/wmgenmenu.1"
845
846wmiv-args:
847	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
848		--program "$(top_builddir)/util/wmiv" --man-page "$(top_srcdir)/doc/wmiv.1"
849
850wmmenugen-args:
851	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
852		--program "$(top_builddir)/util/wmmenugen" --man-page "$(top_srcdir)/doc/wmmenugen.1"
853
854wmsetbg-args:
855	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
856		--program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1"
857
858wxcopy-args:
859	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
860		--program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1"
861
862wxpaste-args:
863	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
864		--program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1"
865
866.PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
867	wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args
868
869# Tell versions [3.59,3.63) of GNU make to not export all variables.
870# Otherwise a system limit (for SysV at least) may be exceeded.
871.NOEXPORT:
872