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 = .
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 $(top_srcdir)/configure \
109	$(am__configure_deps) $(am__DIST_COMMON)
110am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
111 configure.lineno config.status.lineno
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = config.h
114CONFIG_CLEAN_FILES =
115CONFIG_CLEAN_VPATH_FILES =
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo "  GEN     " $@;
123am__v_GEN_1 =
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 =
128SOURCES =
129DIST_SOURCES =
130RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
131	ctags-recursive dvi-recursive html-recursive info-recursive \
132	install-data-recursive install-dvi-recursive \
133	install-exec-recursive install-html-recursive \
134	install-info-recursive install-pdf-recursive \
135	install-ps-recursive install-recursive installcheck-recursive \
136	installdirs-recursive pdf-recursive ps-recursive \
137	tags-recursive uninstall-recursive
138am__can_run_installinfo = \
139  case $$AM_UPDATE_INFO_DIR in \
140    n|no|NO) false;; \
141    *) (install-info --version) >/dev/null 2>&1;; \
142  esac
143RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
144  distclean-recursive maintainer-clean-recursive
145am__recursive_targets = \
146  $(RECURSIVE_TARGETS) \
147  $(RECURSIVE_CLEAN_TARGETS) \
148  $(am__extra_recursive_targets)
149AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
150	cscope distdir distdir-am dist dist-all distcheck
151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
152	$(LISP)config.h.in
153# Read a list of newline-separated strings from the standard input,
154# and print each of them once, without duplicates.  Input order is
155# *not* preserved.
156am__uniquify_input = $(AWK) '\
157  BEGIN { nonempty = 0; } \
158  { items[$$0] = 1; nonempty = 1; } \
159  END { if (nonempty) { for (i in items) print i; }; } \
160'
161# Make sure the list of sources is unique.  This is necessary because,
162# e.g., the same source file might be shared among _SOURCES variables
163# for different programs/libraries.
164am__define_uniq_tagged_files = \
165  list='$(am__tagged_files)'; \
166  unique=`for i in $$list; do \
167    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168  done | $(am__uniquify_input)`
169ETAGS = etags
170CTAGS = ctags
171CSCOPE = cscope
172am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
173	COPYING ChangeLog INSTALL NEWS README TODO compile \
174	config.guess config.sub install-sh ltmain.sh missing
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176distdir = $(PACKAGE)-$(VERSION)
177top_distdir = $(distdir)
178am__remove_distdir = \
179  if test -d "$(distdir)"; then \
180    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
181      && rm -rf "$(distdir)" \
182      || { sleep 5 && rm -rf "$(distdir)"; }; \
183  else :; fi
184am__post_remove_distdir = $(am__remove_distdir)
185am__relativize = \
186  dir0=`pwd`; \
187  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
188  sed_rest='s,^[^/]*/*,,'; \
189  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
190  sed_butlast='s,/*[^/]*$$,,'; \
191  while test -n "$$dir1"; do \
192    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
193    if test "$$first" != "."; then \
194      if test "$$first" = ".."; then \
195        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
196        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
197      else \
198        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
199        if test "$$first2" = "$$first"; then \
200          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
201        else \
202          dir2="../$$dir2"; \
203        fi; \
204        dir0="$$dir0"/"$$first"; \
205      fi; \
206    fi; \
207    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
208  done; \
209  reldir="$$dir2"
210DIST_ARCHIVES = $(distdir).tar.gz
211GZIP_ENV = --best
212DIST_TARGETS = dist-gzip
213distuninstallcheck_listfiles = find . -type f -print
214am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
215  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
216distcleancheck_listfiles = find . -type f -print
217ACLOCAL = @ACLOCAL@
218AMTAR = @AMTAR@
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AR = @AR@
221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
223AUTOMAKE = @AUTOMAKE@
224AWK = @AWK@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CYGPATH_W = @CYGPATH_W@
231DEFS = @DEFS@
232DEPDIR = @DEPDIR@
233DLLTOOL = @DLLTOOL@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241FCLIBS = @FCLIBS@
242FGREP = @FGREP@
243GFXLIBS = @GFXLIBS@
244GREP = @GREP@
245HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
246ICONEXT = @ICONEXT@
247INSTALL = @INSTALL@
248INSTALL_DATA = @INSTALL_DATA@
249INSTALL_PROGRAM = @INSTALL_PROGRAM@
250INSTALL_SCRIPT = @INSTALL_SCRIPT@
251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252INTLIBS = @INTLIBS@
253LD = @LD@
254LDFLAGS = @LDFLAGS@
255LIBBSD = @LIBBSD@
256LIBEXIF = @LIBEXIF@
257LIBM = @LIBM@
258LIBOBJS = @LIBOBJS@
259LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
260LIBS = @LIBS@
261LIBTOOL = @LIBTOOL@
262LIBXINERAMA = @LIBXINERAMA@
263LIBXMU = @LIBXMU@
264LIBXRANDR = @LIBXRANDR@
265LINGUAS = @LINGUAS@
266LIPO = @LIPO@
267LN_S = @LN_S@
268LTLIBOBJS = @LTLIBOBJS@
269LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270MAGICKFLAGS = @MAGICKFLAGS@
271MAGICKLIBS = @MAGICKLIBS@
272MAKEINFO = @MAKEINFO@
273MANIFEST_TOOL = @MANIFEST_TOOL@
274MANLANGDIRS = @MANLANGDIRS@
275MKDIR_P = @MKDIR_P@
276MSGFMT = @MSGFMT@
277NM = @NM@
278NMEDIT = @NMEDIT@
279OBJDUMP = @OBJDUMP@
280OBJEXT = @OBJEXT@
281OTOOL = @OTOOL@
282OTOOL64 = @OTOOL64@
283PACKAGE = @PACKAGE@
284PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285PACKAGE_NAME = @PACKAGE_NAME@
286PACKAGE_STRING = @PACKAGE_STRING@
287PACKAGE_TARNAME = @PACKAGE_TARNAME@
288PACKAGE_URL = @PACKAGE_URL@
289PACKAGE_VERSION = @PACKAGE_VERSION@
290PANGOLIBS = @PANGOLIBS@
291PATH_SEPARATOR = @PATH_SEPARATOR@
292PKG_CONFIG = @PKG_CONFIG@
293PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
294PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
295PTHREAD_CC = @PTHREAD_CC@
296PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
297PTHREAD_LIBS = @PTHREAD_LIBS@
298RANLIB = @RANLIB@
299SED = @SED@
300SET_MAKE = @SET_MAKE@
301SHELL = @SHELL@
302STRIP = @STRIP@
303UTILMOFILES = @UTILMOFILES@
304VERSION = @VERSION@
305WINGSMOFILES = @WINGSMOFILES@
306WINGS_VERSION = @WINGS_VERSION@
307WMAKERMOFILES = @WMAKERMOFILES@
308WPREFSMOFILES = @WPREFSMOFILES@
309WRASTER_VERSION = @WRASTER_VERSION@
310WUTIL_VERSION = @WUTIL_VERSION@
311XCFLAGS = @XCFLAGS@
312XFTCONFIG = @XFTCONFIG@
313XFTFLAGS = @XFTFLAGS@
314XFTLIBS = @XFTLIBS@
315XGETTEXT = @XGETTEXT@
316XLFLAGS = @XLFLAGS@
317XLIBS = @XLIBS@
318XMKMF = @XMKMF@
319X_CFLAGS = @X_CFLAGS@
320X_EXTRA_LIBS = @X_EXTRA_LIBS@
321X_LIBRARY_PATH = @X_LIBRARY_PATH@
322X_LIBS = @X_LIBS@
323X_PRE_LIBS = @X_PRE_LIBS@
324abs_builddir = @abs_builddir@
325abs_srcdir = @abs_srcdir@
326abs_top_builddir = @abs_top_builddir@
327abs_top_srcdir = @abs_top_srcdir@
328ac_ct_AR = @ac_ct_AR@
329ac_ct_CC = @ac_ct_CC@
330ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
331am__include = @am__include@
332am__leading_dot = @am__leading_dot@
333am__quote = @am__quote@
334am__tar = @am__tar@
335am__untar = @am__untar@
336ax_pthread_config = @ax_pthread_config@
337bindir = @bindir@
338build = @build@
339build_alias = @build_alias@
340build_cpu = @build_cpu@
341build_os = @build_os@
342build_vendor = @build_vendor@
343builddir = @builddir@
344datadir = @datadir@
345datarootdir = @datarootdir@
346defsdatadir = @defsdatadir@
347docdir = @docdir@
348dvidir = @dvidir@
349exec_prefix = @exec_prefix@
350host = @host@
351host_alias = @host_alias@
352host_cpu = @host_cpu@
353host_os = @host_os@
354host_vendor = @host_vendor@
355htmldir = @htmldir@
356inc_search_path = @inc_search_path@
357includedir = @includedir@
358infodir = @infodir@
359install_sh = @install_sh@
360lcov_output_directory = @lcov_output_directory@
361lib_search_path = @lib_search_path@
362libdir = @libdir@
363libexecdir = @libexecdir@
364localedir = @localedir@
365localstatedir = @localstatedir@
366mandir = @mandir@
367mkdir_p = @mkdir_p@
368oldincludedir = @oldincludedir@
369pdfdir = @pdfdir@
370pixmapdir = @pixmapdir@
371prefix = @prefix@
372program_transform_name = @program_transform_name@
373psdir = @psdir@
374runstatedir = @runstatedir@
375sbindir = @sbindir@
376sharedstatedir = @sharedstatedir@
377srcdir = @srcdir@
378sysconfdir = @sysconfdir@
379target_alias = @target_alias@
380top_build_prefix = @top_build_prefix@
381top_builddir = @top_builddir@
382top_srcdir = @top_srcdir@
383wprefs_bindir = @wprefs_bindir@
384wprefs_datadir = @wprefs_datadir@
385AUTOMAKE_OPTIONS =
386BUILT_SOURCES = config-paths.h
387DISTCLEANFILES = config-paths.h
388ACLOCAL_AMFLAGS = -I m4
389
390# Improve coverage in 'make distcheck' by checking that translations work
391AM_DISTCHECK_CONFIGURE_FLAGS = --enable-silent-rules LINGUAS='*'
392SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc
393DIST_SUBDIRS = $(SUBDIRS) test
394EXTRA_DIST = TODO BUGS BUGFORM FAQ INSTALL \
395	INSTALL-WMAKER README.i18n README.definable-cursor \
396	The-perfect-Window-Maker-patch.txt \
397	README COPYING.WTFPL autogen.sh \
398	email-clients.txt checkpatch.pl update-changelog.pl \
399	script/check-cmdline-options-doc.sh \
400	script/check-translation-sources.sh \
401	script/check-wmaker-loaddef-callbacks.sh \
402	script/generate-mapfile-from-header.sh \
403	script/generate-po-from-template.sh \
404	script/generate-txt-from-texi.sh \
405	script/nested-func-to-macro.sh \
406	script/replace-ac-keywords.sh
407
408@HAVE_XGETTEXT_TRUE@SUBDIRS_PO = WINGs/po po util/po WPrefs.app/po
409
410# Create a 'silent-rule' for our make check the same way automake does
411AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
412am__v_CHKOPTS_ = $(am__v_CHKOPTS_$(AM_DEFAULT_VERBOSITY))
413am__v_CHKOPTS_0 = @echo "  CHK      $@" ;
414am__v_CHKOPTS_1 =
415all: $(BUILT_SOURCES) config.h
416	$(MAKE) $(AM_MAKEFLAGS) all-recursive
417
418.SUFFIXES:
419am--refresh: Makefile
420	@:
421$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
422	@for dep in $?; do \
423	  case '$(am__configure_deps)' in \
424	    *$$dep*) \
425	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
426	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
427		&& exit 0; \
428	      exit 1;; \
429	  esac; \
430	done; \
431	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
432	$(am__cd) $(top_srcdir) && \
433	  $(AUTOMAKE) --gnu Makefile
434Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435	@case '$?' in \
436	  *config.status*) \
437	    echo ' $(SHELL) ./config.status'; \
438	    $(SHELL) ./config.status;; \
439	  *) \
440	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
441	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
442	esac;
443
444$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445	$(SHELL) ./config.status --recheck
446
447$(top_srcdir)/configure:  $(am__configure_deps)
448	$(am__cd) $(srcdir) && $(AUTOCONF)
449$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
450	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
451$(am__aclocal_m4_deps):
452
453stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
454	@rm -f stamp-h1
455	cd $(top_builddir) && $(SHELL) ./config.status config.h
456$(srcdir)/config.h.in:  $(am__configure_deps)
457	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
458	rm -f stamp-h1
459	touch $@
460
461distclean-hdr:
462	-rm -f config.h stamp-h1
463
464mostlyclean-libtool:
465	-rm -f *.lo
466
467clean-libtool:
468	-rm -rf .libs _libs
469
470distclean-libtool:
471	-rm -f libtool config.lt
472
473# This directory's subdirectories are mostly independent; you can cd
474# into them and run 'make' without going through this Makefile.
475# To change the values of 'make' variables: instead of editing Makefiles,
476# (1) if the variable is set in 'config.status', edit 'config.status'
477#     (which will cause the Makefiles to be regenerated when you run 'make');
478# (2) otherwise, pass the desired values on the 'make' command line.
479$(am__recursive_targets):
480	@fail=; \
481	if $(am__make_keepgoing); then \
482	  failcom='fail=yes'; \
483	else \
484	  failcom='exit 1'; \
485	fi; \
486	dot_seen=no; \
487	target=`echo $@ | sed s/-recursive//`; \
488	case "$@" in \
489	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
490	  *) list='$(SUBDIRS)' ;; \
491	esac; \
492	for subdir in $$list; do \
493	  echo "Making $$target in $$subdir"; \
494	  if test "$$subdir" = "."; then \
495	    dot_seen=yes; \
496	    local_target="$$target-am"; \
497	  else \
498	    local_target="$$target"; \
499	  fi; \
500	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501	  || eval $$failcom; \
502	done; \
503	if test "$$dot_seen" = "no"; then \
504	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
505	fi; test -z "$$fail"
506
507ID: $(am__tagged_files)
508	$(am__define_uniq_tagged_files); mkid -fID $$unique
509tags: tags-recursive
510TAGS: tags
511
512tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
513	set x; \
514	here=`pwd`; \
515	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
516	  include_option=--etags-include; \
517	  empty_fix=.; \
518	else \
519	  include_option=--include; \
520	  empty_fix=; \
521	fi; \
522	list='$(SUBDIRS)'; for subdir in $$list; do \
523	  if test "$$subdir" = .; then :; else \
524	    test ! -f $$subdir/TAGS || \
525	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
526	  fi; \
527	done; \
528	$(am__define_uniq_tagged_files); \
529	shift; \
530	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531	  test -n "$$unique" || unique=$$empty_fix; \
532	  if test $$# -gt 0; then \
533	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534	      "$$@" $$unique; \
535	  else \
536	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537	      $$unique; \
538	  fi; \
539	fi
540ctags: ctags-recursive
541
542CTAGS: ctags
543ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544	$(am__define_uniq_tagged_files); \
545	test -z "$(CTAGS_ARGS)$$unique" \
546	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547	     $$unique
548
549GTAGS:
550	here=`$(am__cd) $(top_builddir) && pwd` \
551	  && $(am__cd) $(top_srcdir) \
552	  && gtags -i $(GTAGS_ARGS) "$$here"
553cscope: cscope.files
554	test ! -s cscope.files \
555	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
556clean-cscope:
557	-rm -f cscope.files
558cscope.files: clean-cscope cscopelist
559cscopelist: cscopelist-recursive
560
561cscopelist-am: $(am__tagged_files)
562	list='$(am__tagged_files)'; \
563	case "$(srcdir)" in \
564	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565	  *) sdir=$(subdir)/$(srcdir) ;; \
566	esac; \
567	for i in $$list; do \
568	  if test -f "$$i"; then \
569	    echo "$(subdir)/$$i"; \
570	  else \
571	    echo "$$sdir/$$i"; \
572	  fi; \
573	done >> $(top_builddir)/cscope.files
574
575distclean-tags:
576	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
578
579distdir: $(BUILT_SOURCES)
580	$(MAKE) $(AM_MAKEFLAGS) distdir-am
581
582distdir-am: $(DISTFILES)
583	$(am__remove_distdir)
584	test -d "$(distdir)" || mkdir "$(distdir)"
585	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
586	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
587	list='$(DISTFILES)'; \
588	  dist_files=`for file in $$list; do echo $$file; done | \
589	  sed -e "s|^$$srcdirstrip/||;t" \
590	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
591	case $$dist_files in \
592	  */*) $(MKDIR_P) `echo "$$dist_files" | \
593			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
594			   sort -u` ;; \
595	esac; \
596	for file in $$dist_files; do \
597	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
598	  if test -d $$d/$$file; then \
599	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
600	    if test -d "$(distdir)/$$file"; then \
601	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602	    fi; \
603	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
604	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
605	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606	    fi; \
607	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
608	  else \
609	    test -f "$(distdir)/$$file" \
610	    || cp -p $$d/$$file "$(distdir)/$$file" \
611	    || exit 1; \
612	  fi; \
613	done
614	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615	  if test "$$subdir" = .; then :; else \
616	    $(am__make_dryrun) \
617	      || test -d "$(distdir)/$$subdir" \
618	      || $(MKDIR_P) "$(distdir)/$$subdir" \
619	      || exit 1; \
620	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
621	    $(am__relativize); \
622	    new_distdir=$$reldir; \
623	    dir1=$$subdir; dir2="$(top_distdir)"; \
624	    $(am__relativize); \
625	    new_top_distdir=$$reldir; \
626	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
627	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
628	    ($(am__cd) $$subdir && \
629	      $(MAKE) $(AM_MAKEFLAGS) \
630	        top_distdir="$$new_top_distdir" \
631	        distdir="$$new_distdir" \
632		am__remove_distdir=: \
633		am__skip_length_check=: \
634		am__skip_mode_fix=: \
635	        distdir) \
636	      || exit 1; \
637	  fi; \
638	done
639	-test -n "$(am__skip_mode_fix)" \
640	|| find "$(distdir)" -type d ! -perm -755 \
641		-exec chmod u+rwx,go+rx {} \; -o \
642	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
643	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
644	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
645	|| chmod -R a+r "$(distdir)"
646dist-gzip: distdir
647	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
648	$(am__post_remove_distdir)
649
650dist-bzip2: distdir
651	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
652	$(am__post_remove_distdir)
653
654dist-lzip: distdir
655	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
656	$(am__post_remove_distdir)
657
658dist-xz: distdir
659	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
660	$(am__post_remove_distdir)
661
662dist-tarZ: distdir
663	@echo WARNING: "Support for distribution archives compressed with" \
664		       "legacy program 'compress' is deprecated." >&2
665	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
666	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
667	$(am__post_remove_distdir)
668
669dist-shar: distdir
670	@echo WARNING: "Support for shar distribution archives is" \
671	               "deprecated." >&2
672	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
673	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
674	$(am__post_remove_distdir)
675
676dist-zip: distdir
677	-rm -f $(distdir).zip
678	zip -rq $(distdir).zip $(distdir)
679	$(am__post_remove_distdir)
680
681dist dist-all:
682	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
683	$(am__post_remove_distdir)
684
685# This target untars the dist file and tries a VPATH configuration.  Then
686# it guarantees that the distribution is self-contained by making another
687# tarfile.
688distcheck: dist
689	case '$(DIST_ARCHIVES)' in \
690	*.tar.gz*) \
691	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
692	*.tar.bz2*) \
693	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
694	*.tar.lz*) \
695	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
696	*.tar.xz*) \
697	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
698	*.tar.Z*) \
699	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
700	*.shar.gz*) \
701	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
702	*.zip*) \
703	  unzip $(distdir).zip ;;\
704	esac
705	chmod -R a-w $(distdir)
706	chmod u+w $(distdir)
707	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
708	chmod a-w $(distdir)
709	test -d $(distdir)/_build || exit 0; \
710	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
711	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
712	  && am__cwd=`pwd` \
713	  && $(am__cd) $(distdir)/_build/sub \
714	  && ../../configure \
715	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
716	    $(DISTCHECK_CONFIGURE_FLAGS) \
717	    --srcdir=../.. --prefix="$$dc_install_base" \
718	  && $(MAKE) $(AM_MAKEFLAGS) \
719	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
720	  && $(MAKE) $(AM_MAKEFLAGS) check \
721	  && $(MAKE) $(AM_MAKEFLAGS) install \
722	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
723	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
724	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
725	        distuninstallcheck \
726	  && chmod -R a-w "$$dc_install_base" \
727	  && ({ \
728	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
729	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
730	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
731	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
732	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
733	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
734	  && rm -rf "$$dc_destdir" \
735	  && $(MAKE) $(AM_MAKEFLAGS) dist \
736	  && rm -rf $(DIST_ARCHIVES) \
737	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
738	  && cd "$$am__cwd" \
739	  || exit 1
740	$(am__post_remove_distdir)
741	@(echo "$(distdir) archives ready for distribution: "; \
742	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
743	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
744distuninstallcheck:
745	@test -n '$(distuninstallcheck_dir)' || { \
746	  echo 'ERROR: trying to run $@ with an empty' \
747	       '$$(distuninstallcheck_dir)' >&2; \
748	  exit 1; \
749	}; \
750	$(am__cd) '$(distuninstallcheck_dir)' || { \
751	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
752	  exit 1; \
753	}; \
754	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
755	   || { echo "ERROR: files left after uninstall:" ; \
756	        if test -n "$(DESTDIR)"; then \
757	          echo "  (check DESTDIR support)"; \
758	        fi ; \
759	        $(distuninstallcheck_listfiles) ; \
760	        exit 1; } >&2
761distcleancheck: distclean
762	@if test '$(srcdir)' = . ; then \
763	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
764	  exit 1 ; \
765	fi
766	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
767	  || { echo "ERROR: files left in build directory after distclean:" ; \
768	       $(distcleancheck_listfiles) ; \
769	       exit 1; } >&2
770check-am: all-am
771	$(MAKE) $(AM_MAKEFLAGS) check-local
772check: $(BUILT_SOURCES)
773	$(MAKE) $(AM_MAKEFLAGS) check-recursive
774all-am: Makefile config.h
775installdirs: installdirs-recursive
776installdirs-am:
777install: $(BUILT_SOURCES)
778	$(MAKE) $(AM_MAKEFLAGS) install-recursive
779install-exec: install-exec-recursive
780install-data: install-data-recursive
781uninstall: uninstall-recursive
782
783install-am: all-am
784	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
786installcheck: installcheck-recursive
787install-strip:
788	if test -z '$(STRIP)'; then \
789	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791	      install; \
792	else \
793	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
796	fi
797mostlyclean-generic:
798
799clean-generic:
800
801distclean-generic:
802	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
803	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
804	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
805
806maintainer-clean-generic:
807	@echo "This command is intended for maintainers to use"
808	@echo "it deletes files that may require special tools to rebuild."
809	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
810clean: clean-recursive
811
812clean-am: clean-generic clean-libtool mostlyclean-am
813
814distclean: distclean-recursive
815	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
816	-rm -f Makefile
817distclean-am: clean-am distclean-generic distclean-hdr \
818	distclean-libtool distclean-tags
819
820dvi: dvi-recursive
821
822dvi-am:
823
824html: html-recursive
825
826html-am:
827
828info: info-recursive
829
830info-am:
831
832install-data-am:
833
834install-dvi: install-dvi-recursive
835
836install-dvi-am:
837
838install-exec-am:
839
840install-html: install-html-recursive
841
842install-html-am:
843
844install-info: install-info-recursive
845
846install-info-am:
847
848install-man:
849
850install-pdf: install-pdf-recursive
851
852install-pdf-am:
853
854install-ps: install-ps-recursive
855
856install-ps-am:
857
858installcheck-am:
859
860maintainer-clean: maintainer-clean-recursive
861	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
862	-rm -rf $(top_srcdir)/autom4te.cache
863	-rm -f Makefile
864maintainer-clean-am: distclean-am maintainer-clean-generic
865
866mostlyclean: mostlyclean-recursive
867
868mostlyclean-am: mostlyclean-generic mostlyclean-libtool
869
870pdf: pdf-recursive
871
872pdf-am:
873
874ps: ps-recursive
875
876ps-am:
877
878uninstall-am:
879
880.MAKE: $(am__recursive_targets) all check check-am install install-am \
881	install-strip
882
883.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
884	am--refresh check check-am check-local clean clean-cscope \
885	clean-generic clean-libtool cscope cscopelist-am ctags \
886	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
887	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
888	distclean-generic distclean-hdr distclean-libtool \
889	distclean-tags distcleancheck distdir distuninstallcheck dvi \
890	dvi-am html html-am info info-am install install-am \
891	install-data install-data-am install-dvi install-dvi-am \
892	install-exec install-exec-am install-html install-html-am \
893	install-info install-info-am install-man install-pdf \
894	install-pdf-am install-ps install-ps-am install-strip \
895	installcheck installcheck-am installdirs installdirs-am \
896	maintainer-clean maintainer-clean-generic mostlyclean \
897	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
898	tags tags-am uninstall uninstall-am
899
900.PRECIOUS: Makefile
901
902
903config.h: config-paths.h
904
905config-paths.h: Makefile
906	@echo "Generating $@"
907	@echo '/* this is a generated file - do not edit */' > $@
908	@echo '' >> $@
909	@echo '/* define where the translations are stored */' >> $@
910	@echo '#define LOCALEDIR "$(localedir)"' >> $@
911	@echo '' >> $@
912	@echo '/* define an extra path for pixmaps */' >> $@
913	@echo '#define PIXMAPDIR "$(pixmapdir)"' >> $@
914	@echo '' >> $@
915	@echo '/* where shared data is stored */' >> $@
916	@echo '#define PKGDATADIR "$(datadir)/WindowMaker"' >> $@
917	@echo '' >> $@
918	@echo '/* where the global defaults are stored */' >> $@
919	@echo '#define DEFSDATADIR "$(defsdatadir)"' >> $@
920
921.PHONY:	coverage-reset coverage
922
923@USE_LCOV_TRUE@coverage-reset:
924@USE_LCOV_TRUE@	find . -type f -name '*.gcda' -exec rm -f '{}' ';'
925@USE_LCOV_TRUE@	lcov --directory . --zerocounters
926
927@USE_LCOV_TRUE@coverage:
928@USE_LCOV_TRUE@	rm -rf coverage @lcov_output_directory@
929@USE_LCOV_TRUE@	-mkdir -p coverage @lcov_output_directory@
930@USE_LCOV_TRUE@	lcov --compat-libtool --capture --directory . --output-file coverage/coverage.info
931@USE_LCOV_TRUE@	genhtml --output-directory @lcov_output_directory@ coverage/coverage.info
932
933# make update-lang PO=<lang>
934# ==========================
935# Update the PO files against the POT file in all the translation sub-directories
936#
937# We do not use an automatic recursive target from Automake (AM_EXTRA_RECURSIVE_TARGETS)
938# because we want to check only once that the variable PO was defined; the added bonus
939# being that we do not process all directories but only the related ones, which is
940# faster and a lot less verbose
941
942update-lang:
943@HAVE_XGETTEXT_TRUE@	@if echo "$(PO)" | grep -v '^[a-z][a-z]\(_[A-Z][A-Z]\)\?$$' > /dev/null ; then \
944@HAVE_XGETTEXT_TRUE@	  echo "Error: invalid value \"$(PO)\" for update-lang, use PO=<lang>" >&2 ; exit 1 ; \
945@HAVE_XGETTEXT_TRUE@	fi ; \
946@HAVE_XGETTEXT_TRUE@	for subdir in $(SUBDIRS_PO); do \
947@HAVE_XGETTEXT_TRUE@	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) update-lang || exit $$?); \
948@HAVE_XGETTEXT_TRUE@	done
949@HAVE_XGETTEXT_FALSE@	@echo "Error: the program 'xgettext' was not found by configure, it is mandatory for this operation" >&2 ; exit 1
950
951.PHONY: update-lang
952
953check-local: configure-documentation
954
955configure-documentation:
956	$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
957		--program "$(top_srcdir)/configure" --text-doc "$(top_srcdir)/INSTALL-WMAKER" \
958		--ignore-prg 'with-PACKAGE,without-PACKAGE # only template names from Autoconf' \
959		--ignore-prg 'program-prefix,program-suffix,program-transform-name # in INSTALL' \
960		--ignore-prg 'version,quiet,srcdir,build,host,cache-file,no-create # in INSTALL' \
961		--ignore-prg 'enable-silent-rules,disable-silent-rules # should be in INSTALL' \
962		--ignore-prg 'enable-dependency-tracking,disable-dependency-tracking # in INSTALL' \
963		--ignore-prg 'enable-shared,enable-static # should be in INSTALL' \
964		--ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \
965		--ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
966		--ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \
967		--ignore-prg 'with-aix-soname #new in libtool 2.4.4' \
968		--ignore-prg 'with-x # no use, it would not work without X'
969
970.PHONY: configure-documentation
971
972# Tell versions [3.59,3.63) of GNU make to not export all variables.
973# Otherwise a system limit (for SysV at least) may be exceeded.
974.NOEXPORT:
975