comparison Makefile.in @ 1520:b5517f47b1f1

Tracking and printing of version numbers (based on a patch by Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Tue, 02 Aug 2011 13:33:38 -0400
parents 969b90b1f2f9
children 52fbd8534ef3
comparison
equal deleted inserted replaced
1519:ada582d07ae1 1520:b5517f47b1f1
177 SET_MAKE = @SET_MAKE@ 177 SET_MAKE = @SET_MAKE@
178 SHELL = @SHELL@ 178 SHELL = @SHELL@
179 SITELISP := @SITELISP@ 179 SITELISP := @SITELISP@
180 SQHEADER = @SQHEADER@ 180 SQHEADER = @SQHEADER@
181 STRIP = @STRIP@ 181 STRIP = @STRIP@
182 VERSION = @VERSION@ 182 VERSION := @VERSION@
183 abs_builddir = @abs_builddir@ 183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@ 184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@ 185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@ 186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_AR = @ac_ct_AR@ 187 ac_ct_AR = @ac_ct_AR@
816 $(DESTDIR)$(INCLUDE)/urweb.h 816 $(DESTDIR)$(INCLUDE)/urweb.h
817 817
818 uninstall-local: uninstall-local-main uninstall-emacs 818 uninstall-local: uninstall-local-main uninstall-emacs
819 819
820 package: 820 package:
821 hg archive -t tgz -X tests /tmp/urweb.tgz 821 hg archive -t tgz -X tests "/tmp/urweb-$(VERSION).tgz"
822 822
823 reauto: 823 reauto:
824 -autoreconf 824 -autoreconf
825 libtoolize -cf 825 libtoolize -cf
826 automake --add-missing --force-missing --copy 826 automake --add-missing --force-missing --copy