added contrib/ directory, updated WPrefs and wmsetbg for smoothed
[wmaker-crm.git] / Makefile.am
blob5eecdeb988aee996757c141a4fdbc795b7f29d90
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
4         contrib
6 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL \
7         Install acconfig.h \
8         mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
9         docklib-0.2.tar.gz libwmfun-0.0.1.tar.gz 
11 WindowMaker.lsm: WindowMaker.lsm.in
12         size=`wc -c $(distdir).tar.gz|cut -d\  -f1`;\
13         size=`echo scale=2\;$$size/1048576|bc`;\
14         sed -e "s/VERSION/"$(VERSION)"/" \
15                 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
16                 -e "s/SIZE/$$size M/"\
17                 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
19 #dist-hook:
20 #       touch `find -name configure.in -print`
21 #       touch `find -name aclocal.m4 -print`
22 #       touch `find -name Makefile.am -print`
23 #       touch `find -name Makefile.in -print`
24 #       touch `find -name configure -print`