1998-09-29 22:36:29 +00:00
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
defsdatadir = $(sysconfdir)/WindowMaker
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
|
|
|
|
|
2005-04-08 11:51:06 +00:00
|
|
|
wpexecbindir = @wprefs_bindir@
|
|
|
|
|
|
2000-07-15 08:14:12 +00:00
|
|
|
EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
CLEANFILES = WMWindowAttributes WindowMaker WMState
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
|
2010-08-24 17:06:27 +02:00
|
|
|
-rm -f WMWindowAttributes
|
|
|
|
|
sed -e "s:#extension#:@ICONEXT@:" \
|
1998-09-29 22:36:29 +00:00
|
|
|
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
|
|
|
|
|
chmod 644 WMWindowAttributes
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WindowMaker: $(srcdir)/WindowMaker.in
|
2010-08-24 17:06:27 +02:00
|
|
|
-rm -f WindowMaker
|
|
|
|
|
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
|
1999-02-17 11:06:40 +00:00
|
|
|
> WindowMaker
|
1998-09-29 22:36:29 +00:00
|
|
|
chmod 644 WindowMaker
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
WMState: $(srcdir)/WMState.in
|
2010-08-24 17:06:27 +02:00
|
|
|
-rm -f WMState
|
|
|
|
|
sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState
|
1998-09-29 22:36:29 +00:00
|
|
|
chmod 644 WMState
|
|
|
|
|
|
2000-07-15 08:14:12 +00:00
|
|
|
WMRootMenu: $(srcdir)/../plmenu
|
2001-03-12 01:56:26 +00:00
|
|
|
-cp -f $(srcdir)/../plmenu WMRootMenu
|
2000-07-15 08:14:12 +00:00
|
|
|
|