aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Add blake2 support.Bill Cox1-0/+2
2016-03-07Makefile.in: populate [PLIB_]LDFLAG even with $target{} settings.Andy Polyakov1-2/+2
2016-03-07ALG: Add AFALG engineclucey1-0/+3
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-3/+3
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte1-3/+3
2016-03-02Make uplink auxiliary source separate from cpuid sourceRichard Levitte1-1/+2
2016-02-27Remove some old files.Rich Salz1-15/+2
2016-02-26Public API for Certificate TransparencyRob Percival1-1/+0
2016-02-22Use $disabled{shared} in a safer mannerRichard Levitte1-1/+1
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte1-1/+1
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte1-1/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+3
2016-02-19Big rename fest of MingW shared librariesRichard Levitte1-40/+57
2016-02-19Misc small fixes.Richard Levitte1-1/+1
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte1-1/+1
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte1-2/+6
2016-02-19Rethink the uplink / applink storyRichard Levitte1-0/+2
2016-02-18Fix uninstall_sw for the unixmake schemeRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-2/+0
2016-02-13Don't build test programs by default, add convenience targets for unified buildRichard Levitte1-3/+4
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-71/+71
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-1/+1
2016-02-11Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte1-0/+2
2016-02-10Quote the CFLAG in Unixly Makefiles, for buildinf.hRichard Levitte1-2/+3
2016-02-10unified build scheme: add the tweaks to build on Cygwin & MingwRichard Levitte1-0/+17
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte1-5/+48
2016-02-10Configure et al: treat C defines separatelyRichard Levitte1-2/+2
2016-02-10Remove store.Rich Salz1-2/+2
2016-02-06Enhance and clear the support of linker flagsRichard Levitte1-4/+6
2016-02-03[Configure] Make --with-zlib-* work with configdata.pmMichael Lee1-2/+2
2016-01-29Templatize util/domdRich Salz1-3/+0
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-3/+3
2016-01-28Restore NUMPRIMES as a numeric literalViktor Dukhovni1-3/+3
2016-01-26Remove unused, undocumented clean-shared targetBenjamin Kaduk1-15/+0
2016-01-26Base the tarfile list of files on git ls-files instead of findRichard Levitte1-5/+3
2016-01-25Small Makefile.in cleanupRichard Levitte1-2/+2
2016-01-25Generate warning textRichard Levitte1-0/+1
2016-01-25Refactor file writing - Remake Makefile.org into a templateRichard Levitte1-67/+59
2016-01-24Move pqueue into sslRich Salz1-1/+1
2016-01-24The rehash.time target should depend on build_tools as wellRichard Levitte1-1/+1
2016-01-22Refresh the thinking of --prefix and --openssldirRichard Levitte1-5/+6
2016-01-20Consolidate "make update"Rich Salz1-9/+13
2016-01-19Remove the GOST engineMatt Caswell1-2/+1
2016-01-19Add TLS PRF method.Dr. Stephen Henson1-1/+1
2016-01-17Remove some old makefile targetsRich Salz1-6/+0
2016-01-14Fall back to c_rehash if 'openssl rehash' failsRichard Levitte1-2/+3
2016-01-12Move Makefiles to Makefile.inRich Salz1-0/+752