aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
AgeCommit message (Expand)AuthorFilesLines
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte1-1/+2
2003-04-21Make it possible to affect the extension of man pages.Richard Levitte1-6/+7
2003-03-25Missed a few dollars.Richard Levitte1-4/+4
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte1-5/+11
2003-02-22Remove duplication and have clean depend on libcleanRichard Levitte1-4/+4
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte1-1/+5
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte1-0/+1
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte1-4/+2
2003-01-10Double the dollars that are intended for the command line.Richard Levitte1-1/+1
2003-01-10Add documentation on how to handle the shared libaries.Richard Levitte1-0/+6
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov1-1/+9
2002-12-29Since we're including Kerberos 5 headers in our exported header files (whenRichard Levitte1-1/+1
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte1-2/+2
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte1-1/+0
2002-12-19Because the contents of openssl.pc may have to change when a configurationRichard Levitte1-1/+1
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte1-1/+1
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte1-1/+1
2002-12-15Make sure manual pages are properly linked to on systems that have caseRichard Levitte1-8/+17
2002-12-15Update the make system for installations:Richard Levitte1-6/+11
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte1-2/+2
2002-12-05Corrected DJGPP patchRichard Levitte1-4/+4
2002-12-04Correct a few typos that I introduced after applying DJGPP patches.Richard Levitte1-2/+1
2002-12-04DJGPP patches.Richard Levitte1-1/+4
2002-11-29Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte1-4/+12
2002-11-15Changes to make shared library building and use work better with CygwinRichard Levitte1-2/+4
2002-11-11Make sure permissions are friendly when building release tar file.Lutz Jänicke1-0/+3
2002-11-06Generate openssl.pc so pkg-config can return proper data.Richard Levitte1-1/+17
2002-10-18We need to propogate SHARED_LIBS to sub-directories for "install" targetsGeoff Thorpe1-1/+1
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte1-1/+0
2002-10-15Makefile.shared needs to know how it can reach itself.Richard Levitte1-0/+1
2002-10-11Step 12 of move of engines: Time to make the changes to supportRichard Levitte1-4/+7
2002-10-11Move the shared library construction stuff to Makefile.shared, aRichard Levitte1-274/+22
2002-10-09Keep the sub_all symbol so all the algorithm Makefiles won't break.Richard Levitte1-0/+1
2002-10-09Change the main Makefile to have "mini-build" targets.Richard Levitte1-6/+18
2002-10-04Installed libraries should not be overwritten, especially shared ones.Richard Levitte1-9/+13
2002-08-18Typo, I assigned the variable ld instead of my_ld...Richard Levitte1-1/+1
2002-08-17So, I discovered that if you have your $PATH set so a ld different fromRichard Levitte1-3/+1
2002-08-14change how pod2man is handled: explicitly invoke '$PERL' only whenBodo Möller1-3/+3
2002-08-09When we want to give a -f argument to $(MAKE), we'd better make sure theRichard Levitte1-1/+2
2002-08-09Add ECDH support.Bodo Möller1-1/+1
2002-08-04Fix "make install_docs" (and thus "make install").Geoff Thorpe1-2/+2
2002-08-01We don't need to find out which pod2man to use more than onceRichard Levitte1-4/+5
2002-08-01Add aix64-cc, and make sure that ar gets proper flags for 64-bit librariesRichard Levitte1-1/+2
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte1-1/+1
2002-07-31ln -f -s doesn't always work, so do a rm -f followed by a ln -s.Richard Levitte1-1/+2
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte1-0/+4
2002-07-19HP-UX shared libraries must be +x and should be -w. It doesn't hurt onLutz Jänicke1-1/+1
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte1-4/+4
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-20HP-UX: shared libraries MUST be +x and SHOULD be -w.Lutz Jänicke1-0/+2