X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=Makefile;h=60d073435ad8537cfbf528286208e6c618d91282;hp=f565aa576257a8c84bea1f60798ee8bcd066202a;hb=HEAD;hpb=ed98647f198caeb878432a326963b43add0a735a diff --git a/Makefile b/Makefile index f565aa5..60d0734 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 HashTag.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,9 +23,17 @@ 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 -ED2KLink.o: ED2KLink.cpp ED2KLink.h GrowingBuffer.h GlobalSettings.h +StringTag.o: StringTag.cpp StringTag.h Tag.h TagType.h + +BlobTag.o: BlobTag.cpp BlobTag.h Tag.h TagType.h + +HashTag.o: HashTag.cpp HashTag.h Tag.h + +CollectionReader.o: CollectionReader.cpp ReaderInput.h ED2KLink.h GrowingBuffer.h GlobalSettings.h Tag.h TagType.h StringTag.h BlobTag.h HashTag.h + +ED2KLink.o: ED2KLink.cpp ED2KLink.h GlobalSettings.h Main.o: Main.cpp FileReaderInput.h ReaderInput.h CollectionReader.h ED2KLink.h GlobalSettings.h Version.h