From f986eb900eaf15a3c46404f6156b24eb03fc7fbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 6 Jul 2008 11:34:13 +0200 Subject: [PATCH] add dependencies --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 194e019..b7fda71 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif all: ecparse -ecparse: GlobalSettings.o GrowingBuffer.o ED2KLink.o ReaderInput.o FileReaderInput.o CollectionReader.o Main.o +ecparse: Tag.o BlobTag.o StringTag.o GlobalSettings.o GrowingBuffer.o ED2KLink.o ReaderInput.o FileReaderInput.o CollectionReader.o Main.o $(CC) -o $@ $^ GlobalSettings.o: GlobalSettings.cpp GlobalSettings.h @@ -23,7 +23,13 @@ ReaderInput.o: ReaderInput.cpp ReaderInput.h FileReaderInput.o: FileReaderInput.cpp FileReaderInput.h ReaderInput.h -CollectionReader.o: CollectionReader.cpp ReaderInput.h ED2KLink.h GrowingBuffer.h GlobalSettings.h +Tag.o: Tag.cpp Tag.h TagType.h + +StringTag.o: StringTag.cpp StringTag.h Tag.h TagType.h + +BlobTag.o: BlobTag.cpp BlobTag.h Tag.h TagType.h + +CollectionReader.o: CollectionReader.cpp ReaderInput.h ED2KLink.h GrowingBuffer.h GlobalSettings.h Tag.h TagType.h StringTag.h BlobTag.h ED2KLink.o: ED2KLink.cpp ED2KLink.h GlobalSettings.h -- 2.7.4