aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
Commit message (Expand)AuthorAgeFilesLines
* In for loop values, introduce a dummy to protect against empty listRichard Levitte2016-03-211-10/+20
* Have makedepend output to stdout and redirect itRichard Levitte2016-03-201-3/+2
* If the asm file to be compiled isn't generated, leave the ext aloneRichard Levitte2016-03-191-1/+6
* Don't let 'generate' target depend on generated files, act directly insteadRichard Levitte2016-03-191-50/+29
* Revert "Generate apps/progs.h on the fly"Viktor Dukhovni2016-03-191-1/+12
* Replace sed command with perlRichard Levitte2016-03-191-3/+3
* Clear the exit code from 'find' in 'make depend'Richard Levitte2016-03-191-1/+1
* Shut find up about files not foundRichard Levitte2016-03-191-1/+1
* Use the dependencies received in generatesrc()Richard Levitte2016-03-191-4/+5
* Generate apps/progs.h on the flyRichard Levitte2016-03-191-12/+1
* Better 'make depend' mechanismRichard Levitte2016-03-181-21/+4
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-171-0/+1
* unix-Makefile template: use $(PERL) everywhereRichard Levitte2016-03-161-1/+1
* We should use $SRCDIR in MakefilesMatt Caswell2016-03-161-1/+1
* Make the perl dependency post-processor into just one lineRichard Levitte2016-03-151-3/+1
* Not all shells understand !Richard Levitte2016-03-151-9/+9
* Collect the names of generated files and clean them away at target clean:Richard Levitte2016-03-131-7/+9
* Use single quotes rather than double quotes when neededRichard Levitte2016-03-131-16/+16
* Harmonize Unix Makefile template with Windows ditoRichard Levitte2016-03-131-25/+26
* Avoid sed for dependency post-processingRichard Levitte2016-03-121-7/+3
* Some sed implementations are not greedy enough, use perl insteadRichard Levitte2016-03-111-1/+10
* Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov2016-03-111-2/+2
* Harmonise the two methods to generate dependency filesRichard Levitte2016-03-111-2/+8
* In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte2016-03-101-1/+1
* Pass down inclusion directories to source file generatorsRichard Levitte2016-03-101-2/+3
* Adapt unix Makefile template to 'no-makedepend'Richard Levitte2016-03-091-5/+18
* Redo the Unix source code generatorRichard Levitte2016-03-091-20/+29
* Fix configurations such as 'dist' and tar buildingRichard Levitte2016-03-081-3/+5
* Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte2016-03-071-0/+37
* Correction, $disabled{shared} rather than $config{no_shared}Richard Levitte2016-03-041-1/+1
* Remove overzealous echoingRichard Levitte2016-03-031-17/+9
* Don't copy from %target to %config so much, see %config as a complementRichard Levitte2016-03-021-3/+3
* Minimize copied config settingsRichard Levitte2016-03-021-2/+2
* Unified - have configdata.pm depend on a few more thingsRichard Levitte2016-03-011-1/+1
* Make generation of dependency files more efficient when possibleRichard Levitte2016-02-281-5/+6
* Remove some old files.Rich Salz2016-02-271-18/+2
* Public API for Certificate TransparencyRob Percival2016-02-261-2/+0
* Make it possible to build even if dependency files can't be generatedRichard Levitte2016-02-251-1/+1
* Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte2016-02-221-8/+8
* Check that any dependency file is newer than Makefile before concatenatingRichard Levitte2016-02-211-8/+30
* Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte2016-02-211-2/+1
* Remove OBJ_EXT and friends.Ben Laurie2016-02-201-42/+43
* Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie2016-02-201-1/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-6/+11
* Unified 'make depend' has to cleanup after itselfRichard Levitte2016-02-191-0/+2
* Fix Configurations/unix-Makefile.tmplRichard Levitte2016-02-191-2/+2
* Make sure the linked programs have the correct extensionRichard Levitte2016-02-191-1/+1
* Misc small fixes.Richard Levitte2016-02-191-4/+14
* Try removing installation directories after having uninstalled filesRichard Levitte2016-02-191-0/+13
* Small rename fest in unified, obj2dynlib -> obj2dsoRichard Levitte2016-02-191-1/+1