X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=Makefile.am;h=62c888cea87ba486b7a51a9e3a892366e081e16a;hp=6e18b90f265acb479604a1f35130302a41e2f1ab;hb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1;hpb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a diff --git a/Makefile.am b/Makefile.am index 6e18b90..62c888c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,16 +18,14 @@ BUILT_SOURCES = keymap_defs.h version.h bin_PROGRAMS = madmutt madmutt_dotlock pgpringng pgpewrapng smime_keysng madmutt_SOURCES = $(BUILT_SOURCES) \ alias.c attach.c base64.c browser.c buffy.c \ - charset.c compress.c commands.c complete.c \ - compose.c copy.c editmsg.c \ - flags.c filter.c from.c getdomain.c \ - handler.c hcache.c hdrline.c headers.c help.c history.c hook.c \ - init.c keymap.c lib.c \ - main.c mbox.c mbyte.c mh.c muttlib.c mutt_idna.c mx.c \ + charset.c compress.c commands.c complete.c \ + compose.c copy.c editmsg.c init.c keymap.c lib.c \ + flags.c filter.c from.c handler.c hcache.c hdrline.c headers.c help.c hook.c \ + main.c mbox.c mh.c muttlib.c mutt_idna.c mx.c \ pager.c pattern.c postpone.c query.c \ recvattach.c recvcmd.c rfc1524.c rfc3676.c \ - score.c send.c sendlib.c sidebar.c signal.c sort.c state.c status.c system.c \ - thread.c url.c utf8.c wcwidth.c account.c + score.c send.c sendlib.c sidebar.c sort.c state.c status.c \ + thread.c account.c madmutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ \ -Limap -limap -Lpop -lpop $(LIBNNTP) \ @@ -62,8 +60,8 @@ INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) $(NNTP_INCLUDES) $(GPGME_CFLAGS) - CPPFLAGS=@CPPFLAGS@ -I$(includedir) EXTRA_madmutt_SOURCES = \ - account.c mutt_sasl.c resize.c dotlock.c remailer.c \ - alias.h browser.h mbyte.h remailer.h url.h state.h \ + account.c mutt_sasl.c dotlock.c remailer.c \ + alias.h browser.h remailer.h state.h \ mutt_idna.h mutt_libesmtp.c sidebar.h state.h EXTRA_DIST = config.rpath COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \ @@ -71,11 +69,11 @@ EXTRA_DIST = config.rpath COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \ buffy.h charset.h compress.h copy.h \ dotlock.h functions.def gen_defs \ recvattach.h handler.h thread.h \ - globals.h history.h init.h keymap.h mutt_crypt.h \ + globals.h init.h keymap.h mutt_crypt.h \ mime.h mutt.h mutt_sasl.h mbox.h mh.h mx.h pager.h protos.h rfc1524.h \ rfc3676.h sort.h mime.types autogen.sh \ OPS.MIX remailer.c remailer.h browser.h state.h \ - mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h madmuttrc.head madmuttrc \ + lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h madmuttrc.head madmuttrc \ makedoc.c stamp-doc-rc README.SSL smime.h\ depcomp mutt_idna.h mutt_libesmtp.h @@ -166,3 +164,6 @@ stamp-doc-rc: $(srcdir)/init.h makedoc madmuttrc.head -include cflags.mk + +wc: + @sloccount $(wildcard *.h *.c) $(wildcard lib-*/) lib imap nntp pop | grep 'ansic[=:]'