view Makefile.cvs @ 315:3e6cdd543857

date sent property is fixed size, so the value is stored directly in the property stream
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Jun 2010 19:09:29 -0700
parents 97c53c6868ab
children f1f9920cc7b1
line wrap: on
line source

default: all

HOST=$(shell hostname)

all:
	libtoolize --force --copy
	aclocal -I m4
	autoheader
	automake --add-missing
	autoconf
	./configure >/dev/null
	rm -rf html.internal
	doxygen
	tar cfz libpst.html.tar.gz html.internal