1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = build @MANLANGDIRS@
4 DIST_SUBDIRS = build cs ru sk
14 upgrade-windowmaker-defaults.8 \
30 MOSTLYCLEANFILES = wmaker.1 wmsetbg.1
32 EXTRA_DIST = wmaker.in wmsetbg.in
34 wmaker.1: wmaker.in Makefile $(top_builddir)/config.h
35 $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
36 --header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
37 --filter "USE_ICCCM_WMREPLACE" \
38 -D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
39 -D"defsdatadir=$(defsdatadir)" --replace "defsdatadir" \
40 -o "wmaker.1" "$(srcdir)/wmaker.in"
42 wmsetbg.1: wmsetbg.in Makefile $(top_builddir)/config.h
43 $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
44 --header "$(top_builddir)/config.h" --filter "USE_XINERAMA" \
45 -o "wmsetbg.1" "$(srcdir)/wmsetbg.in"
47 # Create a 'silent rule' for our make check the same way automake does
48 AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
49 am__v_CHKOPTS_ = $(am__v_CHKOPTS_$(AM_DEFAULT_VERBOSITY))
50 am__v_CHKOPTS_0 = @echo " CHK $@" ;
53 check-local: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
54 wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args
57 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
58 --program "$(top_builddir)/src/wmaker" --man-page "wmaker.1"
61 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
62 --program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1"
65 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
66 --program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1"
69 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
70 --program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1"
73 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
74 --program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1"
77 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
78 --program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1"
81 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
82 --program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1"
85 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
86 --program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1"
89 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
90 --program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1"
93 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
94 --program "$(top_builddir)/util/wmgenmenu" --man-page "$(top_srcdir)/doc/wmgenmenu.1"
97 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
98 --program "$(top_builddir)/util/wmiv" --man-page "$(top_srcdir)/doc/wmiv.1"
101 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
102 --program "$(top_builddir)/util/wmmenugen" --man-page "$(top_srcdir)/doc/wmmenugen.1"
105 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
106 --program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1"
109 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
110 --program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1"
113 $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
114 --program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1"
116 .PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
117 wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args