# $Id: makefile 1107 2007-04-16 23:59:13Z rvernica $ # Copyright (C) 2007 by The Regents of the University of California # Redistribution of this file is permitted under the terms of the GNU # Public License (GPL). # Date: 03/25/2007 # Author: Rares Vernica TRUNK_PATH = ../../ SEPIA_PATH = ../ include $(SEPIA_PATH)makefile.defs all: simdist.o editvect.o jaccvect.o simvect.o simdist.o: simdist.h \ $(TRUNK_PATH)util/ed.h editvect.o: editvect.h \ $(TRUNK_PATH)util/ed.h jaccvect.o: jaccvect.h \ $(TRUNK_PATH)util/ed.h $(TRUNK_PATH)util/gram.h simvect.o: simvect.h editvect.h \ $(TRUNK_PATH)util/ed.h .PHONY: clean clean: -rm *.o *~