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