- enabled the use of SHAPE extension in the color panel. without it the
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.am
blob5692f30e7a7dc614503d25ade64f3fa408fd828d
2 defsdatadir = $(sysconfdir)/WindowMaker
4 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
6 EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
8 CLEANFILES = WMWindowAttributes WindowMaker WMState
10 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
11         -rm -f WMWindowAttributes
12         sed -e "s:#extension#:@ICONEXT@:" \
13                 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes
14         chmod 644 WMWindowAttributes
16 WindowMaker: $(srcdir)/WindowMaker.in
17         -rm -f WindowMaker
18         sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
19                 > WindowMaker
20         chmod 644 WindowMaker
22 WMState: $(srcdir)/WMState.in
23         -rm -f WMState
24         sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
25         chmod 644 WMState
27 WMRootMenu: $(srcdir)/../plmenu
28         -cp -f $(srcdir)/../plmenu WMRootMenu