view Makefile.cvs @ 394:3cbda103e0ef

changes to build on centos 6
author Carl Byington <carl@five-ten-sg.com>
date Sun, 12 Jan 2020 11:33:45 -0800
parents f1f9920cc7b1
children
line wrap: on
line source

default: all

HOST=$(shell hostname)

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