FileNode comparation and action building.

This commit is contained in:
2013-05-28 00:20:23 +02:00
parent 8b907953ce
commit f96c61820d
8 changed files with 307 additions and 37 deletions

View File

@@ -9,7 +9,8 @@ OBJS_BASE = \
$(BUILDDIR)/util.o \
$(BUILDDIR)/crc.o \
$(BUILDDIR)/fileutil.o \
$(BUILDDIR)/filenode.o
$(BUILDDIR)/filenode.o \
$(BUILDDIR)/filenodecmp.o
OBJS_APP = \
$(OBJS_BASE) \
$(BUILDDIR)/main.o
@@ -49,6 +50,8 @@ $(BUILDDIR)/fileutil.o: fileutil.c $(HEADS)
$(BUILDDIR)/filenode.o: filenode.c $(HEADS)
$(DO_CC)
$(BUILDDIR)/filenodecmp.o: filenodecmp.c $(HEADS)
$(DO_CC)
$(BUILDDIR)/main.o: main.c $(HEADS)