1998-09-29 22:36:29 +00:00
|
|
|
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
|
|
|
|
|
2005-04-08 11:51:06 +00:00
|
|
|
wpexecbindir = @wprefs_bindir@
|
|
|
|
|
|
2000-07-15 08:14:12 +00:00
|
|
|
EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
|
1998-09-29 22:36:29 +00:00
|
|
|
|
2011-12-18 20:49:01 +01:00
|
|
|
CLEANFILES = WMWindowAttributes WindowMaker WMState WMRootMenu
|
1998-09-29 22:36:29 +00:00
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
|
2014-12-07 17:10:17 +01:00
|
|
|
$(AM_V_GEN)sed -e "s:#extension#:@ICONEXT@:" \
|
|
|
|
|
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes ; \
|
1998-09-29 22:36:29 +00:00
|
|
|
chmod 644 WMWindowAttributes
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WindowMaker: $(srcdir)/WindowMaker.in
|
2017-03-22 01:29:38 -04:00
|
|
|
$(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" \
|
|
|
|
|
-e "s:#pixmapdir#:$(pixmapdir):" $(srcdir)/WindowMaker.in \
|
2014-12-07 17:10:17 +01:00
|
|
|
> WindowMaker ; \
|
1998-09-29 22:36:29 +00:00
|
|
|
chmod 644 WindowMaker
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WMState: $(srcdir)/WMState.in
|
2014-12-07 17:10:17 +01:00
|
|
|
$(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState ; \
|
1998-09-29 22:36:29 +00:00
|
|
|
chmod 644 WMState
|
|
|
|
|
|
2017-01-28 23:07:11 -05:00
|
|
|
WMRootMenu: ./../plmenu
|
|
|
|
|
$(AM_V_GEN)cp -f ./../plmenu WMRootMenu
|