1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
6 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \
7 Install acconfig.h INSTALL.pt README.pt\
8 mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
9 README.definable-cursor \
12 WindowMaker.lsm: WindowMaker.lsm.in
13 size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\
14 size=`echo scale=2\;$$size/1048576|bc`;\
15 sed -e "s/VERSION/"$(VERSION)"/" \
16 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
17 -e "s/SIZE/$$size M/"\
18 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
21 # touch `find -name configure.in -print`
22 # touch `find -name aclocal.m4 -print`
23 # touch `find -name Makefile.am -print`
24 # touch `find -name Makefile.in -print`
25 # touch `find -name configure -print`