1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = build @MANLANGDIRS@
4 DIST_SUBDIRS = build cs ru sk
11 upgrade-windowmaker-defaults.8 \
27 MOSTLYCLEANFILES = wmaker.1 wmsetbg.1
29 EXTRA_DIST = wmaker.in wmsetbg.in
31 wmaker.1: wmaker.in Makefile $(top_builddir)/config.h
32 $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
33 --header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
34 --filter "USE_ICCCM_WMREPLACE" \
35 -D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
36 -D"defsdatadir=$(defsdatadir)" --replace "defsdatadir" \
37 -o "wmaker.1" "$(srcdir)/wmaker.in"
39 wmsetbg.1: wmsetbg.in Makefile $(top_builddir)/config.h
40 $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
41 --header "$(top_builddir)/config.h" --filter "USE_XINERAMA" \
42 -o "wmsetbg.1" "$(srcdir)/wmsetbg.in"
44 # Create a 'silent rule' for our make check the same way automake does
45 AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
46 am__v_CHKOPTS_ = $(am__v_CHKOPTS_$(AM_DEFAULT_VERBOSITY))
47 am__v_CHKOPTS_0 = @echo " CHK $@" ;
50 check-local: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
51 wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args
54 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
55 --program "$(top_builddir)/src/wmaker" --man-page "wmaker.1"
58 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
59 --program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1"
62 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
63 --program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1"
66 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
67 --program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1"
70 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
71 --program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1"
74 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
75 --program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1"
78 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
79 --program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1"
82 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
83 --program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1"
86 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
87 --program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1"
90 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
91 --program "$(top_builddir)/util/wmgenmenu" --man-page "$(top_srcdir)/doc/wmgenmenu.1"
94 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
95 --program "$(top_builddir)/util/wmiv" --man-page "$(top_srcdir)/doc/wmiv.1"
98 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
99 --program "$(top_builddir)/util/wmmenugen" --man-page "$(top_srcdir)/doc/wmmenugen.1"
102 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
103 --program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1"
106 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
107 --program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1"
110 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
111 --program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1"
113 .PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
114 wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args