aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile.in
Commit message (Expand)AuthorAgeFilesLines
* preload test data for emscripten test binaryRené Meusel2021-12-141-1/+1
* add better build info for emscriptenRené Meusel2021-12-141-3/+4
* FIX: always state -L${BUILD_DIR} before ${LDFLAGS} (fixes #2847)René Meusel2021-11-151-6/+7
* Add --extra-libs option and group -l flags from LDFLAGS to the endJack Lloyd2021-02-151-1/+1
* Improve CI tests of the install targetJack Lloyd2020-12-021-1/+1
* CI: validate installation after running make installHannes Rantzsch2020-12-011-5/+5
* Correct -L flag use when combined with --external-libdirJack Lloyd2020-11-131-1/+1
* Makefile header tweaksJack Lloyd2020-11-071-3/+2
* Same as #2420 for Bogo shimJack Lloyd2020-10-111-1/+1
* Fix order of linker flagsAntonio Rojas2020-10-111-2/+2
* read build_config.json from --build-dirRené Meusel2020-03-101-6/+1
* add `make check`René Meusel2020-03-101-1/+9
* Remove support for running macOS binaries from local dirJack Lloyd2020-03-041-3/+0
* Merge GH #2140 Avoid make install trying to build unwanted targetsJack Lloyd2019-10-101-1/+1
|\
| * dynamically decide on required install targetsRené Meusel2019-10-091-1/+1
* | Fix nmake buildJack Lloyd2019-10-091-1/+1
|/
* Quote the path to python to handle spaces in install path.Jack Lloyd2019-10-061-1/+1
* support full-path styled --libdir and --bindir options刘群2019-09-211-1/+1
* Deprecate many publically available headersJack Lloyd2019-09-061-1/+1
* Add support for OS-specific feature macrosJack Lloyd2019-07-151-1/+1
* makefile.in: move LDFLAGS after EXE_LINKS_TOJoerg-Christian Boehme2019-07-021-1/+1
* Log the configure command line in the makefileJack Lloyd2019-06-071-0/+3
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-311-1/+1
* Add a shim for testing Botan using BoGoJack Lloyd2019-05-201-2/+12
* makefile.in: move LDFLAGS after EXE_LINKS_TOFabrice Fontaine2019-04-281-1/+1
* Fix the incorrect syntax .PHONY=Evgeny Pokhilko2019-03-311-1/+1
* Use /Fd flag when building lib with MSVCJack Lloyd2019-02-141-2/+2
* Build docs last in makefile targetJack Lloyd2018-11-211-1/+1
* Make it possible to overwrite options to ar using AR_OPTIONSJack Lloyd2018-10-081-1/+2
* Fix build issues on windows when there is a space in the prefix folderRaffi Enficiaud2018-09-051-1/+1
* Required changes according to the code reviewHegedüs Márton Csaba2018-06-111-3/+3
* Add support for GCC's --sysroot option to configure.pyHegedüs Márton Csaba2018-06-081-2/+2
* Keep cxx_abi_flags out of CXX, which may get overriddenLauri Nurmi2018-05-241-6/+7
* Some makefile simplificationsJack Lloyd2018-04-111-11/+4
* Do not create shared library symlinks on OpenBSD.Alexander Bluhm2018-04-121-0/+2
* Put ISA enabling flags after CXXFLAGS to override as neededJack Lloyd2018-03-151-4/+4
* Avoid defining LIB_LINK_CMD if we are not creating a shared object.Jack Lloyd2017-12-231-3/+2
* Simplify how make flags are setJack Lloyd2017-12-121-6/+5
* Avoid a warning under AIX makeJack Lloyd2017-12-111-4/+2
* Add basic iteration constructs to template filesJack Lloyd2017-12-101-10/+24
* Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-1/+3
* Add a script for generating the documentationJack Lloyd2017-12-041-22/+29
* Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-021-5/+6
* Fix macOS dynamic linkJack Lloyd2017-12-011-4/+3
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-0/+117