aboutsummaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2013-12-17Set default installation pathsEelco Dolstra
2013-12-16make dryclean: Sort namesEelco Dolstra
2013-12-16No longer interpret $(..._SOURCES) relative to $(..._DIR)Eelco Dolstra
2013-12-12Don't include all *.dep filesEelco Dolstra
2013-12-12Add 'make help'Eelco Dolstra
2013-12-12Get rid of whitespace in $(d)Eelco Dolstra
2013-12-12Handle *.cpp extensionEelco Dolstra
2013-12-12Only provide 'make dist' if PACKAGE_NAME is setEelco Dolstra
2013-12-12dryclean: Show what actual files would be deletedEelco Dolstra
2013-12-10Initial commit (imported from the Nix repo)Eelco Dolstra
2013-12-04Add missing fileEelco Dolstra
2013-11-25Add support for ‘make installcheck’Eelco Dolstra
2013-11-25Add a Makefile for the Perl stuffEelco Dolstra
2013-11-25Expand configure variables before writing config.statusEelco Dolstra
This way, we can use config.status for generating scripts/* (without ending up with lines like "#! /usr/bin/perl -I${libexecdir}/...").
2013-11-25Rename Makefile.new -> MakefileEelco Dolstra
2013-11-25Add a Makefile for the scripts directoryEelco Dolstra
2013-11-25Add a Makefile for bsdiffEelco Dolstra
2013-11-25Let ‘make clean’ delete instantiated template filesEelco Dolstra
2013-11-25Use create-dir for installing dynamic librariesEelco Dolstra
2013-11-25Add a function for instantiating Autoconf *.in filesEelco Dolstra
2013-11-25Split Makefile.lib into several *.mk filesEelco Dolstra