X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=7b512d6b186a686492f5f9231c1b0cc7a4a6b3ab;hb=dbae77bf7318b71cfafdbc8b957ffabcbf437367;hp=9b28ac6de76243f49566f79e913962dd98f356bc;hpb=6ac1f66d2f0ccbdf4e1bea90d82dbdf866264623;p=checkmail.git diff --git a/Makefile b/Makefile index 9b28ac6..7b512d6 100644 --- a/Makefile +++ b/Makefile @@ -2,16 +2,17 @@ CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 -DVERSION=$(VERSION) -DYEAR=$(YEAR) LDFLAGS=-lncurses -VERSION=0.4 -YEAR=2006 +VERSION=0.5 +YEAR=2007 all: cm -cm: cm.o util.o rfc2047.o +cm: cm.o util.o charset.o rfc822.o -cm.o: cm.c clists.h util.h +cm.o: cm.c clists.h util.h charset.h util.o: util.c util.h -rfc2047.o: rfc2047.c util.h +charset.o: charset.c util.h charset.h rfc822.h +rfc822.o: rfc822.c util.h rfc822.h clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`