head	1.9;
access;
symbols;
locks; strict;
comment	@# @;


1.9
date	2005.02.04.15.17.13;	author shd;	state dead;
branches;
next	1.8;

1.8
date	2005.02.04.15.17.01;	author shd;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.04.15.04.01;	author shd;	state Exp;
branches;
next	1.6;

1.6
date	2005.02.03.13.20.55;	author shd;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.25.22.41.04;	author shd;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.25.21.40.46;	author shd;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.25.13.29.00;	author shd;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.24.17.21.49;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.24.14.39.07;	author shd;	state Exp;
branches;
next	;


desc
@@


1.9
log
@*** empty log message ***
@
text
@# Makefile for cksfv (Check SFV)

# Copyright (C) 2000 Bryan Call <bc@@fodder.org>

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

CC=		/usr/bin/gcc-2.95
PROG=		cksfv
CFLAGS=		-Wall -O2 -D_LARGEFILE64_SOURCE -I. 
SRCS=		cksfv.c print.c crc32.c readsfv.c newsfv.c

$(PROG): $(SRCS)
	$(CC) $(CFLAGS) -o $(PROG) $(SRCS) $(LDFLAGS)

clean:
	rm -f *.o *~ *.core core $(PROG)
@


1.8
log
@*** empty log message ***
@
text
@@


1.7
log
@*** empty log message ***
@
text
@d19 1
a19 1
CC=		gcc
@


1.6
log
@*** empty log message ***
@
text
@d21 1
a21 1
CFLAGS2=	-Wall -O2 -g -D_LARGEFILE64_SOURCE -I. $(CFLAGS)
d25 1
a25 1
	$(CC) $(CFLAGS2) -o $(PROG) $(SRCS) $(LDFLAGS)
@


1.5
log
@*** empty log message ***
@
text
@d19 1
d25 1
a25 1
	gcc -DVERSION=\"$(VERSION)\" $(CFLAGS2) -o $(PROG) $(SRCS) $(LDFLAGS)
@


1.4
log
@*** empty log message ***
@
text
@d20 1
a20 1
CFLAGS2=	-Wall -Werror -O2 -g -D_LARGEFILE64_SOURCE -I. $(CFLAGS)
@


1.3
log
@*** empty log message ***
@
text
@d20 1
a20 1
CFLAGS2=	-Wall -Werror -O2 -g -D_LARGEFILE64_SOURCE $(CFLAGS)
@


1.2
log
@*** empty log message ***
@
text
@d20 1
a20 1
CFLAGS2=	-Wall -Werror -O2 -g $(CFLAGS)
@


1.1
log
@*** empty log message ***
@
text
@d20 1
a20 1
CFLAGS+=	-Wall -Werror -O2 -g
d23 2
a24 5
cksfv: $(SRCS)
	gcc -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)

install: cksfv
	cp $(PROG) /usr/local/bin
@

