Initial revision
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.am
blobb8fef1857e177d350885a280529e92de89d6e380
2 defsdatadir = $(pkgdatadir)/Defaults
4 defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
6 EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
8 CLEANFILES = WMWindowAttributes WindowMaker WMState
10 WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
11         -rm -f WMWindowAttributes
12         sed -e "s:#extension#:@ICONEXT@:" \
13                 $(srcdir)/WMWindowAttributes.in > WMWindowAttributes
14         chmod 644 WMWindowAttributes
16 WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
17         -rm -f WindowMaker
18         sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
19         chmod 644 WindowMaker
21 WMState: $(srcdir)/WMState.in ./Makefile
22         -rm -f WMState
23         sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
24         chmod 644 WMState