From: Pierre Habouzit Date: Thu, 17 May 2007 21:58:56 +0000 (+0200) Subject: leftover X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=6f12fb83ad1a93ca98c507325fdd70db2e36065f leftover Signed-off-by: Pierre Habouzit --- diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 9884cf3..0000000 --- a/Makefile.am +++ /dev/null @@ -1,96 +0,0 @@ -## Process this file with automake to produce Makefile.in -## Use aclocal -I m4; automake --foreign - -AUTOMAKE_OPTIONS = foreign -EXTRA_PROGRAMS = madmutt_dotlock - -if BUILD_NNTP -NNTP_SUBDIR = nntp -endif - -SUBDIRS = tools intl po \ - lib-lua lib-mime lib-lib lib-mx lib-sys lib-ui \ - imap $(NNTP_SUBDIR) - -BUILT_SOURCES = keymap_defs.h charset.gperf -DISTCLEANFILES = $(BUILT_SOURCES) - -bin_PROGRAMS = madmutt madmutt_dotlock -madmutt_SOURCES = $(BUILT_SOURCES) \ - alias.c attach.c base64.c browser.c buffy.c charset.c commands.c \ - compose.c copy.c crypt.c editmsg.c init.c keymap.c flags.c from.c \ - handler.c headers.c help.c hook.c main.c muttlib.c mutt_idna.c \ - pager.c pattern.c postpone.c recvattach.c recvcmd.c score.c send.c \ - sendlib.c send_smtp.c sort.c state.c thread.c account.c remailer.c \ - mutt_sasl.c pop.c - -madmutt_LDADD = $(top_builddir)/lib-mime/libmime.a \ - $(top_builddir)/lib-mx/libmx.a \ - $(top_builddir)/imap/libimap.a \ - $(LIBNNTP) \ - $(top_builddir)/lib-sys/libsys.a \ - $(top_builddir)/lib-ui/libui.a \ - $(top_builddir)/lib-lua/liblua.a \ - $(top_builddir)/lib-lib/liblib.a \ - $(MUTTLIBS) $(INTLLIBS) $(LIBICONV) - -madmutt_DEPENDENCIES = $(top_builddir)/lib-lib/liblib.a \ - $(top_builddir)/lib-mime/libmime.a \ - $(top_builddir)/lib-sys/libsys.a \ - $(top_builddir)/lib-ui/libui.a \ - $(top_builddir)/lib-lua/liblua.a \ - $(top_builddir)/lib-mx/libmx.a \ - \ - $(top_builddir)/imap/libimap.a \ - $(LIBNNTPDEPS) $(INTLDEPS) - -CPP=@CPP@ - -DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ - -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \ - -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\" - -INCLUDES=-I$(top_srcdir) $(GPGME_CFLAGS) -Iintl - -CPPFLAGS=@CPPFLAGS@ -I$(includedir) - -EXTRA_DIST = config.rpath COPYRIGHT GPL OPS TODO \ - configure account.h alias.h attach.h recvattach.h handler.h thread.h \ - alias.h browser.h remailer.h state.h mutt_idna.h state.h buffy.h \ - charset.h copy.h dotlock.h functions.def gen_defs recvattach.h handler.h \ - thread.h globals.h init.h keymap.h mime.h mutt.h mutt_sasl.h pager.h \ - protos.h sort.h autogen.sh remailer.h browser.h state.h README.SSL \ - depcomp mutt_idna.h send_smtp.h - -madmutt_dotlock_SOURCES = dotlock.c -madmutt_dotlock_LDADD = $(top_builddir)/lib-lib/liblib.a -madmutt_dotlock_DEPENDENCIES = $(top_builddir)/lib-lib/liblib.a - -CLEANFILES = keymap_defs.h - -ACLOCAL_AMFLAGS = -I m4 - -LDADD = @LIBINTL@ - -charset.gperf: charset.def - sh $< > $@ - -keymap_defs.h: OPS - $(srcdir)/gen_defs $^ > keymap_defs.h - -install-exec-hook: - if test -f $(DESTDIR)$(bindir)/mutt.dotlock && test -f $(DESTDIR)$(bindir)/madmutt_dotlock ; then \ - rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ - ln -sf $(DESTDIR)$(bindir)/madmutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ - fi - if test -f $(DESTDIR)$(bindir)/madmutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \ - chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/madmutt_dotlock && \ - chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/madmutt_dotlock || \ - { echo "Can't fix madmutt_dotlock's permissions!" >&2 ; } \ - fi - -include tools/cpkg2c.mk --include tools/cflags.mk - -wc: - @sloccount $(wildcard *.h *.c) $(wildcard lib-*/) imap nntp | grep 'ansic[=:]'