comparison Makefile.am @ 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 8524a1709821
children 1c9f8f06c1d6
comparison
equal deleted inserted replaced
1519:ada582d07ae1 1520:b5517f47b1f1
2 2
3 BIN := @BIN@ 3 BIN := @BIN@
4 LIB := @LIB@ 4 LIB := @LIB@
5 INCLUDE := @INCLUDE@ 5 INCLUDE := @INCLUDE@
6 SITELISP := @SITELISP@ 6 SITELISP := @SITELISP@
7 VERSION := @VERSION@
7 8
8 LIB_UR := $(LIB)/ur 9 LIB_UR := $(LIB)/ur
9 LIB_C := $(LIB)/c 10 LIB_C := $(LIB)/c
10 LIB_JS := $(LIB)/js 11 LIB_JS := $(LIB)/js
11 12
97 $(DESTDIR)$(INCLUDE)/urweb.h 98 $(DESTDIR)$(INCLUDE)/urweb.h
98 99
99 uninstall-local: uninstall-local-main uninstall-emacs 100 uninstall-local: uninstall-local-main uninstall-emacs
100 101
101 package: 102 package:
102 hg archive -t tgz -X tests /tmp/urweb.tgz 103 hg archive -t tgz -X tests "/tmp/urweb-$(VERSION).tgz"
103 104
104 reauto: 105 reauto:
105 -autoreconf 106 -autoreconf
106 libtoolize -cf 107 libtoolize -cf
107 automake --add-missing --force-missing --copy 108 automake --add-missing --force-missing --copy