aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09Generate schema.sql.hhEelco Dolstra
2014-01-09Handle systems where "echo -n" doesn't workEelco Dolstra
2014-01-09Update MakefilesEelco Dolstra
2014-01-09Remove mk subdirectory in preparation for "git subtree"Eelco Dolstra
2013-12-04Add missing fileEelco Dolstra
2013-12-02Install bsdiff and bspatch in $(libexecdir)/nixEelco 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
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-25Remove obsolete setting of $CC_FOR_BUILDEelco Dolstra
2013-11-25Add config.guess, config.sub and install-shEelco Dolstra
2013-11-25Don't install LibtoolEelco Dolstra
2013-11-25Don't instantiate Automake makefilesEelco 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
2013-11-25Add a rule for creating directoriesEelco Dolstra
2013-11-25Add a generic rule for installing filesEelco Dolstra
2013-11-23Install into $(libdir) instead of $(pkglibdir)Eelco Dolstra
2013-11-23Use libnix as a prefix for all Nix librariesEelco Dolstra
2013-11-23Allow libraries to set an actual name different from the symbolic nameEelco Dolstra
2013-11-23Add Makefile for nix-log2xmlEelco Dolstra
2013-11-24Consistent namingEelco Dolstra
2013-11-24Disallow undefined symbols in dynamic libraries by defaultEelco Dolstra
2013-11-23Drop the dependency on libgc in libmainEelco Dolstra
2013-11-23Initialise Boehm GC only onceEelco Dolstra
2013-11-23Allow (dynamic) libraries to depend on other librariesEelco Dolstra
2013-11-23Support installation of dynamically linked programsEelco Dolstra
2013-11-23Implement basic ‘make install’Eelco Dolstra
2013-11-23Improve building dynamic librariesEelco Dolstra
2013-11-22Support building dynamic librariesEelco Dolstra
2013-11-22Fix building without Boehm GCEelco Dolstra
2013-11-22Add a Makefile variable for enabling debug infoEelco Dolstra
2013-11-22Introduce variables GLOBAL_CFLAGS and GLOBAL_CXXFLAGSEelco Dolstra
2013-11-22Drop the dependency on AutomakeEelco Dolstra
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22Automatically regenerate Makefile.configEelco Dolstra
2013-11-22Respect configure flagsEelco Dolstra
2013-11-22Add ‘make dist’ supportEelco Dolstra
2013-11-22Add missing #includeEelco Dolstra
2013-11-22Remove unnecessary lineEelco Dolstra
2013-11-22Clean more aggressivelyEelco Dolstra
2013-11-22Generate the parser and the lexerEelco Dolstra
2013-11-22Automatically emit make rules for header filesEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra