Revision: | 1.1 |
Committed: | Sat Mar 29 19:27:36 2003 UTC (21 years, 8 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | IDAR_1_1, IDAR_1_0 |
Log Message: | Initial stab at the autoconf/automake stuff for idar. Not sure it's perfect, I've done a lot of this sort of stuff today ;) |
# | Content |
---|---|
1 | # Makefile for i-scream idar |
2 | # http://www.i-scream.org.uk/ |
3 | # $Id$ |
4 | |
5 | AUTOMAKE_OPTIONS = gnu |
6 | |
7 | bin_PROGRAMS = idar |
8 | idar_SOURCES = idar.c |
9 | |
10 | noinst_HEADERS = genmergesort.h |
11 | |
12 | ChangeLog: |
13 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog |