view Makefile.cvs @ 389:3f83feface7a

Use plain make when building from Mercurial The -C/--directory option can be used to change directory. The make command accepts multiple targets on the command-line. automake calls the default target 'all'.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents f1f9920cc7b1
children 3cbda103e0ef
line wrap: on
line source

default: all

HOST=$(shell hostname)

all:
	autopoint
	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