summaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
AgeCommit message (Expand)Author
2016-02-21Check that any dependency file is newer than Makefile before concatenatingRichard Levitte
2016-02-21Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte
2016-02-20Remove OBJ_EXT and friends.Ben Laurie
2016-02-20Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19Unified 'make depend' has to cleanup after itselfRichard Levitte
2016-02-19Fix Configurations/unix-Makefile.tmplRichard Levitte
2016-02-19Make sure the linked programs have the correct extensionRichard Levitte
2016-02-19Misc small fixes.Richard Levitte
2016-02-19Try removing installation directories after having uninstalled filesRichard Levitte
2016-02-19Small rename fest in unified, obj2dynlib -> obj2dsoRichard Levitte
2016-02-19Remake the installation of shared libraries in unix-Makefile.tmplRichard Levitte
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte
2016-02-19Centralise the shared library / dso name info in unix-Makefile.tmplRichard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19Unified - don't install the ossltest engineRichard Levitte
2016-02-19Unified - do a better job when uninstallingRichard Levitte
2016-02-19Don't use config.timestamp, we already have configdata.pmRichard Levitte
2016-02-18Automatic 'make depend' for the unified build schemeRichard Levitte
2016-02-18Set EXE_EXT environment variable when testingRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Don't treat .d (depend) files separately from object filesRichard Levitte
2016-02-18Fix the makedepend constructor in unix-Makefile.tmplRichard Levitte
2016-02-15MANSUFFIX should be left emptyRichard Levitte
2016-02-15Address comments.Ben Laurie
2016-02-15Tests depend on everything.Ben Laurie
2016-02-14Have dofile.pl say where it was run, for real this timeRichard Levitte
2016-02-14Have dofile.pl say where it was runRichard Levitte
2016-02-13Don't build test programs by default, add convenience targets for unified buildRichard Levitte
2016-02-13Have the same installation directories in unified as in unixmakeRichard Levitte
2016-02-13Add SHARED_RCFLAGS in unified Makefile templateRichard Levitte
2016-02-13The unified build may delete installed manual filesRichard Levitte
2016-02-13In templates, output_on() must be used the same way as output_off()Richard Levitte
2016-02-12We need the linked utils after a full build.Richard Levitte
2016-02-12Unified build - fix make dependRichard Levitte
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-12Generate progs.h from a bunch of files instead of internal knowledgeRichard Levitte
2016-02-11Add the generate mechanism from unixmake to unix-Makefile.tmplRichard Levitte
2016-02-11Make shared library targets more consistentRichard Levitte
2016-02-10Quote the CFLAG in Unixly Makefiles, for buildinf.hRichard Levitte
2016-02-10unified build scheme: add the tweaks to build on Cygwin & MingwRichard Levitte
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte