annotate Makefile.cvs @ 100:1e4a7610d525

fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
author Carl Byington <carl@five-ten-sg.com>
date Thu, 02 Oct 2008 15:29:36 -0700
parents b2f247463b83
children 7f747c8c9d02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 default: all
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
3 HOST=$(shell hostname)
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 all:
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
6 aclocal
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
7 autoheader
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
8 automake
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
9 autoconf
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
10 rm -rf html.internal
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
11 doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
12 tar cfz libpst.html.tar.gz html.internal