Files
wmaker/Makefile.am
T

27 lines
847 B
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
## Process this file with automake to produce Makefile.in
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
contrib
1998-09-29 22:36:29 +00:00
2000-03-30 02:52:07 +00:00
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \
1999-10-27 22:29:49 +00:00
Install acconfig.h INSTALL.pt README.pt\
1999-01-25 19:06:50 +00:00
mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
2000-03-09 18:50:26 +00:00
README.definable-cursor \
2000-03-30 23:32:36 +00:00
libwmfun-0.0.3.tar.gz
1999-01-25 19:06:50 +00:00
WindowMaker.lsm: WindowMaker.lsm.in
1999-01-25 19:06:50 +00:00
size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\
size=`echo scale=2\;$$size/1048576|bc`;\
sed -e "s/VERSION/"$(VERSION)"/" \
-e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
-e "s/SIZE/$$size M/"\
WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
#dist-hook:
# touch `find -name configure.in -print`
# touch `find -name aclocal.m4 -print`
# touch `find -name Makefile.am -print`
# touch `find -name Makefile.in -print`
# touch `find -name configure -print`