aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: Mention "./configure --help" now that it exists.Carl Worth2009-12-04
* Makefile: Silence compiler errors during dependency generation.Carl Worth2009-12-04
* Makefile: Inform user that they might want to call ./configure explicitly.Carl Worth2009-12-04
* configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Carl Worth2009-12-04
* Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth2009-12-04
* configure: Resolve all pkg-config flags at configure time.Carl Worth2009-12-01
* Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)Carl Worth2009-12-01
* Makefile: Switch from echo to printf for better portability.Carl Worth2009-12-01
* configure: Assimilate new getlinetest into recent configure conventions.Carl Worth2009-12-01
* Makefile: Incorporate getline implementation into the build.Carl Worth2009-12-01
* Makefile: Add new "install-bash" target for bash completion supportCarl Worth2009-12-01
* Remove Makefile.config from the repository.Carl Worth2009-12-01
* makefile: Declare clean target as phony.Jan Janak2009-11-23
* Makefile: Fix to work even with GZIP environment variable set.Carl Worth2009-11-22
* Makefile: Magic silent rules.Chris Wilson2009-11-22
* Makefile: Fix the fallback emacs install path.Carl Worth2009-11-21
* Drop redundant CFLAGS, was already included in CXXFLAGSJed Brown2009-11-21
* Makefile: Make object targets depend on MakefilesJan Janak2009-11-20
* Makefile: Hard-code emacs_lispdir if emacs pkg-config file not availableCarl Worth2009-11-20
* Makefile: Remove unused variable emacs_startdirCarl Worth2009-11-20
* Improve installation of emacs mode.Jeffrey C. Ollie2009-11-20
* Makefile: evaluate pkg-config onceChris Wilson2009-11-19
* TypsosIngmar Vanhassel2009-11-18
* Makefile: Change default install prefix from /usr to /usr/localCarl Worth2009-11-17
* Makefile: Fix dependency generation for files in sub-directories.Carl Worth2009-11-12
* Makefile: Change default flags to -O2.Carl Worth2009-11-10
* Makefile: Make the top-level Makefile a little more independent.Carl Worth2009-11-10
* Makefile: Simplify setting of CFLAGS, etc.Carl Worth2009-11-10
* Makefile: Fix dependency generation to make .d files themselves dependent.Carl Worth2009-11-10
* Implement a non-recursive make.Carl Worth2009-11-10
* Makefile: Hide away auto-generated dependency file as .depends.Carl Worth2009-11-09
* libify: Move library sources down into lib directory.Carl Worth2009-11-09
* Makefile: Fix install target to depend on the all target.Carl Worth2009-11-06
* Drop date.c file, (use identical function from GMime instead).Carl Worth2009-11-02
* Makefile: Rewrite to use NOTMUCH rather than MY in variable names.Carl Worth2009-11-02
* Add a simple manual page for notmuch.Carl Worth2009-11-02
* Makefile: Add a simple target for "make install".Carl Worth2009-10-30
* Add full-text indexing using the GMime library for parsing.Carl Worth2009-10-28
* Move terms and tags code to a new tags.cc file.Carl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Carl Worth2009-10-25
* Fix missing xapian-flags when generating dependencies.Carl Worth2009-10-25
* Drop unused variable.Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Carl Worth2009-10-25
* Add -Wwrite-strings and fix warnings.Carl Worth2009-10-25
* Re-enable the warning for unused parameters.Carl Worth2009-10-25
* Add -Wextra and fix warnings.Carl Worth2009-10-25
* Rework Makefile just a bit to enable adding flags for more compiler warningsCarl Worth2009-10-25
* Add debugging code for examining query strings.Carl Worth2009-10-24
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22