summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-03-31Move bulk of rules from Makefile to Makefile.local.Carl Worth
2010-03-31Build and link against notmuch shared library, install notmuch.hBen Gamari
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-03-10Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Carl Worth
2010-03-10Makefile: Simplify the conditional message of the all target.Carl Worth
2010-03-09Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth
2010-03-09Makefile: Rename all_deps to global_depsCarl Worth
2010-03-09emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner
2010-01-14Install zsh completion filemartin f. krafft
2009-12-04Makefile: Mention "./configure --help" now that it exists.Carl Worth
2009-12-04Makefile: Silence compiler errors during dependency generation.Carl Worth
2009-12-04Makefile: Inform user that they might want to call ./configure explicitly.Carl Worth
2009-12-04configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Carl Worth
2009-12-04Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth
2009-12-01configure: Resolve all pkg-config flags at configure time.Carl Worth
2009-12-01Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)Carl Worth
2009-12-01Makefile: Switch from echo to printf for better portability.Carl Worth
2009-12-01configure: Assimilate new getlinetest into recent configure conventions.Carl Worth
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-12-01Makefile: Add new "install-bash" target for bash completion supportCarl Worth
2009-12-01Remove Makefile.config from the repository.Carl Worth
2009-11-23makefile: Declare clean target as phony.Jan Janak
2009-11-22Makefile: Fix to work even with GZIP environment variable set.Carl Worth
2009-11-22Makefile: Magic silent rules.Chris Wilson
2009-11-21Makefile: Fix the fallback emacs install path.Carl Worth
2009-11-21Drop redundant CFLAGS, was already included in CXXFLAGSJed Brown
2009-11-20Makefile: Make object targets depend on MakefilesJan Janak
2009-11-20Makefile: Hard-code emacs_lispdir if emacs pkg-config file not availableCarl Worth
2009-11-20Makefile: Remove unused variable emacs_startdirCarl Worth
2009-11-20Improve installation of emacs mode.Jeffrey C. Ollie
2009-11-19Makefile: evaluate pkg-config onceChris Wilson
2009-11-18TypsosIngmar Vanhassel
2009-11-17Makefile: Change default install prefix from /usr to /usr/localCarl Worth
2009-11-12Makefile: Fix dependency generation for files in sub-directories.Carl Worth
2009-11-10Makefile: Change default flags to -O2.Carl Worth
2009-11-10Makefile: Make the top-level Makefile a little more independent.Carl Worth
2009-11-10Makefile: Simplify setting of CFLAGS, etc.Carl Worth
2009-11-10Makefile: Fix dependency generation to make .d files themselves dependent.Carl Worth
2009-11-10Implement a non-recursive make.Carl Worth
2009-11-09Makefile: Hide away auto-generated dependency file as .depends.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth
2009-11-06Makefile: Fix install target to depend on the all target.Carl Worth
2009-11-02Drop date.c file, (use identical function from GMime instead).Carl Worth
2009-11-02Makefile: Rewrite to use NOTMUCH rather than MY in variable names.Carl Worth
2009-11-02Add a simple manual page for notmuch.Carl Worth
2009-10-30Makefile: Add a simple target for "make install".Carl Worth
2009-10-28Add full-text indexing using the GMime library for parsing.Carl Worth
2009-10-26Move terms and tags code to a new tags.cc file.Carl Worth
2009-10-25Add an initial implementation of a notmuch_thread_t object.Carl Worth
2009-10-25Fix missing xapian-flags when generating dependencies.Carl Worth