0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
[wmaker-crm.git] / Makefile.am
blob01b775ebdb2627b6a51a1823d898763788b17bde
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc
5 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL \
6         Install acconfig.h\
7         mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
8         docklib-0.2.tar.gz
10 WindowMaker.lsm: WindowMaker.lsm.in
11         size=`wc -c $(distdir).tar.gz|cut -d\  -f1`;\
12         size=`echo scale=2\;$$size/1048576|bc`;\
13         sed -e "s/VERSION/"$(VERSION)"/" \
14                 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
15                 -e "s/SIZE/$$size M/"\
16                 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
18 dist-hook:
19         touch `find -name configure.in -print`
20         touch `find -name aclocal.m4 -print`
21         touch `find -name Makefile.am -print`
22         touch `find -name Makefile.in -print`
23         touch `find -name configure -print`