2 defsdatadir = $(sysconfdir)/WindowMaker
4 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
6 wpexecbindir = @wprefs_bindir@
8 EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
10 CLEANFILES = WMWindowAttributes WindowMaker WMState WMRootMenu
12 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
13 $(AM_V_GEN)sed -e "s:#extension#:@ICONEXT@:" \
14 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes ; \
15 chmod 644 WMWindowAttributes
17 WindowMaker: $(srcdir)/WindowMaker.in
18 $(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
22 WMState: $(srcdir)/WMState.in
23 $(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState ; \
26 WMRootMenu: $(srcdir)/../plmenu
27 $(AM_V_GEN)cp -f $(srcdir)/../plmenu WMRootMenu