aboutsummaryrefslogtreecommitdiff
path: root/Configurations/unix-Makefile.tmpl
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni1-1/+12
2016-03-19Replace sed command with perlRichard Levitte1-3/+3
2016-03-19Clear the exit code from 'find' in 'make depend'Richard Levitte1-1/+1
2016-03-19Shut find up about files not foundRichard Levitte1-1/+1
2016-03-19Use the dependencies received in generatesrc()Richard Levitte1-4/+5
2016-03-19Generate apps/progs.h on the flyRichard Levitte1-12/+1
2016-03-18Better 'make depend' mechanismRichard Levitte1-21/+4
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte1-0/+1
2016-03-16unix-Makefile template: use $(PERL) everywhereRichard Levitte1-1/+1
2016-03-16We should use $SRCDIR in MakefilesMatt Caswell1-1/+1
2016-03-15Make the perl dependency post-processor into just one lineRichard Levitte1-3/+1
2016-03-15Not all shells understand !Richard Levitte1-9/+9
2016-03-13Collect the names of generated files and clean them away at target clean:Richard Levitte1-7/+9
2016-03-13Use single quotes rather than double quotes when neededRichard Levitte1-16/+16
2016-03-13Harmonize Unix Makefile template with Windows ditoRichard Levitte1-25/+26
2016-03-12Avoid sed for dependency post-processingRichard Levitte1-7/+3
2016-03-11Some sed implementations are not greedy enough, use perl insteadRichard Levitte1-1/+10
2016-03-11Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov1-2/+2
2016-03-11Harmonise the two methods to generate dependency filesRichard Levitte1-2/+8
2016-03-10In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte1-1/+1
2016-03-10Pass down inclusion directories to source file generatorsRichard Levitte1-2/+3
2016-03-09Adapt unix Makefile template to 'no-makedepend'Richard Levitte1-5/+18
2016-03-09Redo the Unix source code generatorRichard Levitte1-20/+29
2016-03-08Fix configurations such as 'dist' and tar buildingRichard Levitte1-3/+5
2016-03-07Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte1-0/+37
2016-03-04Correction, $disabled{shared} rather than $config{no_shared}Richard Levitte1-1/+1
2016-03-03Remove overzealous echoingRichard Levitte1-17/+9
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte1-3/+3
2016-03-02Minimize copied config settingsRichard Levitte1-2/+2
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte1-1/+1
2016-02-28Make generation of dependency files more efficient when possibleRichard Levitte1-5/+6
2016-02-27Remove some old files.Rich Salz1-18/+2
2016-02-26Public API for Certificate TransparencyRob Percival1-2/+0
2016-02-25Make it possible to build even if dependency files can't be generatedRichard Levitte1-1/+1
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte1-8/+8
2016-02-21Check that any dependency file is newer than Makefile before concatenatingRichard Levitte1-8/+30
2016-02-21Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte1-2/+1
2016-02-20Remove OBJ_EXT and friends.Ben Laurie1-42/+43
2016-02-20Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie1-1/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-6/+11
2016-02-19Unified 'make depend' has to cleanup after itselfRichard Levitte1-0/+2
2016-02-19Fix Configurations/unix-Makefile.tmplRichard Levitte1-2/+2
2016-02-19Make sure the linked programs have the correct extensionRichard Levitte1-1/+1
2016-02-19Misc small fixes.Richard Levitte1-4/+14
2016-02-19Try removing installation directories after having uninstalled filesRichard Levitte1-0/+13
2016-02-19Small rename fest in unified, obj2dynlib -> obj2dsoRichard Levitte1-1/+1
2016-02-19Remake the installation of shared libraries in unix-Makefile.tmplRichard Levitte1-26/+36
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte1-2/+2
2016-02-19Centralise the shared library / dso name info in unix-Makefile.tmplRichard Levitte1-13/+51
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte1-12/+10