head	1.9;
access;
symbols
	start:1.1.1.1 uadedev:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2004.04.03.11.24.11;	author shd;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

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

1.1
date	2001.12.03.23.27.59;	author shd;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.12.03.23.27.59;	author shd;	state Exp;
branches;
next	;


desc
@@


1.9
log
@*** empty log message ***
@
text
@CC = gcc
CFLAGS = -W -Wall -O2 -g

all:	dpi

clean:	
	rm -f *.o dpi mdif

dpi:	dpi.o dpiutil.o
	$(CC) $(CFLAGS) -o dpi dpi.o dpiutil.o

dpi.o:	dpi.c
	$(CC) $(CFLAGS) -c dpi.c

dpiutil.o:	dpiutil.c dpiutil.h
	$(CC) $(CFLAGS) -c dpiutil.c

mdif:	mdif.c
	$(CC) $(CFLAGS) -o mdif mdif.c
@


1.8
log
@*** empty log message ***
@
text
@d7 1
a7 1
	rm -f *.o conf dpi mdif
@


1.7
log
@*** empty log message ***
@
text
@d2 1
a2 1
CFLAGS = -W -Wall -O2
a5 3
conf:	conf.c
	$(CC) -W -Wall -o conf conf.c

d10 1
a10 1
	$(CC) $(CFLAGS) -g -o dpi dpi.o dpiutil.o
d13 1
a13 1
	$(CC) $(CFLAGS) -g -c dpi.c
d16 1
a16 1
	$(CC) $(CFLAGS) -g -c dpiutil.c
@


1.6
log
@*** empty log message ***
@
text
@d13 1
a13 1
	$(CC) $(CFLAGS) -o dpi dpi.o dpiutil.o
d16 1
a16 1
	$(CC) $(CFLAGS) -c dpi.c
d19 1
a19 1
	$(CC) $(CFLAGS) -c dpiutil.c
@


1.5
log
@*** empty log message ***
@
text
@d1 2
a2 1
OPTFLAGS = -O3
d4 1
a4 7
all:	dpi songlen

songlen:	songlen.o checksum.o md5c.o
	gcc -W -Wall -o songlen songlen.o checksum.o md5c.o

songlen.o:	songlen.c
	gcc -W -Wall -O2 -c songlen.c
d7 1
a7 1
	gcc -W -Wall -o conf conf.c
d10 1
a10 1
	rm -f *.o conf dpi treetest
d13 1
a13 1
	gcc -W -Wall -O2 -o dpi dpi.o dpiutil.o
d16 1
a16 1
	gcc -W -Wall -O2 -c dpi.c
d19 1
a19 1
	gcc -W -Wall -O2 -c dpiutil.c
d22 1
a22 16
	gcc -W -Wall -o mdif mdif.c

treetest:	treetest.o btree.o
	gcc -W -Wall -o treetest treetest.o btree.o

treetest.o:	treetest.c
	gcc -W -Wall $(OPTFLAGS) -c treetest.c -I../plugindir

btree.o:	../plugindir/btree.c ../plugindir/btree.h
	gcc -W -Wall $(OPTFLAGS) -o btree.o -c ../plugindir/btree.c

checksum.o:	../plugindir/checksum.c ../plugindir/checksum.h
	gcc -W -Wall $(OPTFLAGS) -o checksum.o -c ../plugindir/checksum.c

md5c.o:	../plugindir/md5c.c ../plugindir/md5.h
	gcc -W -Wall $(OPTFLAGS) -o md5c.o -c ../plugindir/md5c.c
@


1.4
log
@*** empty log message ***
@
text
@d3 7
a9 1
all:	dpi
d38 2
d41 2
@


1.3
log
@*** empty log message ***
@
text
@d3 2
a7 2
all:	conf dpi treetest

d11 5
a15 2
dpi:	dpi.c dpiutil.o
	gcc -W -Wall -O2 -o dpi dpi.c dpiutil.o
@


1.2
log
@*** empty log message ***
@
text
@d11 5
a15 2
dpi:	dpi.c
	gcc -W -Wall -o dpi dpi.c
@


1.1
log
@Initial revision
@
text
@d14 3
@


1.1.1.1
log
@wheeeee...
@
text
@@
