aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* build-system: update for split man pagesDavid Bremner2011-12-31
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner2011-10-30
* build: Save configure options and re-use them for automatic runs of configureCarl Worth2011-03-10
* build: Fix a plain "make" to automatically run configure.Carl Worth2011-03-10
* build: Add support for non-source-directory builds.Carl Worth2011-03-09
* test: Fix test suite to integrate with our non-recursive Makefile system.Carl Worth2010-09-17
* Makefile: Move include of Makefile.config up from Makefile.localCarl Worth2010-04-14
* Fix up Makefile for build.Aaron Ecay2010-04-14
* Makefile: Move the completion-specific commands to completion/Makefile.localCarl Worth2010-04-06
* Move bulk of rules from Makefile to Makefile.local.Carl Worth2010-03-31
* Build and link against notmuch shared library, install notmuch.hBen Gamari2010-03-31
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth2010-03-10
* Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Carl Worth2010-03-10
* Makefile: Simplify the conditional message of the all target.Carl Worth2010-03-10
* Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth2010-03-09
* Makefile: Rename all_deps to global_depsCarl Worth2010-03-09
* emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner2010-03-09
* Install zsh completion filemartin f. krafft2010-01-14
* 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