Keyboard shortcut to raise the dock
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.am
blob553c7e96b331bfd9c2eb4be1ed07e1cba7d2e556
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
12 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
13         @-rm -f WMWindowAttributes
14         @sed -e "s:#extension#:@ICONEXT@:" \
15                 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes
16         chmod 644 WMWindowAttributes
18 WindowMaker: $(srcdir)/WindowMaker.in
19         @-rm -f WindowMaker
20         @sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
21                 > WindowMaker
22         chmod 644 WindowMaker
24 WMState: $(srcdir)/WMState.in
25         @-rm -f WMState
26         @sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState
27         chmod 644 WMState
29 WMRootMenu: $(srcdir)/../plmenu
30         -cp -f $(srcdir)/../plmenu WMRootMenu