# Makefile for mutt # # Originally based on hexedit Makefile # # (by Vapula) PRODUCT = mutt VERSION = 1.5.12 CFLAGS += -Os -I../../lib/libncurses/include LIBS = -L../../lib/libncurses/lib -lncurses DEFS = -DHAVE_CONFIG_H INSTALL = /usr/bin/install -c # Installation directories prefix = /usr/local exec_prefix = ${prefix} mandir = ${prefix}/man bindir = ${exec_prefix}/bin all: # only execute configure if not already done [-f config.h ] || ./configure --host=arm-linux-elf --with-imap --with-pop3 --disable-iconv --enable-nls --disable-pgp --disable-mailtool --with-curses=../../lib/libncurses/ --without-regex make romfs: $(ROMFSINST) /bin/$(PRODUCT) clean: make distclean