aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/unix-Makefile.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Ensure `$(MAKE)` commands and `CFLAGS` are appropriately quoted in the Makefile.Hamilton Chapman2024-02-251-7/+7
* AIX: Implement shared_target = "aix-solib" supportJohn Kohl2024-02-051-5/+21
* Make sure that the test / tests build target run 'run_tests' lastRichard Levitte2023-12-071-2/+3
* Remove the source directory .num targetsRichard Levitte2023-12-021-4/+2
* Add exporters for CMakeRichard Levitte2023-11-151-0/+19
* Clean up exporters, specifically those we have for pkg-configRichard Levitte2023-11-151-69/+21
* Update unix Makefile template to handle paths with spacesJames Muir2023-10-131-147/+147
* Configurations/unix-Makefile.tmpl: Ensure that md-nits always worksRichard Levitte2023-10-021-1/+1
* Avoid having ecp_sm2p256-armv8.pl in fips.module.sourcesTomas Mraz2023-10-021-1/+1
* add no-docs optionVladimĂ­r Kotal2023-06-281-3/+3
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* build.info: Introduce special syntax for dependencies on script modulesRichard Levitte2023-06-081-6/+38
* tags: fix `make tags` target for out of tree buildsPauli2023-06-011-1/+1
* fips.module.sources: Add missing cpuid and related .c sources for other archi...Tomas Mraz2023-05-221-1/+2
* util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO2023-05-181-1/+1
* Add "make help" optionTodd Short2023-03-061-26/+40
* Support multibin to allow multiple binary models to co-exist.Randall S. Becker2022-12-221-24/+32
* Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte2022-11-041-1/+2
* Makefile: Add check-format target, operating on all .c sources and crypto+ssl...Dr. David von Oheimb2022-09-301-0/+5
* Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERSDr. David von Oheimb2022-09-301-1/+2
* Makefile: Update but disable 'lint' target, using splint with some quirksDr. David von Oheimb2022-09-301-1/+4
* Makefile: Add SRCS list of all .c (and any .cc and .cpp) filesDr. David von Oheimb2022-09-301-0/+8
* Revert (most of) "Makefile: Generate crypto objects only as far as needed"Dr. David von Oheimb2022-09-131-33/+13
* Makefile: Generate crypto objects only as far as neededDr. David von Oheimb2022-08-231-10/+33
* Makefile: Call mknum.pl on 'make ordinals' only if neededDr. David von Oheimb2022-08-231-1/+4
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-031-0/+1
* Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte2022-05-251-0/+1
* mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala2022-05-131-1/+1
* Rework dependencies between config files and build filesRichard Levitte2022-03-041-5/+18
* Fix copyrightsTodd Short2022-02-031-1/+1
* Include the modules directory in openssl.pcRichard Levitte2022-01-281-0/+1
* `make clean` should clean up fips provider shared object.Todd Short2022-01-241-1/+1
* Fix the build file templates where uplink mattersRichard Levitte2021-09-131-4/+4
* install_fips: Create the OPENSSLDIR as it might not existTomas Mraz2021-09-101-0/+1
* OpenSSL::Ordinals::set_version() should only be given the short versionRichard Levitte2021-09-091-5/+6
* Makefile: Avoid changing LIBDIR based on whether it already existsjenda12021-07-231-8/+1
* Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallbackRichard Levitte2021-07-101-1/+2
* Ensure ordinals are created during release processMatt Caswell2021-06-291-0/+13
* Only the fips module dependencies are relevant for fips.module.sourcesTomas Mraz2021-06-261-2/+2
* Make util/wrap.pl work better on VMSRichard Levitte2021-06-181-3/+3
* Build file templates: Fix in2script dependenciesRichard Levitte2021-06-161-1/+1
* Fix AIX FIPS DEP.Shane Lontis2021-06-081-1/+1
* Rearrange the check of providers/fips.so dependenciesRichard Levitte2021-05-291-15/+21
* Make providers/fips.module.sources.new depend on configdata.pmRichard Levitte2021-05-291-7/+1
* generate_fips_sources: properly include providers/common/der/*.inTomas Mraz2021-05-271-7/+2
* Build file templates: rework FIPS module installationRichard Levitte2021-05-261-10/+11
* Build file templates: rework how general dependencies are computedRichard Levitte2021-05-261-31/+24
* Rework how providers/fipsmodule.cnf is producedRichard Levitte2021-05-261-7/+14
* Do not try to install image directories with no imagesTomas Mraz2021-05-251-42/+0
* checksum: include header files in the checksumming outputPauli2021-05-251-7/+29