summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: define PREFIX same as in sub-Makefiles to install "doc" to ↵Jim Klimov2021-03-281-0/+1
| | | | reasonable path
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-301-0/+35
|
* Removing old makefiles.Michael D. Stemle, Jr2018-10-011-34/+0
|
* OSX autoselection in primary MakefileWolfgang Hommel2014-02-131-10/+13
|
* separate the testing step from the build stepDaniel Kahn Gillmor2013-06-111-1/+0
| | | | | | There are circumstances where you just want to repeat the build without running the tests. keeping the "test" target distinct from the "all" target makes it possible to do that cleanly.
* allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor2013-06-111-1/+1
| | | | | | | | | for example, now you can do: make PREFIX=/usr without any modification to the Makefile and have it behave as intended.
* Initialize INSTALL as suggested by Lukas FleischerWolfgang Hommel2012-02-051-0/+2
|
* Restructure meta filesLukas Fleischer2011-07-151-2/+6
| | | | | | | | | | | | | | * Move "COPYING" and "Changelog" from "meta/" to the top-level source directory. No need to have a separate directory for two small text files. Also, it's common practice to put these there. * Makefile: Merge "meta/Makefile". * Rename "Changelog" to "NEWS". The file containing a summary of changes between two releases in generally called "NEWS". The name "ChangeLog" should only be used for a detailed log of every commit. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Use a separate Makefile for meta files.Lukas Fleischer2011-05-101-0/+2
| | | | | | | | * Create separate "install" and "uninstall" targets for meta files. * Add meta file targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Use a separate Makefile for man pages.Lukas Fleischer2011-05-101-0/+2
| | | | | | | | * Create separate "install" and "uninstall" targets for man pages. * Add man page targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
* Add shortcut Makefile.Lukas Fleischer2011-05-101-0/+22
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>