aboutsummaryrefslogtreecommitdiff
path: root/Makefile.new
AgeCommit message (Collapse)Author
2013-11-25Add a Makefile for the scripts directoryEelco Dolstra
2013-11-25Add a Makefile for bsdiffEelco Dolstra
2013-11-25Split Makefile.lib into several *.mk filesEelco Dolstra
2013-11-23Add Makefile for nix-log2xmlEelco Dolstra
2013-11-23Implement basic ‘make install’Eelco Dolstra
2013-11-22Introduce variables GLOBAL_CFLAGS and GLOBAL_CXXFLAGSEelco Dolstra
There are flags that must be set, so they shouldn't be overriden by the user's CFLAGS or CXXFLAGS.
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22Automatically regenerate Makefile.configEelco Dolstra
And move some stuff around.
2013-11-22Respect configure flagsEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra