Revision: | 1.2 |
Committed: | Fri Sep 26 21:22:43 2003 UTC (21 years, 1 month ago) by tdb |
Branch: | MAIN |
CVS Tags: | IDAR_1_2, HEAD |
Changes since 1.1: | +3 -3 lines |
Log Message: | Update some old URL's etc. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for i-scream idar |
2 | tdb | 1.2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.1 2003/03/29 19:27:36 tdb Exp $ | ||
4 | tdb | 1.1 | |
5 | AUTOMAKE_OPTIONS = gnu | ||
6 | |||
7 | bin_PROGRAMS = idar | ||
8 | idar_SOURCES = idar.c | ||
9 | |||
10 | noinst_HEADERS = genmergesort.h | ||
11 | |||
12 | ChangeLog: | ||
13 | tdb | 1.2 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog |