- Fixed switch panel default value in defaults.c
[wmaker-crm.git] / WindowMaker / Defaults / Makefile.am
blobe5e057fc0dbf9b7acc42704957aa7eeb8d7bfee2
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