bincimap

Log | Files | Refs | LICENSE

Makefile.am (2914B)


      1 # This program is free software; you can redistribute it and/or modify
      2 # it under the terms of the GNU General Public License as published by
      3 # the Free Software Foundation; either version 2 of the License, or
      4 # (at your option) any later version.
      5 
      6 # You should have received a copy of the GNU General Public License
      7 # along with this program; if not, write to the Free Software
      8 # Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307,
      9 # USA.
     10 
     11 #--------------------------------------------------------------------------
     12 bin_PROGRAMS = bincimapd bincimap-up
     13 
     14 #--------------------------------------------------------------------------
     15 bincimapd_SOURCES = address.cc address.h argparser.cc argparser.h authenticate.cc base64.cc base64.h bincimapd.cc broker.cc broker.h convert.cc convert.h depot.h depot.cc imapparser.cc imapparser.h io.cc io.h mailbox.cc mailbox.h maildir.cc maildir-close.cc maildir-create.cc maildir-delete.cc maildir-expunge.cc maildir.h maildir-readcache.cc maildir-scan.cc maildir-scanfilesnames.cc maildir-select.cc maildir-updateflags.cc maildir-writecache.cc message.h maildirmessage.cc maildirmessage.h mime.cc mime-getpart.cc mime.h mime-parsefull.cc mime-parseonlyheader.cc mime-printbody.cc mime-printdoc.cc mime-printheader.cc mime-utils.h operators.h operator-authenticate.cc operator-capability.cc operator-noop.cc operator-noop-pending.cc operator-login.cc operator-logout.cc operators.h operator-append.cc operator-examine.cc operator-select.cc operator-create.cc operator-delete.cc operator-list.cc operator-lsub.cc operator-rename.cc operator-status.cc operator-subscribe.cc operator-unsubscribe.cc operators.h operator-check.cc operator-close.cc operator-copy.cc operator-expunge.cc operator-fetch.cc operator-search.cc operator-store.cc pendingupdates.cc pendingupdates.h recursivedescent.cc recursivedescent.h regmatch.cc regmatch.h session.h session.cc session-initialize-bincimapd.cc status.cc status.h storage.cc storage.h tools.cc tools.h
     16 
     17 #--------------------------------------------------------------------------
     18 bincimap_up_SOURCES = argparser.cc argparser.h authenticate.cc authenticate.h base64.cc base64.h bincimap-up.cc broker.cc broker.h convert.cc convert.h greeting.cc imapparser.cc imapparser.h io.cc io.h io-ssl.cc io-ssl.h operators.h operator-authenticate.cc operator-capability.cc operator-noop.cc operator-login.cc operator-logout.cc operator-starttls.cc recursivedescent.cc recursivedescent.h session.h session.cc session-initialize-bincimap-up.cc status.cc status.h storage.cc storage.h tools.cc tools.h
     19 
     20 #--------------------------------------------------------------------------
     21 bincimap_up_LDADD = @LIBSSL@ @LIBDL@
     22 
     23 #--------------------------------------------------------------------------
     24 bincimapd_LDFLAGS = @STATIC@ -DBINCIMAPD
     25 
     26 #--------------------------------------------------------------------------
     27 bincimap_up_LDFLAGS = @STATIC@