summaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
AgeCommit message (Expand)Author
2016-04-19Build: Make 'test' depend on 'tests'Richard Levitte
2016-04-14Fix installation for no-stdio and no-autoalginitRichard Levitte
2016-04-14Fix no-stdio and no-autoalginitMatt Caswell
2016-04-13Fix the handling of --with-zlib-includeRichard Levitte
2016-04-07Remove redundant symlinkEmilia Kasper
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Makefile et al template: only modify static library with new object filesRichard Levitte
2016-04-02make depend: Check that find returned a non-empty string rather than an emptyRichard Levitte
2016-04-02Correcting typo that causes make install failCoty Sutherland
2016-04-01Make the use of perl more consistentRichard Levitte
2016-03-30'make test' depends of having util/shlib-wrap.sh symlinked in build dirRichard Levitte
2016-03-21In for loop values, introduce a dummy to protect against empty listRichard Levitte
2016-03-20Have makedepend output to stdout and redirect itRichard Levitte
2016-03-19If the asm file to be compiled isn't generated, leave the ext aloneRichard Levitte
2016-03-19Don't let 'generate' target depend on generated files, act directly insteadRichard Levitte
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni
2016-03-19Replace sed command with perlRichard Levitte
2016-03-19Clear the exit code from 'find' in 'make depend'Richard Levitte
2016-03-19Shut find up about files not foundRichard Levitte
2016-03-19Use the dependencies received in generatesrc()Richard Levitte
2016-03-19Generate apps/progs.h on the flyRichard Levitte
2016-03-18Better 'make depend' mechanismRichard Levitte
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte
2016-03-16unix-Makefile template: use $(PERL) everywhereRichard Levitte
2016-03-16We should use $SRCDIR in MakefilesMatt Caswell
2016-03-15Make the perl dependency post-processor into just one lineRichard Levitte
2016-03-15Not all shells understand !Richard Levitte
2016-03-13Collect the names of generated files and clean them away at target clean:Richard Levitte
2016-03-13Use single quotes rather than double quotes when neededRichard Levitte
2016-03-13Harmonize Unix Makefile template with Windows ditoRichard Levitte
2016-03-12Avoid sed for dependency post-processingRichard Levitte
2016-03-11Some sed implementations are not greedy enough, use perl insteadRichard Levitte
2016-03-11Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov
2016-03-11Harmonise the two methods to generate dependency filesRichard Levitte
2016-03-10In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte
2016-03-10Pass down inclusion directories to source file generatorsRichard Levitte
2016-03-09Adapt unix Makefile template to 'no-makedepend'Richard Levitte
2016-03-09Redo the Unix source code generatorRichard Levitte
2016-03-08Fix configurations such as 'dist' and tar buildingRichard Levitte
2016-03-07Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte
2016-03-04Correction, $disabled{shared} rather than $config{no_shared}Richard Levitte
2016-03-03Remove overzealous echoingRichard Levitte
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte
2016-03-02Minimize copied config settingsRichard Levitte
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte
2016-02-28Make generation of dependency files more efficient when possibleRichard Levitte
2016-02-27Remove some old files.Rich Salz
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-25Make it possible to build even if dependency files can't be generatedRichard Levitte
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte