head	1.3;
access;
symbols;
locks
	lisiecki:1.3; strict;
comment	@# @;


1.3
date	2004.07.12.15.26.16;	author lisiecki;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.12.15.17.10;	author lisiecki;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.06.18.29.27;	author lisiecki;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update version
@
text
@all: match

%: %.o
	c++ $^ -o $@@ $(LDFLAGS)

.cc.o:
#	c++ -c $< -o $@@ -Wall -g $(CFLAGS)
	c++ -O4 -c $< -o $@@ -Wall -g $(CFLAGS)

match: match.o config.o
match.o: match.cc config.hh series.hh
config.o: config.cc config.hh

clean: 
	rm -f *.o match *~ match.exe match.log *.new xmatch score_matrix

tar:
	tar -cz -C ../.. -f ../match-2.0.1.tgz -T ../manifest



@


1.2
log
@update tar command to use manifest
@
text
@d18 1
a18 1
	tar -cz -C ../.. -f ../match-2.0.tgz -T ../manifest
@


1.1
log
@Initial revision
@
text
@d18 3
a20 3
	mkdir match-2.0 
	cp match.cc config.cc config.hh series.hh Makefile match-2.0
	tar -cz -f match-2.0.tgz match-2.0
a21 2
# *.cc *.hh *.m *.conf *.dat Makefile \
#	    method.html method.txt *.pdf README.txt gpl.txt 
@
