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 \
7 mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
8 docklib-0.2.tar.gz libwmfun-0.0.1.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
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`