aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remake the installation of shared libraries in unix-Makefile.tmplRichard Levitte2016-02-191-26/+36
* Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte2016-02-191-2/+2
* Centralise the shared library / dso name info in unix-Makefile.tmplRichard Levitte2016-02-191-13/+51
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-12/+10
* Unified - don't install the ossltest engineRichard Levitte2016-02-191-2/+8
* Unified - do a better job when uninstallingRichard Levitte2016-02-191-1/+4
* Don't use config.timestamp, we already have configdata.pmRichard Levitte2016-02-191-11/+10
* Automatic 'make depend' for the unified build schemeRichard Levitte2016-02-181-26/+33
* Set EXE_EXT environment variable when testingRichard Levitte2016-02-181-0/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-5/+2
* Don't treat .d (depend) files separately from object filesRichard Levitte2016-02-181-19/+11
* Fix the makedepend constructor in unix-Makefile.tmplRichard Levitte2016-02-181-5/+7
* MANSUFFIX should be left emptyRichard Levitte2016-02-151-1/+4
* Address comments.Ben Laurie2016-02-151-2/+2
* Tests depend on everything.Ben Laurie2016-02-151-1/+1
* Have dofile.pl say where it was run, for real this timeRichard Levitte2016-02-141-1/+1
* Have dofile.pl say where it was runRichard Levitte2016-02-141-1/+2
* Don't build test programs by default, add convenience targets for unified buildRichard Levitte2016-02-131-2/+8
* Have the same installation directories in unified as in unixmakeRichard Levitte2016-02-131-3/+7
* Add SHARED_RCFLAGS in unified Makefile templateRichard Levitte2016-02-131-1/+3
* The unified build may delete installed manual filesRichard Levitte2016-02-131-2/+16
* In templates, output_on() must be used the same way as output_off()Richard Levitte2016-02-131-5/+5
* We need the linked utils after a full build.Richard Levitte2016-02-121-1/+1
* Unified build - fix make dependRichard Levitte2016-02-121-2/+3
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-99/+99