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


1.1
date	2002.01.09.21.54.49;	author mld;	state Exp;
branches;
next	;


desc
@@


1.1
log
@*** empty log message ***
@
text
@
all:	uadetect

clean:	
	rm -f *.o uadetect

uadetect:	uadetect.o scanfile.o amifilemagic.o
	gcc -Wall -I. uadetect.o scanfile.o amifilemagic.o -o uadetect

uadetect.o: uadetect.c ./deli.h

scanfile.o: scanfile.c ./deli.h

amifilemagic.o: ../../plugindir/amifilemagic.c ./deli.h
	gcc -Wall -I. -c ../../plugindir/amifilemagic.c
@
