Files
wmaker/WindowMaker/Defaults/Makefile.am
T

32 lines
861 B
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
defsdatadir = $(sysconfdir)/WindowMaker
1998-09-29 22:36:29 +00:00
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
wpexecbindir = @wprefs_bindir@
EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
1998-09-29 22:36:29 +00:00
CLEANFILES = WMWindowAttributes WindowMaker WMState
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
2008-11-05 02:09:10 +01:00
@-rm -f WMWindowAttributes
@sed -e "s:#extension#:@ICONEXT@:" \
1998-09-29 22:36:29 +00:00
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
chmod 644 WMWindowAttributes
WindowMaker: $(srcdir)/WindowMaker.in
2008-11-05 02:09:10 +01:00
@-rm -f WindowMaker
@sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
> WindowMaker
1998-09-29 22:36:29 +00:00
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in
2008-11-05 02:09:10 +01: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
WMRootMenu: $(srcdir)/../plmenu
-cp -f $(srcdir)/../plmenu WMRootMenu