annotate Makefile.cvs @ 79:831d0b46bbd2 stable-1-0-18

add more logging when blocked addresses move to higher scale values
author Carl Byington <carl@five-ten-sg.com>
date Wed, 15 Jul 2020 14:22:37 -0700
parents a20b31625b44
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
551433a01cab initial coding
carl
parents:
diff changeset
1 default: all
551433a01cab initial coding
carl
parents:
diff changeset
2
551433a01cab initial coding
carl
parents:
diff changeset
3 all:
55
d237bc6331ad autoconf cleanup from libpst changes
Carl Byington <carl@five-ten-sg.com>
parents: 44
diff changeset
4 libtoolize --force --copy
44
9e9f09cf411c Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents: 1
diff changeset
5 aclocal -I m4
1
551433a01cab initial coding
carl
parents:
diff changeset
6 autoheader
60
a20b31625b44 need --add-missing for newer systems
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
7 automake --add-missing
1
551433a01cab initial coding
carl
parents:
diff changeset
8 autoconf
551433a01cab initial coding
carl
parents:
diff changeset
9