summaryrefslogtreecommitdiff
path: root/tools/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+2
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-4/+6
| | | | | | Submitted by: Reviewed by: PR:
* Fix make target "install".Bodo Möller1999-04-291-0/+1
| | | | | | Submitted by: Niels Poppe Reviewed by: PR:
* Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.Bodo Möller1999-04-281-1/+6
| | | | | | Submitted by: Reviewed by: PR:
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-2/+2
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-3/+2
| | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+1
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+54