added WMGetLabelFont()
[wmaker-crm.git] / Makefile.am
blob03daf9dbcae49ae3d2fb2158fb951bb3e015eb3e
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.WTFPL \
7         Install acconfig.h INSTALL.pt README.pt\
8         mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
9         README.definable-cursor
10 #       libwmfun-0.0.3.tar.gz
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
20 #dist-hook:
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`