"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/Makefile" between
imapfilter-2.7.5.tar.gz and imapfilter-2.7.6.tar.gz

About: imapfilter filters/deletes unwanted mails from IMAP servers

Makefile  (imapfilter-2.7.5):Makefile  (imapfilter-2.7.6)
skipping to change at line 37 skipping to change at line 37
LDFLAGS = $(LIBDIRS) $(MYLDFLAGS) LDFLAGS = $(LIBDIRS) $(MYLDFLAGS)
LIBS = -lm -ldl $(LIBLUA) $(LIBPCRE) $(LIBSSL) $(LIBCRYPTO) $(MYLIBS) LIBS = -lm -ldl $(LIBLUA) $(LIBPCRE) $(LIBSSL) $(LIBCRYPTO) $(MYLIBS)
MAN1 = imapfilter.1 MAN1 = imapfilter.1
MAN5 = imapfilter_config.5 MAN5 = imapfilter_config.5
LUA = common.lua set.lua regex.lua account.lua mailbox.lua message.lua \ LUA = common.lua set.lua regex.lua account.lua mailbox.lua message.lua \
options.lua auxiliary.lua options.lua auxiliary.lua
BIN = imapfilter BIN = imapfilter
OBJ = auth.o buffer.o cert.o core.o file.o imapfilter.o list.o log.o lua.o \ OBJ = buffer.o cert.o core.o file.o imapfilter.o list.o log.o lua.o \
memory.o misc.o namespace.o pcre.o regexp.o request.o response.o \ memory.o misc.o namespace.o pcre.o regexp.o request.o response.o \
session.o signal.o socket.o system.o session.o signal.o socket.o system.o
all: $(BIN) all: $(BIN)
$(BIN): $(OBJ) $(BIN): $(OBJ)
$(CC) -o $(BIN) $(LDFLAGS) $(OBJ) $(LIBS) $(CC) -o $(BIN) $(LDFLAGS) $(OBJ) $(LIBS)
$(OBJ): imapfilter.h $(OBJ): imapfilter.h
buffer.o: buffer.h buffer.o: buffer.h
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)