Mercurial > urweb
comparison Makefile.in @ 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 |
---|---|
700 ps ps-am tags tags-recursive uninstall uninstall-am | 700 ps ps-am tags tags-recursive uninstall uninstall-am |
701 | 701 |
702 | 702 |
703 all-local: smlnj mlton | 703 all-local: smlnj mlton |
704 | 704 |
705 .PHONY: smlnj mlton package | 705 .PHONY: smlnj mlton package reauto |
706 | 706 |
707 smlnj: src/urweb.cm | 707 smlnj: src/urweb.cm |
708 mlton: bin/urweb | 708 mlton: bin/urweb |
709 | 709 |
710 clean-local: | 710 clean-local: |
761 ldconfig | 761 ldconfig |
762 | 762 |
763 package: | 763 package: |
764 hg archive -t tgz -X tests /tmp/urweb.tgz | 764 hg archive -t tgz -X tests /tmp/urweb.tgz |
765 | 765 |
766 reauto: | |
767 libtoolize -cf | |
768 automake --add-missing --force-missing --copy | |
769 autoreconf | |
770 | |
766 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 771 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
767 # Otherwise a system limit (for SysV at least) may be exceeded. | 772 # Otherwise a system limit (for SysV at least) may be exceeded. |
768 .NOEXPORT: | 773 .NOEXPORT: |