view Makefile.cvs @ 302:507a42e3c48e stable-0-6-54

allow automake to add missing files
author Carl Byington <carl@five-ten-sg.com>
date Sat, 24 Dec 2011 15:01:58 -0800
parents 61be2c04d6ab
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