Mercurial > libpst
annotate Makefile.cvs @ 177:59bd93d02feb stable-0-6-35
add archive files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Apr 2009 15:10:05 -0700 |
parents | 03fbb0269f3c |
children | 265c7a65b75b |
rev | line source |
---|---|
16 | 1 default: all |
2 | |
35 | 3 HOST=$(shell hostname) |
4 | |
16 | 5 all: |
128
7f747c8c9d02
cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
6 libtoolize --force --copy |
153
0b1766da9be8
use AM_ICONV for better portability of the library location.
Carl Byington <carl@five-ten-sg.com>
parents:
128
diff
changeset
|
7 aclocal -I m4 |
16 | 8 autoheader |
9 automake | |
10 autoconf | |
163
03fbb0269f3c
fix large file support, some sytems require config.h to be included earlier in the compilation.
Carl Byington <carl@five-ten-sg.com>
parents:
153
diff
changeset
|
11 ./configure >/dev/null |
35 | 12 rm -rf html.internal |
13 doxygen | |
14 tar cfz libpst.html.tar.gz html.internal |