# $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 <rvernica@ics.uci.edu>

TRUNK_PATH = ../../
SEPIA_PATH = ../

include $(SEPIA_PATH)makefile.defs

all: ppdentry.o ppdpair.o ppdtable.o ppdtriple.o ppdsample.o indexentry.o \
	allrand.o closelex.o closerand.o closeunique.o

ppdentry.o: ppdentry.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(TRUNK_PATH)util/ed.h

ppdpair.o: ppdpair.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
  $(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(TRUNK_PATH)util/ed.h

ppdtable.o: ppdtable.h ppdentry.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(TRUNK_PATH)util/ed.h

ppdtriple.o: ppdtriple.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(TRUNK_PATH)util/ed.h

ppdsample.o: ppdsample.h ppdtable.h ppdentry.h ppdtriple.h \
	$(SEPIA_PATH)sample.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
  $(SEPIA_PATH)cluster/cluster.h $(SEPIA_PATH)cluster/ftable.h \
	$(SEPIA_PATH)cluster/clusters.h \
	$(TRUNK_PATH)util/ed.h

indexentry.o: indexentry.h \
	$(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(TRUNK_PATH)util/ed.h

allrand.o: allrand.h ppdsample.h ppdtable.h ppdentry.h ppdtriple.h \
  $(SEPIA_PATH)sample.h \
  $(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(SEPIA_PATH)cluster/cluster.h $(SEPIA_PATH)cluster/ftable.h \
	$(SEPIA_PATH)cluster/clusters.h \
  $(TRUNK_PATH)util/ed.h

closelex.o: closelex.h ppdsample.h ppdtable.h ppdentry.h indexentry.h ppdtriple.h \
  $(SEPIA_PATH)sample.h \
  $(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(SEPIA_PATH)cluster/cluster.h $(SEPIA_PATH)cluster/ftable.h \
	$(SEPIA_PATH)cluster/clusters.h \
  $(TRUNK_PATH)util/ed.h

closerand.o: closerand.h ppdsample.h ppdtable.h ppdentry.h indexentry.h \
	ppdtriple.h \
  $(SEPIA_PATH)sample.h \
  $(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(SEPIA_PATH)cluster/cluster.h $(SEPIA_PATH)cluster/ftable.h \
	$(SEPIA_PATH)cluster/clusters.h \
	$(TRUNK_PATH)util/ed.h

closeunique.o: closeunique.h ppdsample.h ppdtable.h ppdentry.h indexentry.h \
	ppdtriple.h \
  $(SEPIA_PATH)sample.h \
  $(SEPIA_PATH)simfunc/simdist.h $(SEPIA_PATH)simfunc/simvect.h \
	$(SEPIA_PATH)simfunc/editvect.h $(SEPIA_PATH)simfunc/jaccvect.h \
	$(SEPIA_PATH)cluster/cluster.h $(SEPIA_PATH)cluster/ftable.h \
	$(SEPIA_PATH)cluster/clusters.h \
  $(TRUNK_PATH)util/ed.h


.PHONY: clean
clean:
	-rm *.o *~