Mercurial > libpst
comparison Makefile.cvs @ 153:0b1766da9be8
use AM_ICONV for better portability of the library location.
structure renaming to be more specific.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 12 Mar 2009 15:17:32 -0700 |
parents | 7f747c8c9d02 |
children | 03fbb0269f3c |
comparison
equal
deleted
inserted
replaced
152:edebaf0e87d2 | 153:0b1766da9be8 |
---|---|
2 | 2 |
3 HOST=$(shell hostname) | 3 HOST=$(shell hostname) |
4 | 4 |
5 all: | 5 all: |
6 libtoolize --force --copy | 6 libtoolize --force --copy |
7 aclocal | 7 aclocal -I m4 |
8 autoheader | 8 autoheader |
9 automake | 9 automake |
10 autoconf | 10 autoconf |
11 rm -rf html.internal | 11 rm -rf html.internal |
12 doxygen | 12 doxygen |