mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-05 15:55:56 +01:00
Initial revision
This commit is contained in:
25
WindowMaker/Defaults/Makefile.am
Normal file
25
WindowMaker/Defaults/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
defsdatadir = $(pkgdatadir)/Defaults
|
||||
|
||||
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
||||
|
||||
EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
|
||||
|
||||
CLEANFILES = WMWindowAttributes WindowMaker WMState
|
||||
|
||||
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
|
||||
-rm -f WMWindowAttributes
|
||||
sed -e "s:#extension#:@ICONEXT@:" \
|
||||
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
|
||||
chmod 644 WMWindowAttributes
|
||||
|
||||
WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
|
||||
-rm -f WindowMaker
|
||||
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
|
||||
chmod 644 WindowMaker
|
||||
|
||||
WMState: $(srcdir)/WMState.in ./Makefile
|
||||
-rm -f WMState
|
||||
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
|
||||
chmod 644 WMState
|
||||
|
||||
Reference in New Issue
Block a user