Files
wmaker/WindowMaker/Defaults/Makefile.am
T

26 lines
835 B
Makefile
Raw Normal View History

pkgconf_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
1998-09-29 22:36:29 +00:00
wpexecbindir = @wprefs_bindir@
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
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
$(AM_V_GEN)sed -e "s:#extension#:@ICONEXT@:" \
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes ; \
1998-09-29 22:36:29 +00:00
chmod 644 WMWindowAttributes
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 \
> WindowMaker ; \
1998-09-29 22:36:29 +00:00
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in
$(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState ; \
1998-09-29 22:36:29 +00:00
chmod 644 WMState
WMRootMenu: ./../plmenu
$(AM_V_GEN)cp -f ./../plmenu WMRootMenu