Mercurial > urweb
comparison Makefile.am @ 1133:482815817e99
Get rid of those pesky symlinks for autotools files
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 28 Jan 2010 10:48:49 -0500 |
parents | d4cd54a4ea06 |
children | b08b73591d2c |
comparison
equal
deleted
inserted
replaced
1132:d4cd54a4ea06 | 1133:482815817e99 |
---|---|
9 | 9 |
10 all-local: smlnj mlton | 10 all-local: smlnj mlton |
11 | 11 |
12 SUBDIRS = src/c | 12 SUBDIRS = src/c |
13 | 13 |
14 .PHONY: smlnj mlton package | 14 .PHONY: smlnj mlton package reauto |
15 | 15 |
16 smlnj: src/urweb.cm | 16 smlnj: src/urweb.cm |
17 mlton: bin/urweb | 17 mlton: bin/urweb |
18 | 18 |
19 clean-local: | 19 clean-local: |
72 ldconfig | 72 ldconfig |
73 | 73 |
74 package: | 74 package: |
75 hg archive -t tgz -X tests /tmp/urweb.tgz | 75 hg archive -t tgz -X tests /tmp/urweb.tgz |
76 | 76 |
77 reauto: | |
78 libtoolize -cf | |
79 automake --add-missing --force-missing --copy | |
80 autoreconf |