remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / Makefile.am
index f34b0e2..62c888c 100644 (file)
@@ -20,12 +20,12 @@ 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 init.c keymap.c lib.c \
-       flags.c filter.c from.c handler.c hcache.c hdrline.c headers.c help.c history.c hook.c \
-       main.c mbox.c mbyte.c mh.c muttlib.c mutt_idna.c mx.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 sort.c state.c status.c \
-       thread.c url.c utf8.c wcwidth.c account.c
+       thread.c account.c
 
 madmutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ \
               -Limap -limap -Lpop -lpop $(LIBNNTP) \
@@ -61,7 +61,7 @@ CPPFLAGS=@CPPFLAGS@ -I$(includedir)
 
 EXTRA_madmutt_SOURCES = \
        account.c mutt_sasl.c dotlock.c remailer.c \
-       alias.h browser.h mbyte.h remailer.h url.h state.h \
+       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 \
@@ -69,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
 
@@ -164,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[=:]'