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 = po
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 =
127am__can_run_installinfo = \
128  case $$AM_UPDATE_INFO_DIR in \
129    n|no|NO) false;; \
130    *) (install-info --version) >/dev/null 2>&1;; \
131  esac
132am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
133am__DIST_COMMON = $(srcdir)/Makefile.in README
134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135ACLOCAL = @ACLOCAL@
136AMTAR = @AMTAR@
137AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138AR = @AR@
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
143CC = @CC@
144CCDEPMODE = @CCDEPMODE@
145CFLAGS = @CFLAGS@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CYGPATH_W = @CYGPATH_W@
149DEFS = @DEFS@
150DEPDIR = @DEPDIR@
151DLLTOOL = @DLLTOOL@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FCLIBS = @FCLIBS@
160FGREP = @FGREP@
161GFXLIBS = @GFXLIBS@
162GREP = @GREP@
163HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
164ICONEXT = @ICONEXT@
165INSTALL = @INSTALL@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170INTLIBS = @INTLIBS@
171LD = @LD@
172LDFLAGS = @LDFLAGS@
173LIBBSD = @LIBBSD@
174LIBEXIF = @LIBEXIF@
175LIBM = @LIBM@
176LIBOBJS = @LIBOBJS@
177LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
178LIBS = @LIBS@
179LIBTOOL = @LIBTOOL@
180LIBXINERAMA = @LIBXINERAMA@
181LIBXMU = @LIBXMU@
182LIBXRANDR = @LIBXRANDR@
183LINGUAS = @LINGUAS@
184LIPO = @LIPO@
185LN_S = @LN_S@
186LTLIBOBJS = @LTLIBOBJS@
187LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
188MAGICKFLAGS = @MAGICKFLAGS@
189MAGICKLIBS = @MAGICKLIBS@
190MAKEINFO = @MAKEINFO@
191MANIFEST_TOOL = @MANIFEST_TOOL@
192MANLANGDIRS = @MANLANGDIRS@
193MKDIR_P = @MKDIR_P@
194MSGFMT = @MSGFMT@
195NM = @NM@
196NMEDIT = @NMEDIT@
197OBJDUMP = @OBJDUMP@
198OBJEXT = @OBJEXT@
199OTOOL = @OTOOL@
200OTOOL64 = @OTOOL64@
201PACKAGE = @PACKAGE@
202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203PACKAGE_NAME = @PACKAGE_NAME@
204PACKAGE_STRING = @PACKAGE_STRING@
205PACKAGE_TARNAME = @PACKAGE_TARNAME@
206PACKAGE_URL = @PACKAGE_URL@
207PACKAGE_VERSION = @PACKAGE_VERSION@
208PANGOLIBS = @PANGOLIBS@
209PATH_SEPARATOR = @PATH_SEPARATOR@
210PKG_CONFIG = @PKG_CONFIG@
211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
213PTHREAD_CC = @PTHREAD_CC@
214PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
215PTHREAD_LIBS = @PTHREAD_LIBS@
216RANLIB = @RANLIB@
217SED = @SED@
218SET_MAKE = @SET_MAKE@
219SHELL = @SHELL@
220STRIP = @STRIP@
221UTILMOFILES = @UTILMOFILES@
222VERSION = @VERSION@
223WINGSMOFILES = @WINGSMOFILES@
224WINGS_VERSION = @WINGS_VERSION@
225WMAKERMOFILES = @WMAKERMOFILES@
226WPREFSMOFILES = @WPREFSMOFILES@
227WRASTER_VERSION = @WRASTER_VERSION@
228WUTIL_VERSION = @WUTIL_VERSION@
229XCFLAGS = @XCFLAGS@
230XFTCONFIG = @XFTCONFIG@
231XFTFLAGS = @XFTFLAGS@
232XFTLIBS = @XFTLIBS@
233XGETTEXT = @XGETTEXT@
234XLFLAGS = @XLFLAGS@
235XLIBS = @XLIBS@
236XMKMF = @XMKMF@
237X_CFLAGS = @X_CFLAGS@
238X_EXTRA_LIBS = @X_EXTRA_LIBS@
239X_LIBRARY_PATH = @X_LIBRARY_PATH@
240X_LIBS = @X_LIBS@
241X_PRE_LIBS = @X_PRE_LIBS@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_AR = @ac_ct_AR@
247ac_ct_CC = @ac_ct_CC@
248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254ax_pthread_config = @ax_pthread_config@
255bindir = @bindir@
256build = @build@
257build_alias = @build_alias@
258build_cpu = @build_cpu@
259build_os = @build_os@
260build_vendor = @build_vendor@
261builddir = @builddir@
262datadir = @datadir@
263datarootdir = @datarootdir@
264defsdatadir = @defsdatadir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274inc_search_path = @inc_search_path@
275includedir = @includedir@
276infodir = @infodir@
277install_sh = @install_sh@
278lcov_output_directory = @lcov_output_directory@
279lib_search_path = @lib_search_path@
280libdir = @libdir@
281libexecdir = @libexecdir@
282localedir = @localedir@
283localstatedir = @localstatedir@
284mandir = @mandir@
285mkdir_p = @mkdir_p@
286oldincludedir = @oldincludedir@
287pdfdir = @pdfdir@
288pixmapdir = @pixmapdir@
289prefix = @prefix@
290program_transform_name = @program_transform_name@
291psdir = @psdir@
292runstatedir = @runstatedir@
293sbindir = @sbindir@
294sharedstatedir = @sharedstatedir@
295srcdir = @srcdir@
296sysconfdir = @sysconfdir@
297target_alias = @target_alias@
298top_build_prefix = @top_build_prefix@
299top_builddir = @top_builddir@
300top_srcdir = @top_srcdir@
301wprefs_bindir = @wprefs_bindir@
302wprefs_datadir = @wprefs_datadir@
303DOMAIN = WindowMaker
304CATALOGS = @WMAKERMOFILES@
305CLEANFILES = $(CATALOGS) $(DOMAIN).pot
306
307# Please keep this sorted in alphabetic order!
308EXTRA_DIST = be.po bg.po bs.po ca.po cs.po da.po de.po el.po es.po et.po \
309	fi.po fr.po fy.po gl.po hr.po hu.po hy.po it.po ja.po ko.po ms.po nl.po \
310	no.po pl.po pt.po ro.po ru.po sk.po sv.po tr.po uk.po zh_CN.po zh_TW.po
311
312POTFILES = \
313	$(top_srcdir)/src/actions.c \
314	$(top_srcdir)/src/appicon.c \
315	$(top_srcdir)/src/application.c \
316	$(top_srcdir)/src/appmenu.c \
317	$(top_srcdir)/src/balloon.c \
318	$(top_srcdir)/src/client.c \
319	$(top_srcdir)/src/colormap.c \
320	$(top_srcdir)/src/cycling.c \
321	$(top_srcdir)/src/defaults.c \
322	$(top_srcdir)/src/dialog.c \
323	$(top_srcdir)/src/dock.c \
324	$(top_srcdir)/src/dockedapp.c \
325	$(top_srcdir)/src/event.c \
326	$(top_srcdir)/src/framewin.c \
327	$(top_srcdir)/src/geomview.c \
328	$(top_srcdir)/src/icon.c \
329	$(top_srcdir)/src/main.c \
330	$(top_srcdir)/src/menu.c \
331	$(top_srcdir)/src/misc.c \
332	$(top_srcdir)/src/monitor.c \
333	$(top_srcdir)/src/motif.c \
334	$(top_srcdir)/src/moveres.c \
335	$(top_srcdir)/src/osdep_bsd.c \
336	$(top_srcdir)/src/osdep_darwin.c \
337	$(top_srcdir)/src/osdep_linux.c \
338	$(top_srcdir)/src/osdep_stub.c \
339	$(top_srcdir)/src/pixmap.c \
340	$(top_srcdir)/src/placement.c \
341	$(top_srcdir)/src/properties.c \
342	$(top_srcdir)/src/resources.c \
343	$(top_srcdir)/src/rootmenu.c \
344	$(top_srcdir)/src/screen.c \
345	$(top_srcdir)/src/session.c \
346	$(top_srcdir)/src/shutdown.c \
347	$(top_srcdir)/src/stacking.c \
348	$(top_srcdir)/src/startup.c \
349	$(top_srcdir)/src/superfluous.c \
350	$(top_srcdir)/src/switchpanel.c \
351	$(top_srcdir)/src/switchmenu.c \
352	$(top_srcdir)/src/texture.c \
353	$(top_srcdir)/src/usermenu.c \
354	$(top_srcdir)/src/wcore.c \
355	$(top_srcdir)/src/wdefaults.c \
356	$(top_srcdir)/src/window.c \
357	$(top_srcdir)/src/winmenu.c \
358	$(top_srcdir)/src/winspector.c \
359	$(top_srcdir)/src/wmspec.c \
360	$(top_srcdir)/src/workspace.c \
361	$(top_srcdir)/src/wsmap.c \
362	$(top_srcdir)/src/xdnd.c \
363	$(top_srcdir)/src/xinerama.c \
364	$(top_srcdir)/src/xmodifier.c \
365	$(top_srcdir)/src/xutil.c
366
367SUFFIXES = .po .mo
368
369# Create a 'silent rule' for our make check the same way automake does
370AM_V_CHKTRANS = $(am__v_CHKTRANS_$(V))
371am__v_CHKTRANS_ = $(am__v_CHKTRANS_$(AM_DEFAULT_VERBOSITY))
372am__v_CHKTRANS_0 = @echo "  CHK     translations" ;
373am__v_CHKTRANS_1 =
374all: all-am
375
376.SUFFIXES:
377.SUFFIXES: .po .mo
378$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
379	@for dep in $?; do \
380	  case '$(am__configure_deps)' in \
381	    *$$dep*) \
382	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
383	        && { if test -f $@; then exit 0; else break; fi; }; \
384	      exit 1;; \
385	  esac; \
386	done; \
387	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \
388	$(am__cd) $(top_srcdir) && \
389	  $(AUTOMAKE) --gnu po/Makefile
390Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391	@case '$?' in \
392	  *config.status*) \
393	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
394	  *) \
395	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
396	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
397	esac;
398
399$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
402$(top_srcdir)/configure:  $(am__configure_deps)
403	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(am__aclocal_m4_deps):
407
408mostlyclean-libtool:
409	-rm -f *.lo
410
411clean-libtool:
412	-rm -rf .libs _libs
413tags TAGS:
414
415ctags CTAGS:
416
417cscope cscopelist:
418
419
420distdir: $(BUILT_SOURCES)
421	$(MAKE) $(AM_MAKEFLAGS) distdir-am
422
423distdir-am: $(DISTFILES)
424	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426	list='$(DISTFILES)'; \
427	  dist_files=`for file in $$list; do echo $$file; done | \
428	  sed -e "s|^$$srcdirstrip/||;t" \
429	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430	case $$dist_files in \
431	  */*) $(MKDIR_P) `echo "$$dist_files" | \
432			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433			   sort -u` ;; \
434	esac; \
435	for file in $$dist_files; do \
436	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437	  if test -d $$d/$$file; then \
438	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439	    if test -d "$(distdir)/$$file"; then \
440	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441	    fi; \
442	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445	    fi; \
446	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447	  else \
448	    test -f "$(distdir)/$$file" \
449	    || cp -p $$d/$$file "$(distdir)/$$file" \
450	    || exit 1; \
451	  fi; \
452	done
453check-am: all-am
454	$(MAKE) $(AM_MAKEFLAGS) check-local
455check: check-am
456all-am: Makefile all-local
457installdirs:
458install: install-am
459install-exec: install-exec-am
460install-data: install-data-am
461uninstall: uninstall-am
462
463install-am: all-am
464	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
466installcheck: installcheck-am
467install-strip:
468	if test -z '$(STRIP)'; then \
469	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471	      install; \
472	else \
473	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
476	fi
477mostlyclean-generic:
478
479clean-generic:
480	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
481
482distclean-generic:
483	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485
486maintainer-clean-generic:
487	@echo "This command is intended for maintainers to use"
488	@echo "it deletes files that may require special tools to rebuild."
489clean: clean-am
490
491clean-am: clean-generic clean-libtool mostlyclean-am
492
493distclean: distclean-am
494	-rm -f Makefile
495distclean-am: clean-am distclean-generic
496
497dvi: dvi-am
498
499dvi-am:
500
501html: html-am
502
503html-am:
504
505info: info-am
506
507info-am:
508
509install-data-am: install-data-local
510
511install-dvi: install-dvi-am
512
513install-dvi-am:
514
515install-exec-am:
516
517install-html: install-html-am
518
519install-html-am:
520
521install-info: install-info-am
522
523install-info-am:
524
525install-man:
526
527install-pdf: install-pdf-am
528
529install-pdf-am:
530
531install-ps: install-ps-am
532
533install-ps-am:
534
535installcheck-am:
536
537maintainer-clean: maintainer-clean-am
538	-rm -f Makefile
539maintainer-clean-am: distclean-am maintainer-clean-generic
540
541mostlyclean: mostlyclean-am
542
543mostlyclean-am: mostlyclean-generic mostlyclean-libtool
544
545pdf: pdf-am
546
547pdf-am:
548
549ps: ps-am
550
551ps-am:
552
553uninstall-am: uninstall-local
554
555.MAKE: check-am install-am install-strip
556
557.PHONY: all all-am all-local check check-am check-local clean \
558	clean-generic clean-libtool cscopelist-am ctags-am distclean \
559	distclean-generic distclean-libtool distdir dvi dvi-am html \
560	html-am info info-am install install-am install-data \
561	install-data-am install-data-local install-dvi install-dvi-am \
562	install-exec install-exec-am install-html install-html-am \
563	install-info install-info-am install-man install-pdf \
564	install-pdf-am install-ps install-ps-am install-strip \
565	installcheck installcheck-am installdirs maintainer-clean \
566	maintainer-clean-generic mostlyclean mostlyclean-generic \
567	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
568	uninstall-am uninstall-local
569
570.PRECIOUS: Makefile
571
572
573.po.mo:
574	$(AM_V_GEN)$(MSGFMT) -c -o $@ $<
575
576all-local: $(CATALOGS)
577
578.PHONY: update-lang
579
580@HAVE_XGETTEXT_TRUE@update-lang: $(DOMAIN).pot
581@HAVE_XGETTEXT_TRUE@	$(AM_V_GEN)$(top_srcdir)/script/generate-po-from-template.sh \
582@HAVE_XGETTEXT_TRUE@	    -n "$(PACKAGE_NAME)" -v "$(PACKAGE_VERSION)" -b "$(PACKAGE_BUGREPORT)" \
583@HAVE_XGETTEXT_TRUE@	    -t "$(DOMAIN).pot"  "$(srcdir)/$(PO).po"
584
585@HAVE_XGETTEXT_TRUE@$(DOMAIN).pot: $(POTFILES)
586@HAVE_XGETTEXT_TRUE@	$(AM_V_GEN)$(XGETTEXT) --default-domain=$(DOMAIN) \
587@HAVE_XGETTEXT_TRUE@	    --add-comments --keyword=_ --keyword=N_ $(POTFILES)
588@HAVE_XGETTEXT_TRUE@	@if cmp -s $(DOMAIN).po $(DOMAIN).pot; then \
589@HAVE_XGETTEXT_TRUE@	    rm -f $(DOMAIN).po; \
590@HAVE_XGETTEXT_TRUE@	else \
591@HAVE_XGETTEXT_TRUE@	    mv -f $(DOMAIN).po $(DOMAIN).pot; \
592@HAVE_XGETTEXT_TRUE@	fi
593
594install-data-local:  $(CATALOGS)
595	$(mkinstalldirs) $(DESTDIR)$(localedir)
596	for n in $(CATALOGS) __DuMmY ; do \
597		if test "$$n" -a "$$n" != "__DuMmY" ; then \
598			l=`basename $$n .mo`; \
599			$(mkinstalldirs) $(DESTDIR)$(localedir)/$$l/LC_MESSAGES; \
600			$(INSTALL_DATA) -m 644 $$n $(DESTDIR)$(localedir)/$$l/LC_MESSAGES/$(DOMAIN).mo; \
601		fi; \
602	done
603
604uninstall-local:
605	for n in $(CATALOGS) ; do \
606		l=`basename $$n .mo`; \
607		rm -f $(DESTDIR)$(localedir)/$$l/LC_MESSAGES/$(DOMAIN).mo; \
608	done
609
610# 'make check' will make sure the tranlation sources are in line with the compiled source
611check-local:
612	$(AM_V_CHKTRANS)$(top_srcdir)/script/check-translation-sources.sh \
613		"$(srcdir)" -s "$(top_srcdir)/src/Makefile.am" -v wmaker_SOURCES
614
615# Tell versions [3.59,3.63) of GNU make to not export all variables.
616# Otherwise a system limit (for SysV at least) may be exceeded.
617.NOEXPORT:
618