aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* build-system: update for split man pagesGravatar David Bremner2011-12-31
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.Gravatar David Bremner2011-10-30
* build: Save configure options and re-use them for automatic runs of configureGravatar Carl Worth2011-03-10
* build: Fix a plain "make" to automatically run configure.Gravatar Carl Worth2011-03-10
* build: Add support for non-source-directory builds.Gravatar Carl Worth2011-03-09
* test: Fix test suite to integrate with our non-recursive Makefile system.Gravatar Carl Worth2010-09-17
* Makefile: Move include of Makefile.config up from Makefile.localGravatar Carl Worth2010-04-14
* Fix up Makefile for build.Gravatar Aaron Ecay2010-04-14
* Makefile: Move the completion-specific commands to completion/Makefile.localGravatar Carl Worth2010-04-06
* Move bulk of rules from Makefile to Makefile.local.Gravatar Carl Worth2010-03-31
* Build and link against notmuch shared library, install notmuch.hGravatar Ben Gamari2010-03-31
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Gravatar Carl Worth2010-03-10
* Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Gravatar Carl Worth2010-03-10
* Makefile: Simplify the conditional message of the all target.Gravatar Carl Worth2010-03-10
* Makefile: Add a meesage after "make" telling the user to run "make install"Gravatar Carl Worth2010-03-09
* Makefile: Rename all_deps to global_depsGravatar Carl Worth2010-03-09
* emacs: Move emacs UI (currently just one file) to subdirectory.Gravatar David Bremner2010-03-09
* Install zsh completion fileGravatar martin f. krafft2010-01-14
* Makefile: Mention "./configure --help" now that it exists.Gravatar Carl Worth2009-12-04
* Makefile: Silence compiler errors during dependency generation.Gravatar Carl Worth2009-12-04
* Makefile: Inform user that they might want to call ./configure explicitly.Gravatar Carl Worth2009-12-04
* configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Gravatar Carl Worth2009-12-04
* Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Gravatar Carl Worth2009-12-04
* configure: Resolve all pkg-config flags at configure time.Gravatar Carl Worth2009-12-01
* Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)Gravatar Carl Worth2009-12-01
* Makefile: Switch from echo to printf for better portability.Gravatar Carl Worth2009-12-01
* configure: Assimilate new getlinetest into recent configure conventions.Gravatar Carl Worth2009-12-01
* Makefile: Incorporate getline implementation into the build.Gravatar Carl Worth2009-12-01
* Makefile: Add new "install-bash" target for bash completion supportGravatar Carl Worth2009-12-01
* Remove Makefile.config from the repository.Gravatar Carl Worth2009-12-01
* makefile: Declare clean target as phony.Gravatar Jan Janak2009-11-23
* Makefile: Fix to work even with GZIP environment variable set.Gravatar Carl Worth2009-11-22
* Makefile: Magic silent rules.Gravatar Chris Wilson2009-11-22
* Makefile: Fix the fallback emacs install path.Gravatar Carl Worth2009-11-21
* Drop redundant CFLAGS, was already included in CXXFLAGSGravatar Jed Brown2009-11-21
* Makefile: Make object targets depend on MakefilesGravatar Jan Janak2009-11-20
* Makefile: Hard-code emacs_lispdir if emacs pkg-config file not availableGravatar Carl Worth2009-11-20
* Makefile: Remove unused variable emacs_startdirGravatar Carl Worth2009-11-20
* Improve installation of emacs mode.Gravatar Jeffrey C. Ollie2009-11-20
* Makefile: evaluate pkg-config onceGravatar Chris Wilson2009-11-19
* TypsosGravatar Ingmar Vanhassel2009-11-18
* Makefile: Change default install prefix from /usr to /usr/localGravatar Carl Worth2009-11-17
* Makefile: Fix dependency generation for files in sub-directories.Gravatar Carl Worth2009-11-12
* Makefile: Change default flags to -O2.Gravatar Carl Worth2009-11-10
* Makefile: Make the top-level Makefile a little more independent.Gravatar Carl Worth2009-11-10
* Makefile: Simplify setting of CFLAGS, etc.Gravatar Carl Worth2009-11-10
* Makefile: Fix dependency generation to make .d files themselves dependent.Gravatar Carl Worth2009-11-10
* Implement a non-recursive make.Gravatar Carl Worth2009-11-10
* Makefile: Hide away auto-generated dependency file as .depends.Gravatar Carl Worth2009-11-09
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09